Shades of Emerald #55D26D
Tints of Emerald #55D26D
RGB
CMYK
RGB Variations
Color information
#55D26D (or 0x55D26D) is known color: Emerald. HEX triplet: 55, D2 and 6D. RGB value is (85,210,109). Sum of RGB (Red+Green+Blue) = 85+210+109=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #55D26D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D26D is #AA2D92. Grayscale: #A1A1A1. Windows color (decimal): -11152787 or 7197269. OLE color: 7197269.
HSL color Cylindrical-coordinate representation of color #55D26D: hue angle of 131.52º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D26D is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 210 | 109 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.18 |
| HSL | 131.52º | 0.58% | 0.58% | - |
| HSV(B) | 131.52º | 0.6% | 0.82% | - |
| XYZ | 29.55 | 49.13 | 22.39 | - |
| YUV | 161.11 | 98.59 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 210 | 109 | 0.60 | 0 | 0.48 | 0.18 | 131.52 | 0.58 | 0.58 |
| Hex | 55 | D2 | 6D | 3C | 0 | 30 | 12 | 84 | 3A | 3A |
| Octal | 125 | 322 | 155 | 74 | 0 | 60 | 22 | 204 | 72 | 72 |
| Binary | 1010101 | 11010010 | 1101101 | 111100 | 0 | 110000 | 10010 | 10000100 | 111010 | 111010 |
Color Harmonies of #55D26D
Complementary color
Monochromatic Colors of #55D26D
Black with #55D26D
Text Example
Text Example
White with #55D26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D26D; }
p { color: rgb(85,210,109); }
H1.HeaderClassName
{
color: #55D26D;
}
.AnyTagClassName
{
color: #55D26D;
}
</style>
background-color css
<style>
a { background-color: #55D26D; }
a { background-color: rgb(85,210,109); }
div.DivClassName
{
background-color: #55D26D;
}
.BgClassName
{
background-color: #55D26D;
}
</style>
border-color css
<style>
span { border-color: #55D26D; }
span { border-color: rgb(85,210,109); }
td.TdClassName
{
border-color: #55D26D;
}
.TagClassName
{
border-color: #55D26D;
}
</style>