Shades of Emerald #53DA6D
Tints of Emerald #53DA6D
RGB
CMYK
RGB Variations
Color information
#53DA6D (or 0x53DA6D) is known color: Emerald. HEX triplet: 53, DA and 6D. RGB value is (83,218,109). Sum of RGB (Red+Green+Blue) = 83+218+109=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 218 (85.55% from 255 or 53.17% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 218 - color contains mainly: green. Hex color #53DA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DA6D is #AC2592. Grayscale: #A5A5A5. Windows color (decimal): -11281811 or 7199315. OLE color: 7199315.
HSL color Cylindrical-coordinate representation of color #53DA6D: hue angle of 131.56º 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 #53DA6D is Cyan = 0.62, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 218 | 109 | - |
| CMYK | 0.62 | 0 | 0.5 | 0.15 |
| HSL | 131.56º | 0.65% | 0.59% | - |
| HSV(B) | 131.56º | 0.62% | 0.85% | - |
| XYZ | 31.4 | 53.09 | 23.06 | - |
| YUV | 165.21 | 96.27 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 218 | 109 | 0.62 | 0 | 0.5 | 0.15 | 131.56 | 0.65 | 0.59 |
| Hex | 53 | DA | 6D | 3E | 0 | 32 | F | 84 | 41 | 3B |
| Octal | 123 | 332 | 155 | 76 | 0 | 62 | 17 | 204 | 101 | 73 |
| Binary | 1010011 | 11011010 | 1101101 | 111110 | 0 | 110010 | 1111 | 10000100 | 1000001 | 111011 |
Color Harmonies of #53DA6D
Complementary color
Monochromatic Colors of #53DA6D
Black with #53DA6D
Text Example
Text Example
White with #53DA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DA6D; }
p { color: rgb(83,218,109); }
H1.HeaderClassName
{
color: #53DA6D;
}
.AnyTagClassName
{
color: #53DA6D;
}
</style>
background-color css
<style>
a { background-color: #53DA6D; }
a { background-color: rgb(83,218,109); }
div.DivClassName
{
background-color: #53DA6D;
}
.BgClassName
{
background-color: #53DA6D;
}
</style>
border-color css
<style>
span { border-color: #53DA6D; }
span { border-color: rgb(83,218,109); }
td.TdClassName
{
border-color: #53DA6D;
}
.TagClassName
{
border-color: #53DA6D;
}
</style>