Shades of Emerald #55DD89
Tints of Emerald #55DD89
RGB
CMYK
RGB Variations
Color information
#55DD89 (or 0x55DD89) is known color: Emerald. HEX triplet: 55, DD and 89. RGB value is (85,221,137). Sum of RGB (Red+Green+Blue) = 85+221+137=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DD89 is #AA2276. Grayscale: #AAAAAA. Windows color (decimal): -11149943 or 9035093. OLE color: 9035093.
HSL color Cylindrical-coordinate representation of color #55DD89: hue angle of 142.94º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DD89 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 221 | 137 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.13 |
| HSL | 142.94º | 0.67% | 0.6% | - |
| HSV(B) | 142.94º | 0.62% | 0.87% | - |
| XYZ | 34.12 | 55.45 | 32.57 | - |
| YUV | 170.76 | 108.94 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 137 | 0.62 | 0 | 0.38 | 0.13 | 142.94 | 0.67 | 0.6 |
| Hex | 55 | DD | 89 | 3E | 0 | 26 | D | 8F | 43 | 3C |
| Octal | 125 | 335 | 211 | 76 | 0 | 46 | 15 | 217 | 103 | 74 |
| Binary | 1010101 | 11011101 | 10001001 | 111110 | 0 | 100110 | 1101 | 10001111 | 1000011 | 111100 |
Color Harmonies of #55DD89
Complementary color
Monochromatic Colors of #55DD89
Black with #55DD89
Text Example
Text Example
White with #55DD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DD89; }
p { color: rgb(85,221,137); }
H1.HeaderClassName
{
color: #55DD89;
}
.AnyTagClassName
{
color: #55DD89;
}
</style>
background-color css
<style>
a { background-color: #55DD89; }
a { background-color: rgb(85,221,137); }
div.DivClassName
{
background-color: #55DD89;
}
.BgClassName
{
background-color: #55DD89;
}
</style>
border-color css
<style>
span { border-color: #55DD89; }
span { border-color: rgb(85,221,137); }
td.TdClassName
{
border-color: #55DD89;
}
.TagClassName
{
border-color: #55DD89;
}
</style>