Shades of Emerald #52D96D
Tints of Emerald #52D96D
RGB
CMYK
RGB Variations
Color information
#52D96D (or 0x52D96D) is known color: Emerald. HEX triplet: 52, D9 and 6D. RGB value is (82,217,109). Sum of RGB (Red+Green+Blue) = 82+217+109=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 217 (85.16% from 255 or 53.19% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 217 - color contains mainly: green. Hex color #52D96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D96D is #AD2692. Grayscale: #A4A4A4. Windows color (decimal): -11347603 or 7199058. OLE color: 7199058.
HSL color Cylindrical-coordinate representation of color #52D96D: hue angle of 132º 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 #52D96D is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 217 | 109 | - |
| CMYK | 0.62 | 0 | 0.50 | 0.15 |
| HSL | 132º | 0.64% | 0.59% | - |
| HSV(B) | 132º | 0.62% | 0.85% | - |
| XYZ | 31.05 | 52.52 | 22.97 | - |
| YUV | 164.32 | 96.77 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 217 | 109 | 0.62 | 0 | 0.50 | 0.15 | 132 | 0.64 | 0.59 |
| Hex | 52 | D9 | 6D | 3E | 0 | 32 | F | 84 | 40 | 3B |
| Octal | 122 | 331 | 155 | 76 | 0 | 62 | 17 | 204 | 100 | 73 |
| Binary | 1010010 | 11011001 | 1101101 | 111110 | 0 | 110010 | 1111 | 10000100 | 1000000 | 111011 |
Color Harmonies of #52D96D
Complementary color
Monochromatic Colors of #52D96D
Black with #52D96D
Text Example
Text Example
White with #52D96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D96D; }
p { color: rgb(82,217,109); }
H1.HeaderClassName
{
color: #52D96D;
}
.AnyTagClassName
{
color: #52D96D;
}
</style>
background-color css
<style>
a { background-color: #52D96D; }
a { background-color: rgb(82,217,109); }
div.DivClassName
{
background-color: #52D96D;
}
.BgClassName
{
background-color: #52D96D;
}
</style>
border-color css
<style>
span { border-color: #52D96D; }
span { border-color: rgb(82,217,109); }
td.TdClassName
{
border-color: #52D96D;
}
.TagClassName
{
border-color: #52D96D;
}
</style>