Shades of Emerald #52D26C
Tints of Emerald #52D26C
RGB
CMYK
RGB Variations
Color information
#52D26C (or 0x52D26C) is known color: Emerald. HEX triplet: 52, D2 and 6C. RGB value is (82,210,108). Sum of RGB (Red+Green+Blue) = 82+210+108=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #52D26C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D26C is #AD2D93. Grayscale: #A0A0A0. Windows color (decimal): -11349396 or 7131730. OLE color: 7131730.
HSL color Cylindrical-coordinate representation of color #52D26C: hue angle of 132.19º 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 #52D26C is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 210 | 108 | - |
| CMYK | 0.61 | 0 | 0.49 | 0.18 |
| HSL | 132.19º | 0.59% | 0.57% | - |
| HSV(B) | 132.19º | 0.61% | 0.82% | - |
| XYZ | 29.23 | 48.97 | 22.1 | - |
| YUV | 160.1 | 98.59 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 210 | 108 | 0.61 | 0 | 0.49 | 0.18 | 132.19 | 0.59 | 0.57 |
| Hex | 52 | D2 | 6C | 3D | 0 | 31 | 12 | 84 | 3B | 39 |
| Octal | 122 | 322 | 154 | 75 | 0 | 61 | 22 | 204 | 73 | 71 |
| Binary | 1010010 | 11010010 | 1101100 | 111101 | 0 | 110001 | 10010 | 10000100 | 111011 | 111001 |
Color Harmonies of #52D26C
Complementary color
Monochromatic Colors of #52D26C
Black with #52D26C
Text Example
Text Example
White with #52D26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D26C; }
p { color: rgb(82,210,108); }
H1.HeaderClassName
{
color: #52D26C;
}
.AnyTagClassName
{
color: #52D26C;
}
</style>
background-color css
<style>
a { background-color: #52D26C; }
a { background-color: rgb(82,210,108); }
div.DivClassName
{
background-color: #52D26C;
}
.BgClassName
{
background-color: #52D26C;
}
</style>
border-color css
<style>
span { border-color: #52D26C; }
span { border-color: rgb(82,210,108); }
td.TdClassName
{
border-color: #52D26C;
}
.TagClassName
{
border-color: #52D26C;
}
</style>