Shades of Emerald #52D76C
Tints of Emerald #52D76C
RGB
CMYK
RGB Variations
Color information
#52D76C (or 0x52D76C) is known color: Emerald. HEX triplet: 52, D7 and 6C. RGB value is (82,215,108). Sum of RGB (Red+Green+Blue) = 82+215+108=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 215 (84.38% from 255 or 53.09% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 215 - color contains mainly: green. Hex color #52D76C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D76C is #AD2893. Grayscale: #A3A3A3. Windows color (decimal): -11348116 or 7133010. OLE color: 7133010.
HSL color Cylindrical-coordinate representation of color #52D76C: hue angle of 131.73º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D76C is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 215 | 108 | - |
| CMYK | 0.62 | 0 | 0.50 | 0.16 |
| HSL | 131.73º | 0.62% | 0.58% | - |
| HSV(B) | 131.73º | 0.62% | 0.84% | - |
| XYZ | 30.49 | 51.48 | 22.52 | - |
| YUV | 163.04 | 96.94 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 215 | 108 | 0.62 | 0 | 0.50 | 0.16 | 131.73 | 0.62 | 0.58 |
| Hex | 52 | D7 | 6C | 3E | 0 | 32 | 10 | 84 | 3E | 3A |
| Octal | 122 | 327 | 154 | 76 | 0 | 62 | 20 | 204 | 76 | 72 |
| Binary | 1010010 | 11010111 | 1101100 | 111110 | 0 | 110010 | 10000 | 10000100 | 111110 | 111010 |
Color Harmonies of #52D76C
Complementary color
Monochromatic Colors of #52D76C
Black with #52D76C
Text Example
Text Example
White with #52D76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D76C; }
p { color: rgb(82,215,108); }
H1.HeaderClassName
{
color: #52D76C;
}
.AnyTagClassName
{
color: #52D76C;
}
</style>
background-color css
<style>
a { background-color: #52D76C; }
a { background-color: rgb(82,215,108); }
div.DivClassName
{
background-color: #52D76C;
}
.BgClassName
{
background-color: #52D76C;
}
</style>
border-color css
<style>
span { border-color: #52D76C; }
span { border-color: rgb(82,215,108); }
td.TdClassName
{
border-color: #52D76C;
}
.TagClassName
{
border-color: #52D76C;
}
</style>