Shades of Emerald #53DB60
Tints of Emerald #53DB60
RGB
CMYK
RGB Variations
Color information
#53DB60 (or 0x53DB60) is known color: Emerald. HEX triplet: 53, DB and 60. RGB value is (83,219,96). Sum of RGB (Red+Green+Blue) = 83+219+96=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 219 (85.94% from 255 or 55.03% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 219 - color contains mainly: green. Hex color #53DB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DB60 is #AC249F. Grayscale: #A4A4A4. Windows color (decimal): -11281568 or 6347603. OLE color: 6347603.
HSL color Cylindrical-coordinate representation of color #53DB60: hue angle of 125.74º 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 #53DB60 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 219 | 96 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.14 |
| HSL | 125.74º | 0.65% | 0.59% | - |
| HSV(B) | 125.74º | 0.62% | 0.86% | - |
| XYZ | 31.01 | 53.35 | 19.73 | - |
| YUV | 164.31 | 89.44 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 96 | 0.62 | 0 | 0.56 | 0.14 | 125.74 | 0.65 | 0.59 |
| Hex | 53 | DB | 60 | 3E | 0 | 38 | E | 7E | 41 | 3B |
| Octal | 123 | 333 | 140 | 76 | 0 | 70 | 16 | 176 | 101 | 73 |
| Binary | 1010011 | 11011011 | 1100000 | 111110 | 0 | 111000 | 1110 | 1111110 | 1000001 | 111011 |
Color Harmonies of #53DB60
Complementary color
Monochromatic Colors of #53DB60
Black with #53DB60
Text Example
Text Example
White with #53DB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DB60; }
p { color: rgb(83,219,96); }
H1.HeaderClassName
{
color: #53DB60;
}
.AnyTagClassName
{
color: #53DB60;
}
</style>
background-color css
<style>
a { background-color: #53DB60; }
a { background-color: rgb(83,219,96); }
div.DivClassName
{
background-color: #53DB60;
}
.BgClassName
{
background-color: #53DB60;
}
</style>
border-color css
<style>
span { border-color: #53DB60; }
span { border-color: rgb(83,219,96); }
td.TdClassName
{
border-color: #53DB60;
}
.TagClassName
{
border-color: #53DB60;
}
</style>