Shades of Emerald #53D170
Tints of Emerald #53D170
RGB
CMYK
RGB Variations
Color information
#53D170 (or 0x53D170) is known color: Emerald. HEX triplet: 53, D1 and 70. RGB value is (83,209,112). Sum of RGB (Red+Green+Blue) = 83+209+112=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 209 (82.03% from 255 or 51.73% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 209 - color contains mainly: green. Hex color #53D170 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D170 is #AC2E8F. Grayscale: #A0A0A0. Windows color (decimal): -11284112 or 7393619. OLE color: 7393619.
HSL color Cylindrical-coordinate representation of color #53D170: hue angle of 133.81º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D170 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 209 | 112 | - |
| CMYK | 0.60 | 0 | 0.46 | 0.18 |
| HSL | 133.81º | 0.58% | 0.57% | - |
| HSV(B) | 133.81º | 0.6% | 0.82% | - |
| XYZ | 29.29 | 48.61 | 23.17 | - |
| YUV | 160.27 | 100.76 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 209 | 112 | 0.60 | 0 | 0.46 | 0.18 | 133.81 | 0.58 | 0.57 |
| Hex | 53 | D1 | 70 | 3C | 0 | 2E | 12 | 86 | 3A | 39 |
| Octal | 123 | 321 | 160 | 74 | 0 | 56 | 22 | 206 | 72 | 71 |
| Binary | 1010011 | 11010001 | 1110000 | 111100 | 0 | 101110 | 10010 | 10000110 | 111010 | 111001 |
Color Harmonies of #53D170
Complementary color
Monochromatic Colors of #53D170
Black with #53D170
Text Example
Text Example
White with #53D170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D170; }
p { color: rgb(83,209,112); }
H1.HeaderClassName
{
color: #53D170;
}
.AnyTagClassName
{
color: #53D170;
}
</style>
background-color css
<style>
a { background-color: #53D170; }
a { background-color: rgb(83,209,112); }
div.DivClassName
{
background-color: #53D170;
}
.BgClassName
{
background-color: #53D170;
}
</style>
border-color css
<style>
span { border-color: #53D170; }
span { border-color: rgb(83,209,112); }
td.TdClassName
{
border-color: #53D170;
}
.TagClassName
{
border-color: #53D170;
}
</style>