Shades of Emerald #55D587
Tints of Emerald #55D587
RGB
CMYK
RGB Variations
Color information
#55D587 (or 0x55D587) is known color: Emerald. HEX triplet: 55, D5 and 87. RGB value is (85,213,135). Sum of RGB (Red+Green+Blue) = 85+213+135=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #55D587 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D587 is #AA2A78. Grayscale: #A6A6A6. Windows color (decimal): -11151993 or 8901973. OLE color: 8901973.
HSL color Cylindrical-coordinate representation of color #55D587: hue angle of 143.44º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D587 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 213 | 135 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.16 |
| HSL | 143.44º | 0.6% | 0.58% | - |
| HSV(B) | 143.44º | 0.6% | 0.84% | - |
| XYZ | 31.91 | 51.27 | 31.14 | - |
| YUV | 165.84 | 110.59 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 213 | 135 | 0.60 | 0 | 0.37 | 0.16 | 143.44 | 0.6 | 0.58 |
| Hex | 55 | D5 | 87 | 3C | 0 | 25 | 10 | 8F | 3C | 3A |
| Octal | 125 | 325 | 207 | 74 | 0 | 45 | 20 | 217 | 74 | 72 |
| Binary | 1010101 | 11010101 | 10000111 | 111100 | 0 | 100101 | 10000 | 10001111 | 111100 | 111010 |
Color Harmonies of #55D587
Complementary color
Monochromatic Colors of #55D587
Black with #55D587
Text Example
Text Example
White with #55D587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D587; }
p { color: rgb(85,213,135); }
H1.HeaderClassName
{
color: #55D587;
}
.AnyTagClassName
{
color: #55D587;
}
</style>
background-color css
<style>
a { background-color: #55D587; }
a { background-color: rgb(85,213,135); }
div.DivClassName
{
background-color: #55D587;
}
.BgClassName
{
background-color: #55D587;
}
</style>
border-color css
<style>
span { border-color: #55D587; }
span { border-color: rgb(85,213,135); }
td.TdClassName
{
border-color: #55D587;
}
.TagClassName
{
border-color: #55D587;
}
</style>