Shades of Emerald #52D271
Tints of Emerald #52D271
RGB
CMYK
RGB Variations
Color information
#52D271 (or 0x52D271) is known color: Emerald. HEX triplet: 52, D2 and 71. RGB value is (82,210,113). Sum of RGB (Red+Green+Blue) = 82+210+113=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 210 (82.42% from 255 or 51.85% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 210 - color contains mainly: green. Hex color #52D271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D271 is #AD2D8E. Grayscale: #A0A0A0. Windows color (decimal): -11349391 or 7459410. OLE color: 7459410.
HSL color Cylindrical-coordinate representation of color #52D271: hue angle of 134.53º 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 #52D271 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 210 | 113 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.18 |
| HSL | 134.53º | 0.59% | 0.57% | - |
| HSV(B) | 134.53º | 0.61% | 0.82% | - |
| XYZ | 29.51 | 49.08 | 23.54 | - |
| YUV | 160.67 | 101.09 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 210 | 113 | 0.61 | 0 | 0.46 | 0.18 | 134.53 | 0.59 | 0.57 |
| Hex | 52 | D2 | 71 | 3D | 0 | 2E | 12 | 87 | 3B | 39 |
| Octal | 122 | 322 | 161 | 75 | 0 | 56 | 22 | 207 | 73 | 71 |
| Binary | 1010010 | 11010010 | 1110001 | 111101 | 0 | 101110 | 10010 | 10000111 | 111011 | 111001 |
Color Harmonies of #52D271
Complementary color
Monochromatic Colors of #52D271
Black with #52D271
Text Example
Text Example
White with #52D271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D271; }
p { color: rgb(82,210,113); }
H1.HeaderClassName
{
color: #52D271;
}
.AnyTagClassName
{
color: #52D271;
}
</style>
background-color css
<style>
a { background-color: #52D271; }
a { background-color: rgb(82,210,113); }
div.DivClassName
{
background-color: #52D271;
}
.BgClassName
{
background-color: #52D271;
}
</style>
border-color css
<style>
span { border-color: #52D271; }
span { border-color: rgb(82,210,113); }
td.TdClassName
{
border-color: #52D271;
}
.TagClassName
{
border-color: #52D271;
}
</style>