Shades of Emerald #52DB6C
Tints of Emerald #52DB6C
RGB
CMYK
RGB Variations
Color information
#52DB6C (or 0x52DB6C) is known color: Emerald. HEX triplet: 52, DB and 6C. RGB value is (82,219,108). Sum of RGB (Red+Green+Blue) = 82+219+108=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 219 (85.94% from 255 or 53.55% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DB6C is #AD2493. Grayscale: #A5A5A5. Windows color (decimal): -11347092 or 7134034. OLE color: 7134034.
HSL color Cylindrical-coordinate representation of color #52DB6C: hue angle of 131.39º 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 #52DB6C is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 108 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.14 |
| HSL | 131.39º | 0.66% | 0.59% | - |
| HSV(B) | 131.39º | 0.63% | 0.86% | - |
| XYZ | 31.52 | 53.54 | 22.86 | - |
| YUV | 165.38 | 95.61 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 108 | 0.63 | 0 | 0.51 | 0.14 | 131.39 | 0.66 | 0.59 |
| Hex | 52 | DB | 6C | 3F | 0 | 33 | E | 83 | 42 | 3B |
| Octal | 122 | 333 | 154 | 77 | 0 | 63 | 16 | 203 | 102 | 73 |
| Binary | 1010010 | 11011011 | 1101100 | 111111 | 0 | 110011 | 1110 | 10000011 | 1000010 | 111011 |
Color Harmonies of #52DB6C
Complementary color
Monochromatic Colors of #52DB6C
Black with #52DB6C
Text Example
Text Example
White with #52DB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DB6C; }
p { color: rgb(82,219,108); }
H1.HeaderClassName
{
color: #52DB6C;
}
.AnyTagClassName
{
color: #52DB6C;
}
</style>
background-color css
<style>
a { background-color: #52DB6C; }
a { background-color: rgb(82,219,108); }
div.DivClassName
{
background-color: #52DB6C;
}
.BgClassName
{
background-color: #52DB6C;
}
</style>
border-color css
<style>
span { border-color: #52DB6C; }
span { border-color: rgb(82,219,108); }
td.TdClassName
{
border-color: #52DB6C;
}
.TagClassName
{
border-color: #52DB6C;
}
</style>