Shades of Emerald #55E892
Tints of Emerald #55E892
RGB
CMYK
RGB Variations
Color information
#55E892 (or 0x55E892) is known color: Emerald. HEX triplet: 55, E8 and 92. RGB value is (85,232,146). Sum of RGB (Red+Green+Blue) = 85+232+146=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 232 (91.02% from 255 or 50.11% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 232 - color contains mainly: green. Hex color #55E892 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E892 is #AA176D. Grayscale: #B2B2B2. Windows color (decimal): -11147118 or 9627733. OLE color: 9627733.
HSL color Cylindrical-coordinate representation of color #55E892: hue angle of 144.9º 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 #55E892 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 232 | 146 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.09 |
| HSL | 144.9º | 0.76% | 0.62% | - |
| HSV(B) | 144.9º | 0.63% | 0.91% | - |
| XYZ | 37.79 | 61.72 | 37.12 | - |
| YUV | 178.24 | 109.8 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 232 | 146 | 0.63 | 0 | 0.37 | 0.09 | 144.9 | 0.76 | 0.62 |
| Hex | 55 | E8 | 92 | 3F | 0 | 25 | 9 | 91 | 4C | 3E |
| Octal | 125 | 350 | 222 | 77 | 0 | 45 | 11 | 221 | 114 | 76 |
| Binary | 1010101 | 11101000 | 10010010 | 111111 | 0 | 100101 | 1001 | 10010001 | 1001100 | 111110 |
Color Harmonies of #55E892
Complementary color
Monochromatic Colors of #55E892
Black with #55E892
Text Example
Text Example
White with #55E892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E892; }
p { color: rgb(85,232,146); }
H1.HeaderClassName
{
color: #55E892;
}
.AnyTagClassName
{
color: #55E892;
}
</style>
background-color css
<style>
a { background-color: #55E892; }
a { background-color: rgb(85,232,146); }
div.DivClassName
{
background-color: #55E892;
}
.BgClassName
{
background-color: #55E892;
}
</style>
border-color css
<style>
span { border-color: #55E892; }
span { border-color: rgb(85,232,146); }
td.TdClassName
{
border-color: #55E892;
}
.TagClassName
{
border-color: #55E892;
}
</style>