Shades of Emerald #55D881
Tints of Emerald #55D881
RGB
CMYK
RGB Variations
Color information
#55D881 (or 0x55D881) is known color: Emerald. HEX triplet: 55, D8 and 81. RGB value is (85,216,129). Sum of RGB (Red+Green+Blue) = 85+216+129=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #55D881 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D881 is #AA277E. Grayscale: #A7A7A7. Windows color (decimal): -11151231 or 8509525. OLE color: 8509525.
HSL color Cylindrical-coordinate representation of color #55D881: hue angle of 140.15º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D881 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 216 | 129 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.15 |
| HSL | 140.15º | 0.63% | 0.59% | - |
| HSV(B) | 140.15º | 0.61% | 0.85% | - |
| XYZ | 32.26 | 52.63 | 29.23 | - |
| YUV | 166.91 | 106.6 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 216 | 129 | 0.61 | 0 | 0.40 | 0.15 | 140.15 | 0.63 | 0.59 |
| Hex | 55 | D8 | 81 | 3D | 0 | 28 | F | 8C | 3F | 3B |
| Octal | 125 | 330 | 201 | 75 | 0 | 50 | 17 | 214 | 77 | 73 |
| Binary | 1010101 | 11011000 | 10000001 | 111101 | 0 | 101000 | 1111 | 10001100 | 111111 | 111011 |
Color Harmonies of #55D881
Complementary color
Monochromatic Colors of #55D881
Black with #55D881
Text Example
Text Example
White with #55D881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D881; }
p { color: rgb(85,216,129); }
H1.HeaderClassName
{
color: #55D881;
}
.AnyTagClassName
{
color: #55D881;
}
</style>
background-color css
<style>
a { background-color: #55D881; }
a { background-color: rgb(85,216,129); }
div.DivClassName
{
background-color: #55D881;
}
.BgClassName
{
background-color: #55D881;
}
</style>
border-color css
<style>
span { border-color: #55D881; }
span { border-color: rgb(85,216,129); }
td.TdClassName
{
border-color: #55D881;
}
.TagClassName
{
border-color: #55D881;
}
</style>