Shades of Emerald #52D27A
Tints of Emerald #52D27A
RGB
CMYK
RGB Variations
Color information
#52D27A (or 0x52D27A) is known color: Emerald. HEX triplet: 52, D2 and 7A. RGB value is (82,210,122). Sum of RGB (Red+Green+Blue) = 82+210+122=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #52D27A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D27A is #AD2D85. Grayscale: #A1A1A1. Windows color (decimal): -11349382 or 8049234. OLE color: 8049234.
HSL color Cylindrical-coordinate representation of color #52D27A: hue angle of 138.75º 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 #52D27A is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 210 | 122 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.18 |
| HSL | 138.75º | 0.59% | 0.57% | - |
| HSV(B) | 138.75º | 0.61% | 0.82% | - |
| XYZ | 30.04 | 49.29 | 26.34 | - |
| YUV | 161.7 | 105.59 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 210 | 122 | 0.61 | 0 | 0.42 | 0.18 | 138.75 | 0.59 | 0.57 |
| Hex | 52 | D2 | 7A | 3D | 0 | 2A | 12 | 8B | 3B | 39 |
| Octal | 122 | 322 | 172 | 75 | 0 | 52 | 22 | 213 | 73 | 71 |
| Binary | 1010010 | 11010010 | 1111010 | 111101 | 0 | 101010 | 10010 | 10001011 | 111011 | 111001 |
Color Harmonies of #52D27A
Complementary color
Monochromatic Colors of #52D27A
Black with #52D27A
Text Example
Text Example
White with #52D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D27A; }
p { color: rgb(82,210,122); }
H1.HeaderClassName
{
color: #52D27A;
}
.AnyTagClassName
{
color: #52D27A;
}
</style>
background-color css
<style>
a { background-color: #52D27A; }
a { background-color: rgb(82,210,122); }
div.DivClassName
{
background-color: #52D27A;
}
.BgClassName
{
background-color: #52D27A;
}
</style>
border-color css
<style>
span { border-color: #52D27A; }
span { border-color: rgb(82,210,122); }
td.TdClassName
{
border-color: #52D27A;
}
.TagClassName
{
border-color: #52D27A;
}
</style>