Shades of Emerald #52D06C
Tints of Emerald #52D06C
RGB
CMYK
RGB Variations
Color information
#52D06C (or 0x52D06C) is known color: Emerald. HEX triplet: 52, D0 and 6C. RGB value is (82,208,108). Sum of RGB (Red+Green+Blue) = 82+208+108=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 208 (81.64% from 255 or 52.26% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 208 - color contains mainly: green. Hex color #52D06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D06C is #AD2F93. Grayscale: #9F9F9F. Windows color (decimal): -11349908 or 7131218. OLE color: 7131218.
HSL color Cylindrical-coordinate representation of color #52D06C: hue angle of 132.38º 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 #52D06C is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 208 | 108 | - |
| CMYK | 0.61 | 0 | 0.48 | 0.18 |
| HSL | 132.38º | 0.57% | 0.57% | - |
| HSV(B) | 132.38º | 0.61% | 0.82% | - |
| XYZ | 28.74 | 47.99 | 21.94 | - |
| YUV | 158.93 | 99.26 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 208 | 108 | 0.61 | 0 | 0.48 | 0.18 | 132.38 | 0.57 | 0.57 |
| Hex | 52 | D0 | 6C | 3D | 0 | 30 | 12 | 84 | 39 | 39 |
| Octal | 122 | 320 | 154 | 75 | 0 | 60 | 22 | 204 | 71 | 71 |
| Binary | 1010010 | 11010000 | 1101100 | 111101 | 0 | 110000 | 10010 | 10000100 | 111001 | 111001 |
Color Harmonies of #52D06C
Complementary color
Monochromatic Colors of #52D06C
Black with #52D06C
Text Example
Text Example
White with #52D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D06C; }
p { color: rgb(82,208,108); }
H1.HeaderClassName
{
color: #52D06C;
}
.AnyTagClassName
{
color: #52D06C;
}
</style>
background-color css
<style>
a { background-color: #52D06C; }
a { background-color: rgb(82,208,108); }
div.DivClassName
{
background-color: #52D06C;
}
.BgClassName
{
background-color: #52D06C;
}
</style>
border-color css
<style>
span { border-color: #52D06C; }
span { border-color: rgb(82,208,108); }
td.TdClassName
{
border-color: #52D06C;
}
.TagClassName
{
border-color: #52D06C;
}
</style>