Shades of Emerald #52DD89
Tints of Emerald #52DD89
RGB
CMYK
RGB Variations
Color information
#52DD89 (or 0x52DD89) is known color: Emerald. HEX triplet: 52, DD and 89. RGB value is (82,221,137). Sum of RGB (Red+Green+Blue) = 82+221+137=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DD89 is #AD2276. Grayscale: #AAAAAA. Windows color (decimal): -11346551 or 9035090. OLE color: 9035090.
HSL color Cylindrical-coordinate representation of color #52DD89: hue angle of 143.74º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DD89 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 221 | 137 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.13 |
| HSL | 143.74º | 0.67% | 0.59% | - |
| HSV(B) | 143.74º | 0.63% | 0.87% | - |
| XYZ | 33.85 | 55.31 | 32.56 | - |
| YUV | 169.86 | 109.45 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 221 | 137 | 0.63 | 0 | 0.38 | 0.13 | 143.74 | 0.67 | 0.59 |
| Hex | 52 | DD | 89 | 3F | 0 | 26 | D | 90 | 43 | 3B |
| Octal | 122 | 335 | 211 | 77 | 0 | 46 | 15 | 220 | 103 | 73 |
| Binary | 1010010 | 11011101 | 10001001 | 111111 | 0 | 100110 | 1101 | 10010000 | 1000011 | 111011 |
Color Harmonies of #52DD89
Complementary color
Monochromatic Colors of #52DD89
Black with #52DD89
Text Example
Text Example
White with #52DD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DD89; }
p { color: rgb(82,221,137); }
H1.HeaderClassName
{
color: #52DD89;
}
.AnyTagClassName
{
color: #52DD89;
}
</style>
background-color css
<style>
a { background-color: #52DD89; }
a { background-color: rgb(82,221,137); }
div.DivClassName
{
background-color: #52DD89;
}
.BgClassName
{
background-color: #52DD89;
}
</style>
border-color css
<style>
span { border-color: #52DD89; }
span { border-color: rgb(82,221,137); }
td.TdClassName
{
border-color: #52DD89;
}
.TagClassName
{
border-color: #52DD89;
}
</style>