Shades of Emerald #52DC6C
Tints of Emerald #52DC6C
RGB
CMYK
RGB Variations
Color information
#52DC6C (or 0x52DC6C) is known color: Emerald. HEX triplet: 52, DC and 6C. RGB value is (82,220,108). Sum of RGB (Red+Green+Blue) = 82+220+108=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DC6C is #AD2393. Grayscale: #A6A6A6. Windows color (decimal): -11346836 or 7134290. OLE color: 7134290.
HSL color Cylindrical-coordinate representation of color #52DC6C: hue angle of 131.3º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DC6C is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 108 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.14 |
| HSL | 131.3º | 0.66% | 0.59% | - |
| HSV(B) | 131.3º | 0.63% | 0.86% | - |
| XYZ | 31.78 | 54.06 | 22.95 | - |
| YUV | 165.97 | 95.28 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 108 | 0.63 | 0 | 0.51 | 0.14 | 131.3 | 0.66 | 0.59 |
| Hex | 52 | DC | 6C | 3F | 0 | 33 | E | 83 | 42 | 3B |
| Octal | 122 | 334 | 154 | 77 | 0 | 63 | 16 | 203 | 102 | 73 |
| Binary | 1010010 | 11011100 | 1101100 | 111111 | 0 | 110011 | 1110 | 10000011 | 1000010 | 111011 |
Color Harmonies of #52DC6C
Complementary color
Monochromatic Colors of #52DC6C
Black with #52DC6C
Text Example
Text Example
White with #52DC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DC6C; }
p { color: rgb(82,220,108); }
H1.HeaderClassName
{
color: #52DC6C;
}
.AnyTagClassName
{
color: #52DC6C;
}
</style>
background-color css
<style>
a { background-color: #52DC6C; }
a { background-color: rgb(82,220,108); }
div.DivClassName
{
background-color: #52DC6C;
}
.BgClassName
{
background-color: #52DC6C;
}
</style>
border-color css
<style>
span { border-color: #52DC6C; }
span { border-color: rgb(82,220,108); }
td.TdClassName
{
border-color: #52DC6C;
}
.TagClassName
{
border-color: #52DC6C;
}
</style>