Shades of Emerald #53DB65
Tints of Emerald #53DB65
RGB
CMYK
RGB Variations
Color information
#53DB65 (or 0x53DB65) is known color: Emerald. HEX triplet: 53, DB and 65. RGB value is (83,219,101). Sum of RGB (Red+Green+Blue) = 83+219+101=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #53DB65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DB65 is #AC249A. Grayscale: #A5A5A5. Windows color (decimal): -11281563 or 6675283. OLE color: 6675283.
HSL color Cylindrical-coordinate representation of color #53DB65: hue angle of 127.94º 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 #53DB65 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 219 | 101 | - |
| CMYK | 0.62 | 0 | 0.54 | 0.14 |
| HSL | 127.94º | 0.65% | 0.59% | - |
| HSV(B) | 127.94º | 0.62% | 0.86% | - |
| XYZ | 31.25 | 53.44 | 20.98 | - |
| YUV | 164.88 | 91.94 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 101 | 0.62 | 0 | 0.54 | 0.14 | 127.94 | 0.65 | 0.59 |
| Hex | 53 | DB | 65 | 3E | 0 | 36 | E | 80 | 41 | 3B |
| Octal | 123 | 333 | 145 | 76 | 0 | 66 | 16 | 200 | 101 | 73 |
| Binary | 1010011 | 11011011 | 1100101 | 111110 | 0 | 110110 | 1110 | 10000000 | 1000001 | 111011 |
Color Harmonies of #53DB65
Complementary color
Monochromatic Colors of #53DB65
Black with #53DB65
Text Example
Text Example
White with #53DB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DB65; }
p { color: rgb(83,219,101); }
H1.HeaderClassName
{
color: #53DB65;
}
.AnyTagClassName
{
color: #53DB65;
}
</style>
background-color css
<style>
a { background-color: #53DB65; }
a { background-color: rgb(83,219,101); }
div.DivClassName
{
background-color: #53DB65;
}
.BgClassName
{
background-color: #53DB65;
}
</style>
border-color css
<style>
span { border-color: #53DB65; }
span { border-color: rgb(83,219,101); }
td.TdClassName
{
border-color: #53DB65;
}
.TagClassName
{
border-color: #53DB65;
}
</style>