Shades of Emerald #52DC7E
Tints of Emerald #52DC7E
RGB
CMYK
RGB Variations
Color information
#52DC7E (or 0x52DC7E) is known color: Emerald. HEX triplet: 52, DC and 7E. RGB value is (82,220,126). Sum of RGB (Red+Green+Blue) = 82+220+126=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DC7E is #AD2381. Grayscale: #A8A8A8. Windows color (decimal): -11346818 or 8313938. OLE color: 8313938.
HSL color Cylindrical-coordinate representation of color #52DC7E: hue angle of 139.13º 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 #52DC7E is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 126 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.14 |
| HSL | 139.13º | 0.66% | 0.59% | - |
| HSV(B) | 139.13º | 0.63% | 0.86% | - |
| XYZ | 32.84 | 54.49 | 28.52 | - |
| YUV | 168.02 | 104.28 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 126 | 0.63 | 0 | 0.43 | 0.14 | 139.13 | 0.66 | 0.59 |
| Hex | 52 | DC | 7E | 3F | 0 | 2B | E | 8B | 42 | 3B |
| Octal | 122 | 334 | 176 | 77 | 0 | 53 | 16 | 213 | 102 | 73 |
| Binary | 1010010 | 11011100 | 1111110 | 111111 | 0 | 101011 | 1110 | 10001011 | 1000010 | 111011 |
Color Harmonies of #52DC7E
Complementary color
Monochromatic Colors of #52DC7E
Black with #52DC7E
Text Example
Text Example
White with #52DC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DC7E; }
p { color: rgb(82,220,126); }
H1.HeaderClassName
{
color: #52DC7E;
}
.AnyTagClassName
{
color: #52DC7E;
}
</style>
background-color css
<style>
a { background-color: #52DC7E; }
a { background-color: rgb(82,220,126); }
div.DivClassName
{
background-color: #52DC7E;
}
.BgClassName
{
background-color: #52DC7E;
}
</style>
border-color css
<style>
span { border-color: #52DC7E; }
span { border-color: rgb(82,220,126); }
td.TdClassName
{
border-color: #52DC7E;
}
.TagClassName
{
border-color: #52DC7E;
}
</style>