Shades of Emerald #55D06D
Tints of Emerald #55D06D
RGB
CMYK
RGB Variations
Color information
#55D06D (or 0x55D06D) is known color: Emerald. HEX triplet: 55, D0 and 6D. RGB value is (85,208,109). Sum of RGB (Red+Green+Blue) = 85+208+109=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 208 (81.64% from 255 or 51.74% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 208 - color contains mainly: green. Hex color #55D06D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D06D is #AA2F92. Grayscale: #A0A0A0. Windows color (decimal): -11153299 or 7196757. OLE color: 7196757.
HSL color Cylindrical-coordinate representation of color #55D06D: hue angle of 131.71º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D06D is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 208 | 109 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.18 |
| HSL | 131.71º | 0.57% | 0.57% | - |
| HSV(B) | 131.71º | 0.59% | 0.82% | - |
| XYZ | 29.06 | 48.15 | 22.23 | - |
| YUV | 159.94 | 99.25 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 109 | 0.59 | 0 | 0.48 | 0.18 | 131.71 | 0.57 | 0.57 |
| Hex | 55 | D0 | 6D | 3B | 0 | 30 | 12 | 84 | 39 | 39 |
| Octal | 125 | 320 | 155 | 73 | 0 | 60 | 22 | 204 | 71 | 71 |
| Binary | 1010101 | 11010000 | 1101101 | 111011 | 0 | 110000 | 10010 | 10000100 | 111001 | 111001 |
Color Harmonies of #55D06D
Complementary color
Monochromatic Colors of #55D06D
Black with #55D06D
Text Example
Text Example
White with #55D06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D06D; }
p { color: rgb(85,208,109); }
H1.HeaderClassName
{
color: #55D06D;
}
.AnyTagClassName
{
color: #55D06D;
}
</style>
background-color css
<style>
a { background-color: #55D06D; }
a { background-color: rgb(85,208,109); }
div.DivClassName
{
background-color: #55D06D;
}
.BgClassName
{
background-color: #55D06D;
}
</style>
border-color css
<style>
span { border-color: #55D06D; }
span { border-color: rgb(85,208,109); }
td.TdClassName
{
border-color: #55D06D;
}
.TagClassName
{
border-color: #55D06D;
}
</style>