Shades of Emerald #55C86E
Tints of Emerald #55C86E
RGB
CMYK
RGB Variations
Color information
#55C86E (or 0x55C86E) is known color: Emerald. HEX triplet: 55, C8 and 6E. RGB value is (85,200,110). Sum of RGB (Red+Green+Blue) = 85+200+110=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 200 (78.52% from 255 or 50.63% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 200 - color contains mainly: green. Hex color #55C86E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C86E is #AA3791. Grayscale: #9B9B9B. Windows color (decimal): -11155346 or 7260245. OLE color: 7260245.
HSL color Cylindrical-coordinate representation of color #55C86E: hue angle of 133.04º 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 #55C86E is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 200 | 110 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.22 |
| HSL | 133.04º | 0.51% | 0.56% | - |
| HSV(B) | 133.04º | 0.58% | 0.78% | - |
| XYZ | 27.22 | 44.37 | 21.88 | - |
| YUV | 155.36 | 102.4 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 200 | 110 | 0.58 | 0 | 0.45 | 0.22 | 133.04 | 0.51 | 0.56 |
| Hex | 55 | C8 | 6E | 3A | 0 | 2D | 16 | 85 | 33 | 38 |
| Octal | 125 | 310 | 156 | 72 | 0 | 55 | 26 | 205 | 63 | 70 |
| Binary | 1010101 | 11001000 | 1101110 | 111010 | 0 | 101101 | 10110 | 10000101 | 110011 | 111000 |
Color Harmonies of #55C86E
Complementary color
Monochromatic Colors of #55C86E
Black with #55C86E
Text Example
Text Example
White with #55C86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C86E; }
p { color: rgb(85,200,110); }
H1.HeaderClassName
{
color: #55C86E;
}
.AnyTagClassName
{
color: #55C86E;
}
</style>
background-color css
<style>
a { background-color: #55C86E; }
a { background-color: rgb(85,200,110); }
div.DivClassName
{
background-color: #55C86E;
}
.BgClassName
{
background-color: #55C86E;
}
</style>
border-color css
<style>
span { border-color: #55C86E; }
span { border-color: rgb(85,200,110); }
td.TdClassName
{
border-color: #55C86E;
}
.TagClassName
{
border-color: #55C86E;
}
</style>