Shades of Atlantis #77EC34
Tints of Atlantis #77EC34
RGB
CMYK
RGB Variations
Color information
#77EC34 (or 0x77EC34) is known color: Atlantis. HEX triplet: 77, EC and 34. RGB value is (119,236,52). Sum of RGB (Red+Green+Blue) = 119+236+52=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 236 (92.58% from 255 or 57.99% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 236 - color contains mainly: green. Hex color #77EC34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #77EC34 is #8813CB. Grayscale: #B4B4B4. Windows color (decimal): -8917964 or 3468407. OLE color: 3468407.
HSL color Cylindrical-coordinate representation of color #77EC34: hue angle of 98.15º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77EC34 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 236 | 52 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.07 |
| HSL | 98.15º | 0.83% | 0.56% | - |
| HSV(B) | 98.15º | 0.78% | 0.93% | - |
| XYZ | 38.22 | 64.16 | 13.62 | - |
| YUV | 180.04 | 55.74 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 236 | 52 | 0.50 | 0 | 0.78 | 0.07 | 98.15 | 0.83 | 0.56 |
| Hex | 77 | EC | 34 | 32 | 0 | 4E | 7 | 62 | 53 | 38 |
| Octal | 167 | 354 | 64 | 62 | 0 | 116 | 7 | 142 | 123 | 70 |
| Binary | 1110111 | 11101100 | 110100 | 110010 | 0 | 1001110 | 111 | 1100010 | 1010011 | 111000 |
Color Harmonies of #77EC34
Complementary color
Monochromatic Colors of #77EC34
Black with #77EC34
Text Example
Text Example
White with #77EC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EC34; }
p { color: rgb(119,236,52); }
H1.HeaderClassName
{
color: #77EC34;
}
.AnyTagClassName
{
color: #77EC34;
}
</style>
background-color css
<style>
a { background-color: #77EC34; }
a { background-color: rgb(119,236,52); }
div.DivClassName
{
background-color: #77EC34;
}
.BgClassName
{
background-color: #77EC34;
}
</style>
border-color css
<style>
span { border-color: #77EC34; }
span { border-color: rgb(119,236,52); }
td.TdClassName
{
border-color: #77EC34;
}
.TagClassName
{
border-color: #77EC34;
}
</style>