Shades of Emerald #55C787
Tints of Emerald #55C787
RGB
CMYK
RGB Variations
Color information
#55C787 (or 0x55C787) is known color: Emerald. HEX triplet: 55, C7 and 87. RGB value is (85,199,135). Sum of RGB (Red+Green+Blue) = 85+199+135=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 199 - color contains mainly: green. Hex color #55C787 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C787 is #AA3878. Grayscale: #9D9D9D. Windows color (decimal): -11155577 or 8898389. OLE color: 8898389.
HSL color Cylindrical-coordinate representation of color #55C787: hue angle of 146.32º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C787 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 199 | 135 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.22 |
| HSL | 146.32º | 0.5% | 0.56% | - |
| HSV(B) | 146.32º | 0.57% | 0.78% | - |
| XYZ | 28.54 | 44.53 | 30.01 | - |
| YUV | 157.62 | 115.23 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 199 | 135 | 0.57 | 0 | 0.32 | 0.22 | 146.32 | 0.5 | 0.56 |
| Hex | 55 | C7 | 87 | 39 | 0 | 20 | 16 | 92 | 32 | 38 |
| Octal | 125 | 307 | 207 | 71 | 0 | 40 | 26 | 222 | 62 | 70 |
| Binary | 1010101 | 11000111 | 10000111 | 111001 | 0 | 100000 | 10110 | 10010010 | 110010 | 111000 |
Color Harmonies of #55C787
Complementary color
Monochromatic Colors of #55C787
Black with #55C787
Text Example
Text Example
White with #55C787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C787; }
p { color: rgb(85,199,135); }
H1.HeaderClassName
{
color: #55C787;
}
.AnyTagClassName
{
color: #55C787;
}
</style>
background-color css
<style>
a { background-color: #55C787; }
a { background-color: rgb(85,199,135); }
div.DivClassName
{
background-color: #55C787;
}
.BgClassName
{
background-color: #55C787;
}
</style>
border-color css
<style>
span { border-color: #55C787; }
span { border-color: rgb(85,199,135); }
td.TdClassName
{
border-color: #55C787;
}
.TagClassName
{
border-color: #55C787;
}
</style>