Shades of Emerald #52DC7C
Tints of Emerald #52DC7C
RGB
CMYK
RGB Variations
Color information
#52DC7C (or 0x52DC7C) is known color: Emerald. HEX triplet: 52, DC and 7C. RGB value is (82,220,124). Sum of RGB (Red+Green+Blue) = 82+220+124=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DC7C is #AD2383. Grayscale: #A8A8A8. Windows color (decimal): -11346820 or 8182866. OLE color: 8182866.
HSL color Cylindrical-coordinate representation of color #52DC7C: hue angle of 138.26º 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 #52DC7C is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 124 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.14 |
| HSL | 138.26º | 0.66% | 0.59% | - |
| HSV(B) | 138.26º | 0.63% | 0.86% | - |
| XYZ | 32.71 | 54.44 | 27.85 | - |
| YUV | 167.79 | 103.28 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 124 | 0.63 | 0 | 0.44 | 0.14 | 138.26 | 0.66 | 0.59 |
| Hex | 52 | DC | 7C | 3F | 0 | 2C | E | 8A | 42 | 3B |
| Octal | 122 | 334 | 174 | 77 | 0 | 54 | 16 | 212 | 102 | 73 |
| Binary | 1010010 | 11011100 | 1111100 | 111111 | 0 | 101100 | 1110 | 10001010 | 1000010 | 111011 |
Color Harmonies of #52DC7C
Complementary color
Monochromatic Colors of #52DC7C
Black with #52DC7C
Text Example
Text Example
White with #52DC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DC7C; }
p { color: rgb(82,220,124); }
H1.HeaderClassName
{
color: #52DC7C;
}
.AnyTagClassName
{
color: #52DC7C;
}
</style>
background-color css
<style>
a { background-color: #52DC7C; }
a { background-color: rgb(82,220,124); }
div.DivClassName
{
background-color: #52DC7C;
}
.BgClassName
{
background-color: #52DC7C;
}
</style>
border-color css
<style>
span { border-color: #52DC7C; }
span { border-color: rgb(82,220,124); }
td.TdClassName
{
border-color: #52DC7C;
}
.TagClassName
{
border-color: #52DC7C;
}
</style>