Shades of Emerald #53DB6D
Tints of Emerald #53DB6D
RGB
CMYK
RGB Variations
Color information
#53DB6D (or 0x53DB6D) is known color: Emerald. HEX triplet: 53, DB and 6D. RGB value is (83,219,109). Sum of RGB (Red+Green+Blue) = 83+219+109=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #53DB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DB6D is #AC2492. Grayscale: #A6A6A6. Windows color (decimal): -11281555 or 7199571. OLE color: 7199571.
HSL color Cylindrical-coordinate representation of color #53DB6D: hue angle of 131.47º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DB6D is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 219 | 109 | - |
| CMYK | 0.62 | 0 | 0.50 | 0.14 |
| HSL | 131.47º | 0.65% | 0.59% | - |
| HSV(B) | 131.47º | 0.62% | 0.86% | - |
| XYZ | 31.66 | 53.61 | 23.15 | - |
| YUV | 165.8 | 95.94 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 109 | 0.62 | 0 | 0.50 | 0.14 | 131.47 | 0.65 | 0.59 |
| Hex | 53 | DB | 6D | 3E | 0 | 32 | E | 83 | 41 | 3B |
| Octal | 123 | 333 | 155 | 76 | 0 | 62 | 16 | 203 | 101 | 73 |
| Binary | 1010011 | 11011011 | 1101101 | 111110 | 0 | 110010 | 1110 | 10000011 | 1000001 | 111011 |
Color Harmonies of #53DB6D
Complementary color
Monochromatic Colors of #53DB6D
Black with #53DB6D
Text Example
Text Example
White with #53DB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DB6D; }
p { color: rgb(83,219,109); }
H1.HeaderClassName
{
color: #53DB6D;
}
.AnyTagClassName
{
color: #53DB6D;
}
</style>
background-color css
<style>
a { background-color: #53DB6D; }
a { background-color: rgb(83,219,109); }
div.DivClassName
{
background-color: #53DB6D;
}
.BgClassName
{
background-color: #53DB6D;
}
</style>
border-color css
<style>
span { border-color: #53DB6D; }
span { border-color: rgb(83,219,109); }
td.TdClassName
{
border-color: #53DB6D;
}
.TagClassName
{
border-color: #53DB6D;
}
</style>