Shades of Emerald #53DB7C
Tints of Emerald #53DB7C
RGB
CMYK
RGB Variations
Color information
#53DB7C (or 0x53DB7C) is known color: Emerald. HEX triplet: 53, DB and 7C. RGB value is (83,219,124). Sum of RGB (Red+Green+Blue) = 83+219+124=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #53DB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DB7C is #AC2483. Grayscale: #A7A7A7. Windows color (decimal): -11281540 or 8182611. OLE color: 8182611.
HSL color Cylindrical-coordinate representation of color #53DB7C: hue angle of 138.09º 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 #53DB7C is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 219 | 124 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.14 |
| HSL | 138.09º | 0.65% | 0.59% | - |
| HSV(B) | 138.09º | 0.62% | 0.86% | - |
| XYZ | 32.54 | 53.96 | 27.77 | - |
| YUV | 167.51 | 103.44 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 124 | 0.62 | 0 | 0.43 | 0.14 | 138.09 | 0.65 | 0.59 |
| Hex | 53 | DB | 7C | 3E | 0 | 2B | E | 8A | 41 | 3B |
| Octal | 123 | 333 | 174 | 76 | 0 | 53 | 16 | 212 | 101 | 73 |
| Binary | 1010011 | 11011011 | 1111100 | 111110 | 0 | 101011 | 1110 | 10001010 | 1000001 | 111011 |
Color Harmonies of #53DB7C
Complementary color
Monochromatic Colors of #53DB7C
Black with #53DB7C
Text Example
Text Example
White with #53DB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DB7C; }
p { color: rgb(83,219,124); }
H1.HeaderClassName
{
color: #53DB7C;
}
.AnyTagClassName
{
color: #53DB7C;
}
</style>
background-color css
<style>
a { background-color: #53DB7C; }
a { background-color: rgb(83,219,124); }
div.DivClassName
{
background-color: #53DB7C;
}
.BgClassName
{
background-color: #53DB7C;
}
</style>
border-color css
<style>
span { border-color: #53DB7C; }
span { border-color: rgb(83,219,124); }
td.TdClassName
{
border-color: #53DB7C;
}
.TagClassName
{
border-color: #53DB7C;
}
</style>