Shades of Emerald #52CF6C
Tints of Emerald #52CF6C
RGB
CMYK
RGB Variations
Color information
#52CF6C (or 0x52CF6C) is known color: Emerald. HEX triplet: 52, CF and 6C. RGB value is (82,207,108). Sum of RGB (Red+Green+Blue) = 82+207+108=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CF6C is #AD3093. Grayscale: #9E9E9E. Windows color (decimal): -11350164 or 7130962. OLE color: 7130962.
HSL color Cylindrical-coordinate representation of color #52CF6C: hue angle of 132.48º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CF6C is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 207 | 108 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.19 |
| HSL | 132.48º | 0.57% | 0.57% | - |
| HSV(B) | 132.48º | 0.6% | 0.81% | - |
| XYZ | 28.5 | 47.5 | 21.85 | - |
| YUV | 158.34 | 99.59 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 108 | 0.60 | 0 | 0.48 | 0.19 | 132.48 | 0.57 | 0.57 |
| Hex | 52 | CF | 6C | 3C | 0 | 30 | 13 | 84 | 39 | 39 |
| Octal | 122 | 317 | 154 | 74 | 0 | 60 | 23 | 204 | 71 | 71 |
| Binary | 1010010 | 11001111 | 1101100 | 111100 | 0 | 110000 | 10011 | 10000100 | 111001 | 111001 |
Color Harmonies of #52CF6C
Complementary color
Monochromatic Colors of #52CF6C
Black with #52CF6C
Text Example
Text Example
White with #52CF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CF6C; }
p { color: rgb(82,207,108); }
H1.HeaderClassName
{
color: #52CF6C;
}
.AnyTagClassName
{
color: #52CF6C;
}
</style>
background-color css
<style>
a { background-color: #52CF6C; }
a { background-color: rgb(82,207,108); }
div.DivClassName
{
background-color: #52CF6C;
}
.BgClassName
{
background-color: #52CF6C;
}
</style>
border-color css
<style>
span { border-color: #52CF6C; }
span { border-color: rgb(82,207,108); }
td.TdClassName
{
border-color: #52CF6C;
}
.TagClassName
{
border-color: #52CF6C;
}
</style>