Shades of Emerald #53DF72
Tints of Emerald #53DF72
RGB
CMYK
RGB Variations
Color information
#53DF72 (or 0x53DF72) is known color: Emerald. HEX triplet: 53, DF and 72. RGB value is (83,223,114). Sum of RGB (Red+Green+Blue) = 83+223+114=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #53DF72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DF72 is #AC208D. Grayscale: #A9A9A9. Windows color (decimal): -11280526 or 7528275. OLE color: 7528275.
HSL color Cylindrical-coordinate representation of color #53DF72: hue angle of 133.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 #53DF72 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 223 | 114 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.13 |
| HSL | 133.29º | 0.69% | 0.6% | - |
| HSV(B) | 133.29º | 0.63% | 0.87% | - |
| XYZ | 32.99 | 55.83 | 24.96 | - |
| YUV | 168.71 | 97.12 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 114 | 0.63 | 0 | 0.49 | 0.13 | 133.29 | 0.69 | 0.6 |
| Hex | 53 | DF | 72 | 3F | 0 | 31 | D | 85 | 45 | 3C |
| Octal | 123 | 337 | 162 | 77 | 0 | 61 | 15 | 205 | 105 | 74 |
| Binary | 1010011 | 11011111 | 1110010 | 111111 | 0 | 110001 | 1101 | 10000101 | 1000101 | 111100 |
Color Harmonies of #53DF72
Complementary color
Monochromatic Colors of #53DF72
Black with #53DF72
Text Example
Text Example
White with #53DF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DF72; }
p { color: rgb(83,223,114); }
H1.HeaderClassName
{
color: #53DF72;
}
.AnyTagClassName
{
color: #53DF72;
}
</style>
background-color css
<style>
a { background-color: #53DF72; }
a { background-color: rgb(83,223,114); }
div.DivClassName
{
background-color: #53DF72;
}
.BgClassName
{
background-color: #53DF72;
}
</style>
border-color css
<style>
span { border-color: #53DF72; }
span { border-color: rgb(83,223,114); }
td.TdClassName
{
border-color: #53DF72;
}
.TagClassName
{
border-color: #53DF72;
}
</style>