Shades of Emerald #52D987
Tints of Emerald #52D987
RGB
CMYK
RGB Variations
Color information
#52D987 (or 0x52D987) is known color: Emerald. HEX triplet: 52, D9 and 87. RGB value is (82,217,135). Sum of RGB (Red+Green+Blue) = 82+217+135=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #52D987 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D987 is #AD2678. Grayscale: #A7A7A7. Windows color (decimal): -11347577 or 8902994. OLE color: 8902994.
HSL color Cylindrical-coordinate representation of color #52D987: hue angle of 143.56º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D987 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 217 | 135 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.15 |
| HSL | 143.56º | 0.64% | 0.59% | - |
| HSV(B) | 143.56º | 0.62% | 0.85% | - |
| XYZ | 32.67 | 53.17 | 31.46 | - |
| YUV | 167.29 | 109.77 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 217 | 135 | 0.62 | 0 | 0.38 | 0.15 | 143.56 | 0.64 | 0.59 |
| Hex | 52 | D9 | 87 | 3E | 0 | 26 | F | 90 | 40 | 3B |
| Octal | 122 | 331 | 207 | 76 | 0 | 46 | 17 | 220 | 100 | 73 |
| Binary | 1010010 | 11011001 | 10000111 | 111110 | 0 | 100110 | 1111 | 10010000 | 1000000 | 111011 |
Color Harmonies of #52D987
Complementary color
Monochromatic Colors of #52D987
Black with #52D987
Text Example
Text Example
White with #52D987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D987; }
p { color: rgb(82,217,135); }
H1.HeaderClassName
{
color: #52D987;
}
.AnyTagClassName
{
color: #52D987;
}
</style>
background-color css
<style>
a { background-color: #52D987; }
a { background-color: rgb(82,217,135); }
div.DivClassName
{
background-color: #52D987;
}
.BgClassName
{
background-color: #52D987;
}
</style>
border-color css
<style>
span { border-color: #52D987; }
span { border-color: rgb(82,217,135); }
td.TdClassName
{
border-color: #52D987;
}
.TagClassName
{
border-color: #52D987;
}
</style>