Shades of Emerald #52D36F
Tints of Emerald #52D36F
RGB
CMYK
RGB Variations
Color information
#52D36F (or 0x52D36F) is known color: Emerald. HEX triplet: 52, D3 and 6F. RGB value is (82,211,111). Sum of RGB (Red+Green+Blue) = 82+211+111=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 211 (82.81% from 255 or 52.23% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 211 - color contains mainly: green. Hex color #52D36F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D36F is #AD2C90. Grayscale: #A1A1A1. Windows color (decimal): -11349137 or 7328594. OLE color: 7328594.
HSL color Cylindrical-coordinate representation of color #52D36F: hue angle of 133.49º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D36F is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 211 | 111 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.17 |
| HSL | 133.49º | 0.59% | 0.57% | - |
| HSV(B) | 133.49º | 0.61% | 0.83% | - |
| XYZ | 29.64 | 49.53 | 23.04 | - |
| YUV | 161.03 | 99.76 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 211 | 111 | 0.61 | 0 | 0.47 | 0.17 | 133.49 | 0.59 | 0.57 |
| Hex | 52 | D3 | 6F | 3D | 0 | 2F | 11 | 85 | 3B | 39 |
| Octal | 122 | 323 | 157 | 75 | 0 | 57 | 21 | 205 | 73 | 71 |
| Binary | 1010010 | 11010011 | 1101111 | 111101 | 0 | 101111 | 10001 | 10000101 | 111011 | 111001 |
Color Harmonies of #52D36F
Complementary color
Monochromatic Colors of #52D36F
Black with #52D36F
Text Example
Text Example
White with #52D36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D36F; }
p { color: rgb(82,211,111); }
H1.HeaderClassName
{
color: #52D36F;
}
.AnyTagClassName
{
color: #52D36F;
}
</style>
background-color css
<style>
a { background-color: #52D36F; }
a { background-color: rgb(82,211,111); }
div.DivClassName
{
background-color: #52D36F;
}
.BgClassName
{
background-color: #52D36F;
}
</style>
border-color css
<style>
span { border-color: #52D36F; }
span { border-color: rgb(82,211,111); }
td.TdClassName
{
border-color: #52D36F;
}
.TagClassName
{
border-color: #52D36F;
}
</style>