Shades of Atlantis #77EC32
Tints of Atlantis #77EC32
RGB
CMYK
RGB Variations
Color information
#77EC32 (or 0x77EC32) is known color: Atlantis. HEX triplet: 77, EC and 32. RGB value is (119,236,50). Sum of RGB (Red+Green+Blue) = 119+236+50=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 236 (92.58% from 255 or 58.27% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 236 - color contains mainly: green. Hex color #77EC32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #77EC32 is #8813CD. Grayscale: #B4B4B4. Windows color (decimal): -8917966 or 3337335. OLE color: 3337335.
HSL color Cylindrical-coordinate representation of color #77EC32: hue angle of 97.74º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #77EC32 is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 236 | 50 | - |
| CMYK | 0.50 | 0 | 0.79 | 0.07 |
| HSL | 97.74º | 0.83% | 0.56% | - |
| HSV(B) | 97.74º | 0.79% | 0.93% | - |
| XYZ | 38.18 | 64.14 | 13.39 | - |
| YUV | 179.81 | 54.74 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 236 | 50 | 0.50 | 0 | 0.79 | 0.07 | 97.74 | 0.83 | 0.56 |
| Hex | 77 | EC | 32 | 32 | 0 | 4F | 7 | 62 | 53 | 38 |
| Octal | 167 | 354 | 62 | 62 | 0 | 117 | 7 | 142 | 123 | 70 |
| Binary | 1110111 | 11101100 | 110010 | 110010 | 0 | 1001111 | 111 | 1100010 | 1010011 | 111000 |
Color Harmonies of #77EC32
Complementary color
Monochromatic Colors of #77EC32
Black with #77EC32
Text Example
Text Example
White with #77EC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EC32; }
p { color: rgb(119,236,50); }
H1.HeaderClassName
{
color: #77EC32;
}
.AnyTagClassName
{
color: #77EC32;
}
</style>
background-color css
<style>
a { background-color: #77EC32; }
a { background-color: rgb(119,236,50); }
div.DivClassName
{
background-color: #77EC32;
}
.BgClassName
{
background-color: #77EC32;
}
</style>
border-color css
<style>
span { border-color: #77EC32; }
span { border-color: rgb(119,236,50); }
td.TdClassName
{
border-color: #77EC32;
}
.TagClassName
{
border-color: #77EC32;
}
</style>