Shades of Atlantis #77EC35
Tints of Atlantis #77EC35
RGB
CMYK
RGB Variations
Color information
#77EC35 (or 0x77EC35) is known color: Atlantis. HEX triplet: 77, EC and 35. RGB value is (119,236,53). Sum of RGB (Red+Green+Blue) = 119+236+53=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 236 (92.58% from 255 or 57.84% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 236 - color contains mainly: green. Hex color #77EC35 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #77EC35 is #8813CA. Grayscale: #B4B4B4. Windows color (decimal): -8917963 or 3533943. OLE color: 3533943.
HSL color Cylindrical-coordinate representation of color #77EC35: hue angle of 98.36º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77EC35 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 236 | 53 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.07 |
| HSL | 98.36º | 0.83% | 0.57% | - |
| HSV(B) | 98.36º | 0.78% | 0.93% | - |
| XYZ | 38.25 | 64.17 | 13.74 | - |
| YUV | 180.16 | 56.24 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 236 | 53 | 0.50 | 0 | 0.78 | 0.07 | 98.36 | 0.83 | 0.57 |
| Hex | 77 | EC | 35 | 32 | 0 | 4E | 7 | 62 | 53 | 39 |
| Octal | 167 | 354 | 65 | 62 | 0 | 116 | 7 | 142 | 123 | 71 |
| Binary | 1110111 | 11101100 | 110101 | 110010 | 0 | 1001110 | 111 | 1100010 | 1010011 | 111001 |
Color Harmonies of #77EC35
Complementary color
Monochromatic Colors of #77EC35
Black with #77EC35
Text Example
Text Example
White with #77EC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EC35; }
p { color: rgb(119,236,53); }
H1.HeaderClassName
{
color: #77EC35;
}
.AnyTagClassName
{
color: #77EC35;
}
</style>
background-color css
<style>
a { background-color: #77EC35; }
a { background-color: rgb(119,236,53); }
div.DivClassName
{
background-color: #77EC35;
}
.BgClassName
{
background-color: #77EC35;
}
</style>
border-color css
<style>
span { border-color: #77EC35; }
span { border-color: rgb(119,236,53); }
td.TdClassName
{
border-color: #77EC35;
}
.TagClassName
{
border-color: #77EC35;
}
</style>