Shades of Emerald #55D787
Tints of Emerald #55D787
RGB
CMYK
RGB Variations
Color information
#55D787 (or 0x55D787) is known color: Emerald. HEX triplet: 55, D7 and 87. RGB value is (85,215,135). Sum of RGB (Red+Green+Blue) = 85+215+135=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #55D787 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D787 is #AA2878. Grayscale: #A7A7A7. Windows color (decimal): -11151481 or 8902485. OLE color: 8902485.
HSL color Cylindrical-coordinate representation of color #55D787: hue angle of 143.08º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D787 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 215 | 135 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.16 |
| HSL | 143.08º | 0.62% | 0.59% | - |
| HSV(B) | 143.08º | 0.6% | 0.84% | - |
| XYZ | 32.42 | 52.28 | 31.3 | - |
| YUV | 167.01 | 109.93 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 215 | 135 | 0.60 | 0 | 0.37 | 0.16 | 143.08 | 0.62 | 0.59 |
| Hex | 55 | D7 | 87 | 3C | 0 | 25 | 10 | 8F | 3E | 3B |
| Octal | 125 | 327 | 207 | 74 | 0 | 45 | 20 | 217 | 76 | 73 |
| Binary | 1010101 | 11010111 | 10000111 | 111100 | 0 | 100101 | 10000 | 10001111 | 111110 | 111011 |
Color Harmonies of #55D787
Complementary color
Monochromatic Colors of #55D787
Black with #55D787
Text Example
Text Example
White with #55D787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D787; }
p { color: rgb(85,215,135); }
H1.HeaderClassName
{
color: #55D787;
}
.AnyTagClassName
{
color: #55D787;
}
</style>
background-color css
<style>
a { background-color: #55D787; }
a { background-color: rgb(85,215,135); }
div.DivClassName
{
background-color: #55D787;
}
.BgClassName
{
background-color: #55D787;
}
</style>
border-color css
<style>
span { border-color: #55D787; }
span { border-color: rgb(85,215,135); }
td.TdClassName
{
border-color: #55D787;
}
.TagClassName
{
border-color: #55D787;
}
</style>