Shades of Emerald #52DB7C
Tints of Emerald #52DB7C
RGB
CMYK
RGB Variations
Color information
#52DB7C (or 0x52DB7C) is known color: Emerald. HEX triplet: 52, DB and 7C. RGB value is (82,219,124). Sum of RGB (Red+Green+Blue) = 82+219+124=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DB7C is #AD2483. Grayscale: #A7A7A7. Windows color (decimal): -11347076 or 8182610. OLE color: 8182610.
HSL color Cylindrical-coordinate representation of color #52DB7C: hue angle of 138.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 #52DB7C is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 124 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.14 |
| HSL | 138.39º | 0.66% | 0.59% | - |
| HSV(B) | 138.39º | 0.63% | 0.86% | - |
| XYZ | 32.45 | 53.91 | 27.76 | - |
| YUV | 167.21 | 103.61 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 124 | 0.63 | 0 | 0.43 | 0.14 | 138.39 | 0.66 | 0.59 |
| Hex | 52 | DB | 7C | 3F | 0 | 2B | E | 8A | 42 | 3B |
| Octal | 122 | 333 | 174 | 77 | 0 | 53 | 16 | 212 | 102 | 73 |
| Binary | 1010010 | 11011011 | 1111100 | 111111 | 0 | 101011 | 1110 | 10001010 | 1000010 | 111011 |
Color Harmonies of #52DB7C
Complementary color
Monochromatic Colors of #52DB7C
Black with #52DB7C
Text Example
Text Example
White with #52DB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DB7C; }
p { color: rgb(82,219,124); }
H1.HeaderClassName
{
color: #52DB7C;
}
.AnyTagClassName
{
color: #52DB7C;
}
</style>
background-color css
<style>
a { background-color: #52DB7C; }
a { background-color: rgb(82,219,124); }
div.DivClassName
{
background-color: #52DB7C;
}
.BgClassName
{
background-color: #52DB7C;
}
</style>
border-color css
<style>
span { border-color: #52DB7C; }
span { border-color: rgb(82,219,124); }
td.TdClassName
{
border-color: #52DB7C;
}
.TagClassName
{
border-color: #52DB7C;
}
</style>