Shades of Emerald #52D072
Tints of Emerald #52D072
RGB
CMYK
RGB Variations
Color information
#52D072 (or 0x52D072) is known color: Emerald. HEX triplet: 52, D0 and 72. RGB value is (82,208,114). Sum of RGB (Red+Green+Blue) = 82+208+114=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #52D072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D072 is #AD2F8D. Grayscale: #9F9F9F. Windows color (decimal): -11349902 or 7524434. OLE color: 7524434.
HSL color Cylindrical-coordinate representation of color #52D072: hue angle of 135.24º degrees, saturation: 0.57, 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 #52D072 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 208 | 114 | - |
| CMYK | 0.61 | 0 | 0.45 | 0.18 |
| HSL | 135.24º | 0.57% | 0.57% | - |
| HSV(B) | 135.24º | 0.61% | 0.82% | - |
| XYZ | 29.07 | 48.12 | 23.68 | - |
| YUV | 159.61 | 102.26 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 208 | 114 | 0.61 | 0 | 0.45 | 0.18 | 135.24 | 0.57 | 0.57 |
| Hex | 52 | D0 | 72 | 3D | 0 | 2D | 12 | 87 | 39 | 39 |
| Octal | 122 | 320 | 162 | 75 | 0 | 55 | 22 | 207 | 71 | 71 |
| Binary | 1010010 | 11010000 | 1110010 | 111101 | 0 | 101101 | 10010 | 10000111 | 111001 | 111001 |
Color Harmonies of #52D072
Complementary color
Monochromatic Colors of #52D072
Black with #52D072
Text Example
Text Example
White with #52D072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D072; }
p { color: rgb(82,208,114); }
H1.HeaderClassName
{
color: #52D072;
}
.AnyTagClassName
{
color: #52D072;
}
</style>
background-color css
<style>
a { background-color: #52D072; }
a { background-color: rgb(82,208,114); }
div.DivClassName
{
background-color: #52D072;
}
.BgClassName
{
background-color: #52D072;
}
</style>
border-color css
<style>
span { border-color: #52D072; }
span { border-color: rgb(82,208,114); }
td.TdClassName
{
border-color: #52D072;
}
.TagClassName
{
border-color: #52D072;
}
</style>