Shades of Atlantis #77ED34
Tints of Atlantis #77ED34
RGB
CMYK
RGB Variations
Color information
#77ED34 (or 0x77ED34) is known color: Atlantis. HEX triplet: 77, ED and 34. RGB value is (119,237,52). Sum of RGB (Red+Green+Blue) = 119+237+52=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 237 (92.97% from 255 or 58.09% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 237 - color contains mainly: green. Hex color #77ED34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #77ED34 is #8812CB. Grayscale: #B5B5B5. Windows color (decimal): -8917708 or 3468663. OLE color: 3468663.
HSL color Cylindrical-coordinate representation of color #77ED34: hue angle of 98.27º degrees, saturation: 0.84, 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 #77ED34 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 237 | 52 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.07 |
| HSL | 98.27º | 0.84% | 0.57% | - |
| HSV(B) | 98.27º | 0.78% | 0.93% | - |
| XYZ | 38.51 | 64.74 | 13.71 | - |
| YUV | 180.63 | 55.41 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 237 | 52 | 0.50 | 0 | 0.78 | 0.07 | 98.27 | 0.84 | 0.57 |
| Hex | 77 | ED | 34 | 32 | 0 | 4E | 7 | 62 | 54 | 39 |
| Octal | 167 | 355 | 64 | 62 | 0 | 116 | 7 | 142 | 124 | 71 |
| Binary | 1110111 | 11101101 | 110100 | 110010 | 0 | 1001110 | 111 | 1100010 | 1010100 | 111001 |
Color Harmonies of #77ED34
Complementary color
Monochromatic Colors of #77ED34
Black with #77ED34
Text Example
Text Example
White with #77ED34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ED34; }
p { color: rgb(119,237,52); }
H1.HeaderClassName
{
color: #77ED34;
}
.AnyTagClassName
{
color: #77ED34;
}
</style>
background-color css
<style>
a { background-color: #77ED34; }
a { background-color: rgb(119,237,52); }
div.DivClassName
{
background-color: #77ED34;
}
.BgClassName
{
background-color: #77ED34;
}
</style>
border-color css
<style>
span { border-color: #77ED34; }
span { border-color: rgb(119,237,52); }
td.TdClassName
{
border-color: #77ED34;
}
.TagClassName
{
border-color: #77ED34;
}
</style>