Shades of Emerald #53D388
Tints of Emerald #53D388
RGB
CMYK
RGB Variations
Color information
#53D388 (or 0x53D388) is known color: Emerald. HEX triplet: 53, D3 and 88. RGB value is (83,211,136). Sum of RGB (Red+Green+Blue) = 83+211+136=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 211 - color contains mainly: green. Hex color #53D388 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D388 is #AC2C77. Grayscale: #A4A4A4. Windows color (decimal): -11283576 or 8966995. OLE color: 8966995.
HSL color Cylindrical-coordinate representation of color #53D388: hue angle of 144.84º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D388 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 211 | 136 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.17 |
| HSL | 144.84º | 0.59% | 0.58% | - |
| HSV(B) | 144.84º | 0.61% | 0.83% | - |
| XYZ | 31.31 | 50.21 | 31.33 | - |
| YUV | 164.18 | 112.09 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 211 | 136 | 0.61 | 0 | 0.36 | 0.17 | 144.84 | 0.59 | 0.58 |
| Hex | 53 | D3 | 88 | 3D | 0 | 24 | 11 | 91 | 3B | 3A |
| Octal | 123 | 323 | 210 | 75 | 0 | 44 | 21 | 221 | 73 | 72 |
| Binary | 1010011 | 11010011 | 10001000 | 111101 | 0 | 100100 | 10001 | 10010001 | 111011 | 111010 |
Color Harmonies of #53D388
Complementary color
Monochromatic Colors of #53D388
Black with #53D388
Text Example
Text Example
White with #53D388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D388; }
p { color: rgb(83,211,136); }
H1.HeaderClassName
{
color: #53D388;
}
.AnyTagClassName
{
color: #53D388;
}
</style>
background-color css
<style>
a { background-color: #53D388; }
a { background-color: rgb(83,211,136); }
div.DivClassName
{
background-color: #53D388;
}
.BgClassName
{
background-color: #53D388;
}
</style>
border-color css
<style>
span { border-color: #53D388; }
span { border-color: rgb(83,211,136); }
td.TdClassName
{
border-color: #53D388;
}
.TagClassName
{
border-color: #53D388;
}
</style>