Shades of Emerald #53DF80
Tints of Emerald #53DF80
RGB
CMYK
RGB Variations
Color information
#53DF80 (or 0x53DF80) is known color: Emerald. HEX triplet: 53, DF and 80. RGB value is (83,223,128). Sum of RGB (Red+Green+Blue) = 83+223+128=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #53DF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DF80 is #AC207F. Grayscale: #AAAAAA. Windows color (decimal): -11280512 or 8445779. OLE color: 8445779.
HSL color Cylindrical-coordinate representation of color #53DF80: hue angle of 139.29º 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 #53DF80 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 223 | 128 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.13 |
| HSL | 139.29º | 0.69% | 0.6% | - |
| HSV(B) | 139.29º | 0.63% | 0.87% | - |
| XYZ | 33.85 | 56.17 | 29.48 | - |
| YUV | 170.31 | 104.12 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 128 | 0.63 | 0 | 0.43 | 0.13 | 139.29 | 0.69 | 0.6 |
| Hex | 53 | DF | 80 | 3F | 0 | 2B | D | 8B | 45 | 3C |
| Octal | 123 | 337 | 200 | 77 | 0 | 53 | 15 | 213 | 105 | 74 |
| Binary | 1010011 | 11011111 | 10000000 | 111111 | 0 | 101011 | 1101 | 10001011 | 1000101 | 111100 |
Color Harmonies of #53DF80
Complementary color
Monochromatic Colors of #53DF80
Black with #53DF80
Text Example
Text Example
White with #53DF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DF80; }
p { color: rgb(83,223,128); }
H1.HeaderClassName
{
color: #53DF80;
}
.AnyTagClassName
{
color: #53DF80;
}
</style>
background-color css
<style>
a { background-color: #53DF80; }
a { background-color: rgb(83,223,128); }
div.DivClassName
{
background-color: #53DF80;
}
.BgClassName
{
background-color: #53DF80;
}
</style>
border-color css
<style>
span { border-color: #53DF80; }
span { border-color: rgb(83,223,128); }
td.TdClassName
{
border-color: #53DF80;
}
.TagClassName
{
border-color: #53DF80;
}
</style>