Shades of Emerald #55E881
Tints of Emerald #55E881
RGB
CMYK
RGB Variations
Color information
#55E881 (or 0x55E881) is known color: Emerald. HEX triplet: 55, E8 and 81. RGB value is (85,232,129). Sum of RGB (Red+Green+Blue) = 85+232+129=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 232 (91.02% from 255 or 52.02% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 232 - color contains mainly: green. Hex color #55E881 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E881 is #AA177E. Grayscale: #B0B0B0. Windows color (decimal): -11147135 or 8513621. OLE color: 8513621.
HSL color Cylindrical-coordinate representation of color #55E881: hue angle of 137.96º 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 #55E881 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 232 | 129 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.09 |
| HSL | 137.96º | 0.76% | 0.62% | - |
| HSV(B) | 137.96º | 0.63% | 0.91% | - |
| XYZ | 36.57 | 61.23 | 30.66 | - |
| YUV | 176.31 | 101.3 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 232 | 129 | 0.63 | 0 | 0.44 | 0.09 | 137.96 | 0.76 | 0.62 |
| Hex | 55 | E8 | 81 | 3F | 0 | 2C | 9 | 8A | 4C | 3E |
| Octal | 125 | 350 | 201 | 77 | 0 | 54 | 11 | 212 | 114 | 76 |
| Binary | 1010101 | 11101000 | 10000001 | 111111 | 0 | 101100 | 1001 | 10001010 | 1001100 | 111110 |
Color Harmonies of #55E881
Complementary color
Monochromatic Colors of #55E881
Black with #55E881
Text Example
Text Example
White with #55E881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E881; }
p { color: rgb(85,232,129); }
H1.HeaderClassName
{
color: #55E881;
}
.AnyTagClassName
{
color: #55E881;
}
</style>
background-color css
<style>
a { background-color: #55E881; }
a { background-color: rgb(85,232,129); }
div.DivClassName
{
background-color: #55E881;
}
.BgClassName
{
background-color: #55E881;
}
</style>
border-color css
<style>
span { border-color: #55E881; }
span { border-color: rgb(85,232,129); }
td.TdClassName
{
border-color: #55E881;
}
.TagClassName
{
border-color: #55E881;
}
</style>