Shades of Emerald #53DA6E
Tints of Emerald #53DA6E
RGB
CMYK
RGB Variations
Color information
#53DA6E (or 0x53DA6E) is known color: Emerald. HEX triplet: 53, DA and 6E. RGB value is (83,218,110). Sum of RGB (Red+Green+Blue) = 83+218+110=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #53DA6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DA6E is #AC2591. Grayscale: #A5A5A5. Windows color (decimal): -11281810 or 7264851. OLE color: 7264851.
HSL color Cylindrical-coordinate representation of color #53DA6E: hue angle of 132º 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 #53DA6E is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 218 | 110 | - |
| CMYK | 0.62 | 0 | 0.50 | 0.15 |
| HSL | 132º | 0.65% | 0.59% | - |
| HSV(B) | 132º | 0.62% | 0.85% | - |
| XYZ | 31.45 | 53.11 | 23.34 | - |
| YUV | 165.32 | 96.77 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 218 | 110 | 0.62 | 0 | 0.50 | 0.15 | 132 | 0.65 | 0.59 |
| Hex | 53 | DA | 6E | 3E | 0 | 32 | F | 84 | 41 | 3B |
| Octal | 123 | 332 | 156 | 76 | 0 | 62 | 17 | 204 | 101 | 73 |
| Binary | 1010011 | 11011010 | 1101110 | 111110 | 0 | 110010 | 1111 | 10000100 | 1000001 | 111011 |
Color Harmonies of #53DA6E
Complementary color
Monochromatic Colors of #53DA6E
Black with #53DA6E
Text Example
Text Example
White with #53DA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DA6E; }
p { color: rgb(83,218,110); }
H1.HeaderClassName
{
color: #53DA6E;
}
.AnyTagClassName
{
color: #53DA6E;
}
</style>
background-color css
<style>
a { background-color: #53DA6E; }
a { background-color: rgb(83,218,110); }
div.DivClassName
{
background-color: #53DA6E;
}
.BgClassName
{
background-color: #53DA6E;
}
</style>
border-color css
<style>
span { border-color: #53DA6E; }
span { border-color: rgb(83,218,110); }
td.TdClassName
{
border-color: #53DA6E;
}
.TagClassName
{
border-color: #53DA6E;
}
</style>