Shades of Emerald #52DF80
Tints of Emerald #52DF80
RGB
CMYK
RGB Variations
Color information
#52DF80 (or 0x52DF80) is known color: Emerald. HEX triplet: 52, DF and 80. RGB value is (82,223,128). Sum of RGB (Red+Green+Blue) = 82+223+128=433 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.94% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DF80 is #AD207F. Grayscale: #AAAAAA. Windows color (decimal): -11346048 or 8445778. OLE color: 8445778.
HSL color Cylindrical-coordinate representation of color #52DF80: hue angle of 139.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DF80 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 223 | 128 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.13 |
| HSL | 139.57º | 0.69% | 0.6% | - |
| HSV(B) | 139.57º | 0.63% | 0.87% | - |
| XYZ | 33.76 | 56.13 | 29.48 | - |
| YUV | 170.01 | 104.29 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 128 | 0.63 | 0 | 0.43 | 0.13 | 139.57 | 0.69 | 0.6 |
| Hex | 52 | DF | 80 | 3F | 0 | 2B | D | 8C | 45 | 3C |
| Octal | 122 | 337 | 200 | 77 | 0 | 53 | 15 | 214 | 105 | 74 |
| Binary | 1010010 | 11011111 | 10000000 | 111111 | 0 | 101011 | 1101 | 10001100 | 1000101 | 111100 |
Color Harmonies of #52DF80
Complementary color
Monochromatic Colors of #52DF80
Black with #52DF80
Text Example
Text Example
White with #52DF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DF80; }
p { color: rgb(82,223,128); }
H1.HeaderClassName
{
color: #52DF80;
}
.AnyTagClassName
{
color: #52DF80;
}
</style>
background-color css
<style>
a { background-color: #52DF80; }
a { background-color: rgb(82,223,128); }
div.DivClassName
{
background-color: #52DF80;
}
.BgClassName
{
background-color: #52DF80;
}
</style>
border-color css
<style>
span { border-color: #52DF80; }
span { border-color: rgb(82,223,128); }
td.TdClassName
{
border-color: #52DF80;
}
.TagClassName
{
border-color: #52DF80;
}
</style>