Shades of Emerald #52DC5D
Tints of Emerald #52DC5D
RGB
CMYK
RGB Variations
Color information
#52DC5D (or 0x52DC5D) is known color: Emerald. HEX triplet: 52, DC and 5D. RGB value is (82,220,93). Sum of RGB (Red+Green+Blue) = 82+220+93=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DC5D is #AD23A2. Grayscale: #A4A4A4. Windows color (decimal): -11346851 or 6151250. OLE color: 6151250.
HSL color Cylindrical-coordinate representation of color #52DC5D: hue angle of 124.78º 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 #52DC5D is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 93 | - |
| CMYK | 0.63 | 0 | 0.58 | 0.14 |
| HSL | 124.78º | 0.66% | 0.59% | - |
| HSV(B) | 124.78º | 0.63% | 0.86% | - |
| XYZ | 31.05 | 53.77 | 19.1 | - |
| YUV | 164.26 | 87.78 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 93 | 0.63 | 0 | 0.58 | 0.14 | 124.78 | 0.66 | 0.59 |
| Hex | 52 | DC | 5D | 3F | 0 | 3A | E | 7D | 42 | 3B |
| Octal | 122 | 334 | 135 | 77 | 0 | 72 | 16 | 175 | 102 | 73 |
| Binary | 1010010 | 11011100 | 1011101 | 111111 | 0 | 111010 | 1110 | 1111101 | 1000010 | 111011 |
Color Harmonies of #52DC5D
Complementary color
Monochromatic Colors of #52DC5D
Black with #52DC5D
Text Example
Text Example
White with #52DC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DC5D; }
p { color: rgb(82,220,93); }
H1.HeaderClassName
{
color: #52DC5D;
}
.AnyTagClassName
{
color: #52DC5D;
}
</style>
background-color css
<style>
a { background-color: #52DC5D; }
a { background-color: rgb(82,220,93); }
div.DivClassName
{
background-color: #52DC5D;
}
.BgClassName
{
background-color: #52DC5D;
}
</style>
border-color css
<style>
span { border-color: #52DC5D; }
span { border-color: rgb(82,220,93); }
td.TdClassName
{
border-color: #52DC5D;
}
.TagClassName
{
border-color: #52DC5D;
}
</style>