Shades of Emerald #52DA80
Tints of Emerald #52DA80
RGB
CMYK
RGB Variations
Color information
#52DA80 (or 0x52DA80) is known color: Emerald. HEX triplet: 52, DA and 80. RGB value is (82,218,128). Sum of RGB (Red+Green+Blue) = 82+218+128=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DA80 is #AD257F. Grayscale: #A7A7A7. Windows color (decimal): -11347328 or 8444498. OLE color: 8444498.
HSL color Cylindrical-coordinate representation of color #52DA80: hue angle of 140.29º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52DA80 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 218 | 128 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.15 |
| HSL | 140.29º | 0.65% | 0.59% | - |
| HSV(B) | 140.29º | 0.62% | 0.85% | - |
| XYZ | 32.45 | 53.5 | 29.04 | - |
| YUV | 167.08 | 105.94 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 218 | 128 | 0.62 | 0 | 0.41 | 0.15 | 140.29 | 0.65 | 0.59 |
| Hex | 52 | DA | 80 | 3E | 0 | 29 | F | 8C | 41 | 3B |
| Octal | 122 | 332 | 200 | 76 | 0 | 51 | 17 | 214 | 101 | 73 |
| Binary | 1010010 | 11011010 | 10000000 | 111110 | 0 | 101001 | 1111 | 10001100 | 1000001 | 111011 |
Color Harmonies of #52DA80
Complementary color
Monochromatic Colors of #52DA80
Black with #52DA80
Text Example
Text Example
White with #52DA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DA80; }
p { color: rgb(82,218,128); }
H1.HeaderClassName
{
color: #52DA80;
}
.AnyTagClassName
{
color: #52DA80;
}
</style>
background-color css
<style>
a { background-color: #52DA80; }
a { background-color: rgb(82,218,128); }
div.DivClassName
{
background-color: #52DA80;
}
.BgClassName
{
background-color: #52DA80;
}
</style>
border-color css
<style>
span { border-color: #52DA80; }
span { border-color: rgb(82,218,128); }
td.TdClassName
{
border-color: #52DA80;
}
.TagClassName
{
border-color: #52DA80;
}
</style>