Shades of Emerald #53DB75
Tints of Emerald #53DB75
RGB
CMYK
RGB Variations
Color information
#53DB75 (or 0x53DB75) is known color: Emerald. HEX triplet: 53, DB and 75. RGB value is (83,219,117). Sum of RGB (Red+Green+Blue) = 83+219+117=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 219 (85.94% from 255 or 52.27% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 219 - color contains mainly: green. Hex color #53DB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DB75 is #AC248A. Grayscale: #A6A6A6. Windows color (decimal): -11281547 or 7723859. OLE color: 7723859.
HSL color Cylindrical-coordinate representation of color #53DB75: hue angle of 135º 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 #53DB75 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 219 | 117 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.14 |
| HSL | 135º | 0.65% | 0.59% | - |
| HSV(B) | 135º | 0.62% | 0.86% | - |
| XYZ | 32.11 | 53.79 | 25.52 | - |
| YUV | 166.71 | 99.94 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 117 | 0.62 | 0 | 0.47 | 0.14 | 135 | 0.65 | 0.59 |
| Hex | 53 | DB | 75 | 3E | 0 | 2F | E | 87 | 41 | 3B |
| Octal | 123 | 333 | 165 | 76 | 0 | 57 | 16 | 207 | 101 | 73 |
| Binary | 1010011 | 11011011 | 1110101 | 111110 | 0 | 101111 | 1110 | 10000111 | 1000001 | 111011 |
Color Harmonies of #53DB75
Complementary color
Monochromatic Colors of #53DB75
Black with #53DB75
Text Example
Text Example
White with #53DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DB75; }
p { color: rgb(83,219,117); }
H1.HeaderClassName
{
color: #53DB75;
}
.AnyTagClassName
{
color: #53DB75;
}
</style>
background-color css
<style>
a { background-color: #53DB75; }
a { background-color: rgb(83,219,117); }
div.DivClassName
{
background-color: #53DB75;
}
.BgClassName
{
background-color: #53DB75;
}
</style>
border-color css
<style>
span { border-color: #53DB75; }
span { border-color: rgb(83,219,117); }
td.TdClassName
{
border-color: #53DB75;
}
.TagClassName
{
border-color: #53DB75;
}
</style>