Shades of Emerald #55E888
Tints of Emerald #55E888
RGB
CMYK
RGB Variations
Color information
#55E888 (or 0x55E888) is known color: Emerald. HEX triplet: 55, E8 and 88. RGB value is (85,232,136). Sum of RGB (Red+Green+Blue) = 85+232+136=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 232 (91.02% from 255 or 51.21% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 232 - color contains mainly: green. Hex color #55E888 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E888 is #AA1777. Grayscale: #B1B1B1. Windows color (decimal): -11147128 or 8972373. OLE color: 8972373.
HSL color Cylindrical-coordinate representation of color #55E888: hue angle of 140.82º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E888 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 232 | 136 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.09 |
| HSL | 140.82º | 0.76% | 0.62% | - |
| HSV(B) | 140.82º | 0.63% | 0.91% | - |
| XYZ | 37.05 | 61.42 | 33.2 | - |
| YUV | 177.1 | 104.8 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 232 | 136 | 0.63 | 0 | 0.41 | 0.09 | 140.82 | 0.76 | 0.62 |
| Hex | 55 | E8 | 88 | 3F | 0 | 29 | 9 | 8D | 4C | 3E |
| Octal | 125 | 350 | 210 | 77 | 0 | 51 | 11 | 215 | 114 | 76 |
| Binary | 1010101 | 11101000 | 10001000 | 111111 | 0 | 101001 | 1001 | 10001101 | 1001100 | 111110 |
Color Harmonies of #55E888
Complementary color
Monochromatic Colors of #55E888
Black with #55E888
Text Example
Text Example
White with #55E888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E888; }
p { color: rgb(85,232,136); }
H1.HeaderClassName
{
color: #55E888;
}
.AnyTagClassName
{
color: #55E888;
}
</style>
background-color css
<style>
a { background-color: #55E888; }
a { background-color: rgb(85,232,136); }
div.DivClassName
{
background-color: #55E888;
}
.BgClassName
{
background-color: #55E888;
}
</style>
border-color css
<style>
span { border-color: #55E888; }
span { border-color: rgb(85,232,136); }
td.TdClassName
{
border-color: #55E888;
}
.TagClassName
{
border-color: #55E888;
}
</style>