Shades of Emerald #53DB84
Tints of Emerald #53DB84
RGB
CMYK
RGB Variations
Color information
#53DB84 (or 0x53DB84) is known color: Emerald. HEX triplet: 53, DB and 84. RGB value is (83,219,132). Sum of RGB (Red+Green+Blue) = 83+219+132=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #53DB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DB84 is #AC247B. Grayscale: #A8A8A8. Windows color (decimal): -11281532 or 8706899. OLE color: 8706899.
HSL color Cylindrical-coordinate representation of color #53DB84: hue angle of 141.62º 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 #53DB84 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 219 | 132 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.14 |
| HSL | 141.62º | 0.65% | 0.59% | - |
| HSV(B) | 141.62º | 0.62% | 0.86% | - |
| XYZ | 33.06 | 54.17 | 30.54 | - |
| YUV | 168.42 | 107.44 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 132 | 0.62 | 0 | 0.40 | 0.14 | 141.62 | 0.65 | 0.59 |
| Hex | 53 | DB | 84 | 3E | 0 | 28 | E | 8E | 41 | 3B |
| Octal | 123 | 333 | 204 | 76 | 0 | 50 | 16 | 216 | 101 | 73 |
| Binary | 1010011 | 11011011 | 10000100 | 111110 | 0 | 101000 | 1110 | 10001110 | 1000001 | 111011 |
Color Harmonies of #53DB84
Complementary color
Monochromatic Colors of #53DB84
Black with #53DB84
Text Example
Text Example
White with #53DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DB84; }
p { color: rgb(83,219,132); }
H1.HeaderClassName
{
color: #53DB84;
}
.AnyTagClassName
{
color: #53DB84;
}
</style>
background-color css
<style>
a { background-color: #53DB84; }
a { background-color: rgb(83,219,132); }
div.DivClassName
{
background-color: #53DB84;
}
.BgClassName
{
background-color: #53DB84;
}
</style>
border-color css
<style>
span { border-color: #53DB84; }
span { border-color: rgb(83,219,132); }
td.TdClassName
{
border-color: #53DB84;
}
.TagClassName
{
border-color: #53DB84;
}
</style>