Shades of Emerald #52D287
Tints of Emerald #52D287
RGB
CMYK
RGB Variations
Color information
#52D287 (or 0x52D287) is known color: Emerald. HEX triplet: 52, D2 and 87. RGB value is (82,210,135). Sum of RGB (Red+Green+Blue) = 82+210+135=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 210 (82.42% from 255 or 49.18% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 210 - color contains mainly: green. Hex color #52D287 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D287 is #AD2D78. Grayscale: #A3A3A3. Windows color (decimal): -11349369 or 8901202. OLE color: 8901202.
HSL color Cylindrical-coordinate representation of color #52D287: hue angle of 144.84º 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 #52D287 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 210 | 135 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.18 |
| HSL | 144.84º | 0.59% | 0.57% | - |
| HSV(B) | 144.84º | 0.61% | 0.82% | - |
| XYZ | 30.9 | 49.64 | 30.87 | - |
| YUV | 163.18 | 112.09 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 210 | 135 | 0.61 | 0 | 0.36 | 0.18 | 144.84 | 0.59 | 0.57 |
| Hex | 52 | D2 | 87 | 3D | 0 | 24 | 12 | 91 | 3B | 39 |
| Octal | 122 | 322 | 207 | 75 | 0 | 44 | 22 | 221 | 73 | 71 |
| Binary | 1010010 | 11010010 | 10000111 | 111101 | 0 | 100100 | 10010 | 10010001 | 111011 | 111001 |
Color Harmonies of #52D287
Complementary color
Monochromatic Colors of #52D287
Black with #52D287
Text Example
Text Example
White with #52D287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D287; }
p { color: rgb(82,210,135); }
H1.HeaderClassName
{
color: #52D287;
}
.AnyTagClassName
{
color: #52D287;
}
</style>
background-color css
<style>
a { background-color: #52D287; }
a { background-color: rgb(82,210,135); }
div.DivClassName
{
background-color: #52D287;
}
.BgClassName
{
background-color: #52D287;
}
</style>
border-color css
<style>
span { border-color: #52D287; }
span { border-color: rgb(82,210,135); }
td.TdClassName
{
border-color: #52D287;
}
.TagClassName
{
border-color: #52D287;
}
</style>