Shades of Emerald #52DF70
Tints of Emerald #52DF70
RGB
CMYK
RGB Variations
Color information
#52DF70 (or 0x52DF70) is known color: Emerald. HEX triplet: 52, DF and 70. RGB value is (82,223,112). Sum of RGB (Red+Green+Blue) = 82+223+112=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 223 (87.5% from 255 or 53.48% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DF70 is #AD208F. Grayscale: #A8A8A8. Windows color (decimal): -11346064 or 7397202. OLE color: 7397202.
HSL color Cylindrical-coordinate representation of color #52DF70: hue angle of 132.77º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DF70 is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 223 | 112 | - |
| CMYK | 0.63 | 0 | 0.50 | 0.13 |
| HSL | 132.77º | 0.69% | 0.6% | - |
| HSV(B) | 132.77º | 0.63% | 0.87% | - |
| XYZ | 32.79 | 55.74 | 24.36 | - |
| YUV | 168.19 | 96.29 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 112 | 0.63 | 0 | 0.50 | 0.13 | 132.77 | 0.69 | 0.6 |
| Hex | 52 | DF | 70 | 3F | 0 | 32 | D | 85 | 45 | 3C |
| Octal | 122 | 337 | 160 | 77 | 0 | 62 | 15 | 205 | 105 | 74 |
| Binary | 1010010 | 11011111 | 1110000 | 111111 | 0 | 110010 | 1101 | 10000101 | 1000101 | 111100 |
Color Harmonies of #52DF70
Complementary color
Monochromatic Colors of #52DF70
Black with #52DF70
Text Example
Text Example
White with #52DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DF70; }
p { color: rgb(82,223,112); }
H1.HeaderClassName
{
color: #52DF70;
}
.AnyTagClassName
{
color: #52DF70;
}
</style>
background-color css
<style>
a { background-color: #52DF70; }
a { background-color: rgb(82,223,112); }
div.DivClassName
{
background-color: #52DF70;
}
.BgClassName
{
background-color: #52DF70;
}
</style>
border-color css
<style>
span { border-color: #52DF70; }
span { border-color: rgb(82,223,112); }
td.TdClassName
{
border-color: #52DF70;
}
.TagClassName
{
border-color: #52DF70;
}
</style>