Shades of Emerald #53DB90
Tints of Emerald #53DB90
RGB
CMYK
RGB Variations
Color information
#53DB90 (or 0x53DB90) is known color: Emerald. HEX triplet: 53, DB and 90. RGB value is (83,219,144). Sum of RGB (Red+Green+Blue) = 83+219+144=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #53DB90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DB90 is #AC246F. Grayscale: #A9A9A9. Windows color (decimal): -11281520 or 9493331. OLE color: 9493331.
HSL color Cylindrical-coordinate representation of color #53DB90: hue angle of 146.91º 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 #53DB90 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 219 | 144 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.14 |
| HSL | 146.91º | 0.65% | 0.59% | - |
| HSV(B) | 146.91º | 0.62% | 0.86% | - |
| XYZ | 33.93 | 54.52 | 35.12 | - |
| YUV | 169.79 | 113.44 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 144 | 0.62 | 0 | 0.34 | 0.14 | 146.91 | 0.65 | 0.59 |
| Hex | 53 | DB | 90 | 3E | 0 | 22 | E | 93 | 41 | 3B |
| Octal | 123 | 333 | 220 | 76 | 0 | 42 | 16 | 223 | 101 | 73 |
| Binary | 1010011 | 11011011 | 10010000 | 111110 | 0 | 100010 | 1110 | 10010011 | 1000001 | 111011 |
Color Harmonies of #53DB90
Complementary color
Monochromatic Colors of #53DB90
Black with #53DB90
Text Example
Text Example
White with #53DB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DB90; }
p { color: rgb(83,219,144); }
H1.HeaderClassName
{
color: #53DB90;
}
.AnyTagClassName
{
color: #53DB90;
}
</style>
background-color css
<style>
a { background-color: #53DB90; }
a { background-color: rgb(83,219,144); }
div.DivClassName
{
background-color: #53DB90;
}
.BgClassName
{
background-color: #53DB90;
}
</style>
border-color css
<style>
span { border-color: #53DB90; }
span { border-color: rgb(83,219,144); }
td.TdClassName
{
border-color: #53DB90;
}
.TagClassName
{
border-color: #53DB90;
}
</style>