Shades of Emerald #55E788
Tints of Emerald #55E788
RGB
CMYK
RGB Variations
Color information
#55E788 (or 0x55E788) is known color: Emerald. HEX triplet: 55, E7 and 88. RGB value is (85,231,136). Sum of RGB (Red+Green+Blue) = 85+231+136=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 231 (90.62% from 255 or 51.11% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 231 - color contains mainly: green. Hex color #55E788 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E788 is #AA1877. Grayscale: #B0B0B0. Windows color (decimal): -11147384 or 8972117. OLE color: 8972117.
HSL color Cylindrical-coordinate representation of color #55E788: hue angle of 140.96º degrees, saturation: 0.75, 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 #55E788 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 231 | 136 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.09 |
| HSL | 140.96º | 0.75% | 0.62% | - |
| HSV(B) | 140.96º | 0.63% | 0.91% | - |
| XYZ | 36.77 | 60.86 | 33.1 | - |
| YUV | 176.52 | 105.13 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 231 | 136 | 0.63 | 0 | 0.41 | 0.09 | 140.96 | 0.75 | 0.62 |
| Hex | 55 | E7 | 88 | 3F | 0 | 29 | 9 | 8D | 4B | 3E |
| Octal | 125 | 347 | 210 | 77 | 0 | 51 | 11 | 215 | 113 | 76 |
| Binary | 1010101 | 11100111 | 10001000 | 111111 | 0 | 101001 | 1001 | 10001101 | 1001011 | 111110 |
Color Harmonies of #55E788
Complementary color
Monochromatic Colors of #55E788
Black with #55E788
Text Example
Text Example
White with #55E788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E788; }
p { color: rgb(85,231,136); }
H1.HeaderClassName
{
color: #55E788;
}
.AnyTagClassName
{
color: #55E788;
}
</style>
background-color css
<style>
a { background-color: #55E788; }
a { background-color: rgb(85,231,136); }
div.DivClassName
{
background-color: #55E788;
}
.BgClassName
{
background-color: #55E788;
}
</style>
border-color css
<style>
span { border-color: #55E788; }
span { border-color: rgb(85,231,136); }
td.TdClassName
{
border-color: #55E788;
}
.TagClassName
{
border-color: #55E788;
}
</style>