Shades of Emerald #55E16D
Tints of Emerald #55E16D
RGB
CMYK
RGB Variations
Color information
#55E16D (or 0x55E16D) is known color: Emerald. HEX triplet: 55, E1 and 6D. RGB value is (85,225,109). Sum of RGB (Red+Green+Blue) = 85+225+109=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 225 (88.28% from 255 or 53.70% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 225 - color contains mainly: green. Hex color #55E16D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E16D is #AA1E92. Grayscale: #AAAAAA. Windows color (decimal): -11148947 or 7201109. OLE color: 7201109.
HSL color Cylindrical-coordinate representation of color #55E16D: hue angle of 130.29º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E16D is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 225 | 109 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.12 |
| HSL | 130.29º | 0.7% | 0.61% | - |
| HSV(B) | 130.29º | 0.62% | 0.88% | - |
| XYZ | 33.43 | 56.89 | 23.69 | - |
| YUV | 169.92 | 93.62 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 225 | 109 | 0.62 | 0 | 0.52 | 0.12 | 130.29 | 0.7 | 0.61 |
| Hex | 55 | E1 | 6D | 3E | 0 | 34 | C | 82 | 46 | 3D |
| Octal | 125 | 341 | 155 | 76 | 0 | 64 | 14 | 202 | 106 | 75 |
| Binary | 1010101 | 11100001 | 1101101 | 111110 | 0 | 110100 | 1100 | 10000010 | 1000110 | 111101 |
Color Harmonies of #55E16D
Complementary color
Monochromatic Colors of #55E16D
Black with #55E16D
Text Example
Text Example
White with #55E16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E16D; }
p { color: rgb(85,225,109); }
H1.HeaderClassName
{
color: #55E16D;
}
.AnyTagClassName
{
color: #55E16D;
}
</style>
background-color css
<style>
a { background-color: #55E16D; }
a { background-color: rgb(85,225,109); }
div.DivClassName
{
background-color: #55E16D;
}
.BgClassName
{
background-color: #55E16D;
}
</style>
border-color css
<style>
span { border-color: #55E16D; }
span { border-color: rgb(85,225,109); }
td.TdClassName
{
border-color: #55E16D;
}
.TagClassName
{
border-color: #55E16D;
}
</style>