Shades of Emerald #55D987
Tints of Emerald #55D987
RGB
CMYK
RGB Variations
Color information
#55D987 (or 0x55D987) is known color: Emerald. HEX triplet: 55, D9 and 87. RGB value is (85,217,135). Sum of RGB (Red+Green+Blue) = 85+217+135=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #55D987 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D987 is #AA2678. Grayscale: #A8A8A8. Windows color (decimal): -11150969 or 8902997. OLE color: 8902997.
HSL color Cylindrical-coordinate representation of color #55D987: hue angle of 142.73º 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 #55D987 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 135 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.15 |
| HSL | 142.73º | 0.63% | 0.59% | - |
| HSV(B) | 142.73º | 0.61% | 0.85% | - |
| XYZ | 32.93 | 53.31 | 31.48 | - |
| YUV | 168.18 | 109.27 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 135 | 0.61 | 0 | 0.38 | 0.15 | 142.73 | 0.63 | 0.59 |
| Hex | 55 | D9 | 87 | 3D | 0 | 26 | F | 8F | 3F | 3B |
| Octal | 125 | 331 | 207 | 75 | 0 | 46 | 17 | 217 | 77 | 73 |
| Binary | 1010101 | 11011001 | 10000111 | 111101 | 0 | 100110 | 1111 | 10001111 | 111111 | 111011 |
Color Harmonies of #55D987
Complementary color
Monochromatic Colors of #55D987
Black with #55D987
Text Example
Text Example
White with #55D987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D987; }
p { color: rgb(85,217,135); }
H1.HeaderClassName
{
color: #55D987;
}
.AnyTagClassName
{
color: #55D987;
}
</style>
background-color css
<style>
a { background-color: #55D987; }
a { background-color: rgb(85,217,135); }
div.DivClassName
{
background-color: #55D987;
}
.BgClassName
{
background-color: #55D987;
}
</style>
border-color css
<style>
span { border-color: #55D987; }
span { border-color: rgb(85,217,135); }
td.TdClassName
{
border-color: #55D987;
}
.TagClassName
{
border-color: #55D987;
}
</style>