Shades of Emerald #52D282
Tints of Emerald #52D282
RGB
CMYK
RGB Variations
Color information
#52D282 (or 0x52D282) is known color: Emerald. HEX triplet: 52, D2 and 82. RGB value is (82,210,130). Sum of RGB (Red+Green+Blue) = 82+210+130=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #52D282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D282 is #AD2D7D. Grayscale: #A2A2A2. Windows color (decimal): -11349374 or 8573522. OLE color: 8573522.
HSL color Cylindrical-coordinate representation of color #52D282: hue angle of 142.5º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D282 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 210 | 130 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.18 |
| HSL | 142.5º | 0.59% | 0.57% | - |
| HSV(B) | 142.5º | 0.61% | 0.82% | - |
| XYZ | 30.56 | 49.5 | 29.06 | - |
| YUV | 162.61 | 109.59 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 210 | 130 | 0.61 | 0 | 0.38 | 0.18 | 142.5 | 0.59 | 0.57 |
| Hex | 52 | D2 | 82 | 3D | 0 | 26 | 12 | 8E | 3B | 39 |
| Octal | 122 | 322 | 202 | 75 | 0 | 46 | 22 | 216 | 73 | 71 |
| Binary | 1010010 | 11010010 | 10000010 | 111101 | 0 | 100110 | 10010 | 10001110 | 111011 | 111001 |
Color Harmonies of #52D282
Complementary color
Monochromatic Colors of #52D282
Black with #52D282
Text Example
Text Example
White with #52D282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D282; }
p { color: rgb(82,210,130); }
H1.HeaderClassName
{
color: #52D282;
}
.AnyTagClassName
{
color: #52D282;
}
</style>
background-color css
<style>
a { background-color: #52D282; }
a { background-color: rgb(82,210,130); }
div.DivClassName
{
background-color: #52D282;
}
.BgClassName
{
background-color: #52D282;
}
</style>
border-color css
<style>
span { border-color: #52D282; }
span { border-color: rgb(82,210,130); }
td.TdClassName
{
border-color: #52D282;
}
.TagClassName
{
border-color: #52D282;
}
</style>