Shades of Emerald #53DB7D
Tints of Emerald #53DB7D
RGB
CMYK
RGB Variations
Color information
#53DB7D (or 0x53DB7D) is known color: Emerald. HEX triplet: 53, DB and 7D. RGB value is (83,219,125). Sum of RGB (Red+Green+Blue) = 83+219+125=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 219 (85.94% from 255 or 51.29% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 219 - color contains mainly: green. Hex color #53DB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DB7D is #AC2482. Grayscale: #A7A7A7. Windows color (decimal): -11281539 or 8248147. OLE color: 8248147.
HSL color Cylindrical-coordinate representation of color #53DB7D: hue angle of 138.53º 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 #53DB7D is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 219 | 125 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.14 |
| HSL | 138.53º | 0.65% | 0.59% | - |
| HSV(B) | 138.53º | 0.62% | 0.86% | - |
| XYZ | 32.6 | 53.98 | 28.1 | - |
| YUV | 167.62 | 103.94 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 125 | 0.62 | 0 | 0.43 | 0.14 | 138.53 | 0.65 | 0.59 |
| Hex | 53 | DB | 7D | 3E | 0 | 2B | E | 8B | 41 | 3B |
| Octal | 123 | 333 | 175 | 76 | 0 | 53 | 16 | 213 | 101 | 73 |
| Binary | 1010011 | 11011011 | 1111101 | 111110 | 0 | 101011 | 1110 | 10001011 | 1000001 | 111011 |
Color Harmonies of #53DB7D
Complementary color
Monochromatic Colors of #53DB7D
Black with #53DB7D
Text Example
Text Example
White with #53DB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DB7D; }
p { color: rgb(83,219,125); }
H1.HeaderClassName
{
color: #53DB7D;
}
.AnyTagClassName
{
color: #53DB7D;
}
</style>
background-color css
<style>
a { background-color: #53DB7D; }
a { background-color: rgb(83,219,125); }
div.DivClassName
{
background-color: #53DB7D;
}
.BgClassName
{
background-color: #53DB7D;
}
</style>
border-color css
<style>
span { border-color: #53DB7D; }
span { border-color: rgb(83,219,125); }
td.TdClassName
{
border-color: #53DB7D;
}
.TagClassName
{
border-color: #53DB7D;
}
</style>