Shades of Emerald #55DD72
Tints of Emerald #55DD72
RGB
CMYK
RGB Variations
Color information
#55DD72 (or 0x55DD72) is known color: Emerald. HEX triplet: 55, DD and 72. RGB value is (85,221,114). Sum of RGB (Red+Green+Blue) = 85+221+114=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DD72 is #AA228D. Grayscale: #A8A8A8. Windows color (decimal): -11149966 or 7527765. OLE color: 7527765.
HSL color Cylindrical-coordinate representation of color #55DD72: hue angle of 132.79º 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 #55DD72 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 221 | 114 | - |
| CMYK | 0.62 | 0 | 0.48 | 0.13 |
| HSL | 132.79º | 0.67% | 0.6% | - |
| HSV(B) | 132.79º | 0.62% | 0.87% | - |
| XYZ | 32.64 | 54.86 | 24.79 | - |
| YUV | 168.14 | 97.44 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 114 | 0.62 | 0 | 0.48 | 0.13 | 132.79 | 0.67 | 0.6 |
| Hex | 55 | DD | 72 | 3E | 0 | 30 | D | 85 | 43 | 3C |
| Octal | 125 | 335 | 162 | 76 | 0 | 60 | 15 | 205 | 103 | 74 |
| Binary | 1010101 | 11011101 | 1110010 | 111110 | 0 | 110000 | 1101 | 10000101 | 1000011 | 111100 |
Color Harmonies of #55DD72
Complementary color
Monochromatic Colors of #55DD72
Black with #55DD72
Text Example
Text Example
White with #55DD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DD72; }
p { color: rgb(85,221,114); }
H1.HeaderClassName
{
color: #55DD72;
}
.AnyTagClassName
{
color: #55DD72;
}
</style>
background-color css
<style>
a { background-color: #55DD72; }
a { background-color: rgb(85,221,114); }
div.DivClassName
{
background-color: #55DD72;
}
.BgClassName
{
background-color: #55DD72;
}
</style>
border-color css
<style>
span { border-color: #55DD72; }
span { border-color: rgb(85,221,114); }
td.TdClassName
{
border-color: #55DD72;
}
.TagClassName
{
border-color: #55DD72;
}
</style>