Shades of Emerald #52DC7F
Tints of Emerald #52DC7F
RGB
CMYK
RGB Variations
Color information
#52DC7F (or 0x52DC7F) is known color: Emerald. HEX triplet: 52, DC and 7F. RGB value is (82,220,127). Sum of RGB (Red+Green+Blue) = 82+220+127=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DC7F is #AD2380. Grayscale: #A8A8A8. Windows color (decimal): -11346817 or 8379474. OLE color: 8379474.
HSL color Cylindrical-coordinate representation of color #52DC7F: hue angle of 139.57º 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 #52DC7F is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 127 | - |
| CMYK | 0.63 | 0 | 0.42 | 0.14 |
| HSL | 139.57º | 0.66% | 0.59% | - |
| HSV(B) | 139.57º | 0.63% | 0.86% | - |
| XYZ | 32.9 | 54.51 | 28.87 | - |
| YUV | 168.14 | 104.78 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 127 | 0.63 | 0 | 0.42 | 0.14 | 139.57 | 0.66 | 0.59 |
| Hex | 52 | DC | 7F | 3F | 0 | 2A | E | 8C | 42 | 3B |
| Octal | 122 | 334 | 177 | 77 | 0 | 52 | 16 | 214 | 102 | 73 |
| Binary | 1010010 | 11011100 | 1111111 | 111111 | 0 | 101010 | 1110 | 10001100 | 1000010 | 111011 |
Color Harmonies of #52DC7F
Complementary color
Monochromatic Colors of #52DC7F
Black with #52DC7F
Text Example
Text Example
White with #52DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DC7F; }
p { color: rgb(82,220,127); }
H1.HeaderClassName
{
color: #52DC7F;
}
.AnyTagClassName
{
color: #52DC7F;
}
</style>
background-color css
<style>
a { background-color: #52DC7F; }
a { background-color: rgb(82,220,127); }
div.DivClassName
{
background-color: #52DC7F;
}
.BgClassName
{
background-color: #52DC7F;
}
</style>
border-color css
<style>
span { border-color: #52DC7F; }
span { border-color: rgb(82,220,127); }
td.TdClassName
{
border-color: #52DC7F;
}
.TagClassName
{
border-color: #52DC7F;
}
</style>