Shades of Emerald #55EA77
Tints of Emerald #55EA77
RGB
CMYK
RGB Variations
Color information
#55EA77 (or 0x55EA77) is known color: Emerald. HEX triplet: 55, EA and 77. RGB value is (85,234,119). Sum of RGB (Red+Green+Blue) = 85+234+119=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 234 (91.80% from 255 or 53.42% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 234 - color contains mainly: green. Hex color #55EA77 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55EA77 is #AA1588. Grayscale: #B0B0B0. Windows color (decimal): -11146633 or 7858773. OLE color: 7858773.
HSL color Cylindrical-coordinate representation of color #55EA77: hue angle of 133.69º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EA77 is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 234 | 119 | - |
| CMYK | 0.64 | 0 | 0.49 | 0.08 |
| HSL | 133.69º | 0.78% | 0.63% | - |
| HSV(B) | 133.69º | 0.64% | 0.92% | - |
| XYZ | 36.5 | 62.11 | 27.52 | - |
| YUV | 176.34 | 95.64 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 234 | 119 | 0.64 | 0 | 0.49 | 0.08 | 133.69 | 0.78 | 0.63 |
| Hex | 55 | EA | 77 | 40 | 0 | 31 | 8 | 86 | 4E | 3F |
| Octal | 125 | 352 | 167 | 100 | 0 | 61 | 10 | 206 | 116 | 77 |
| Binary | 1010101 | 11101010 | 1110111 | 1000000 | 0 | 110001 | 1000 | 10000110 | 1001110 | 111111 |
Color Harmonies of #55EA77
Complementary color
Monochromatic Colors of #55EA77
Black with #55EA77
Text Example
Text Example
White with #55EA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EA77; }
p { color: rgb(85,234,119); }
H1.HeaderClassName
{
color: #55EA77;
}
.AnyTagClassName
{
color: #55EA77;
}
</style>
background-color css
<style>
a { background-color: #55EA77; }
a { background-color: rgb(85,234,119); }
div.DivClassName
{
background-color: #55EA77;
}
.BgClassName
{
background-color: #55EA77;
}
</style>
border-color css
<style>
span { border-color: #55EA77; }
span { border-color: rgb(85,234,119); }
td.TdClassName
{
border-color: #55EA77;
}
.TagClassName
{
border-color: #55EA77;
}
</style>