Shades of Emerald #55C875
Tints of Emerald #55C875
RGB
CMYK
RGB Variations
Color information
#55C875 (or 0x55C875) is known color: Emerald. HEX triplet: 55, C8 and 75. RGB value is (85,200,117). Sum of RGB (Red+Green+Blue) = 85+200+117=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 200 - color contains mainly: green. Hex color #55C875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C875 is #AA378A. Grayscale: #9C9C9C. Windows color (decimal): -11155339 or 7718997. OLE color: 7718997.
HSL color Cylindrical-coordinate representation of color #55C875: hue angle of 136.7º degrees, saturation: 0.51, 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 #55C875 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 200 | 117 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.22 |
| HSL | 136.7º | 0.51% | 0.56% | - |
| HSV(B) | 136.7º | 0.58% | 0.78% | - |
| XYZ | 27.61 | 44.52 | 23.97 | - |
| YUV | 156.15 | 105.9 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 200 | 117 | 0.58 | 0 | 0.42 | 0.22 | 136.7 | 0.51 | 0.56 |
| Hex | 55 | C8 | 75 | 3A | 0 | 2A | 16 | 89 | 33 | 38 |
| Octal | 125 | 310 | 165 | 72 | 0 | 52 | 26 | 211 | 63 | 70 |
| Binary | 1010101 | 11001000 | 1110101 | 111010 | 0 | 101010 | 10110 | 10001001 | 110011 | 111000 |
Color Harmonies of #55C875
Complementary color
Monochromatic Colors of #55C875
Black with #55C875
Text Example
Text Example
White with #55C875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C875; }
p { color: rgb(85,200,117); }
H1.HeaderClassName
{
color: #55C875;
}
.AnyTagClassName
{
color: #55C875;
}
</style>
background-color css
<style>
a { background-color: #55C875; }
a { background-color: rgb(85,200,117); }
div.DivClassName
{
background-color: #55C875;
}
.BgClassName
{
background-color: #55C875;
}
</style>
border-color css
<style>
span { border-color: #55C875; }
span { border-color: rgb(85,200,117); }
td.TdClassName
{
border-color: #55C875;
}
.TagClassName
{
border-color: #55C875;
}
</style>