Shades of Emerald #53D071
Tints of Emerald #53D071
RGB
CMYK
RGB Variations
Color information
#53D071 (or 0x53D071) is known color: Emerald. HEX triplet: 53, D0 and 71. RGB value is (83,208,113). Sum of RGB (Red+Green+Blue) = 83+208+113=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #53D071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D071 is #AC2F8E. Grayscale: #A0A0A0. Windows color (decimal): -11284367 or 7458899. OLE color: 7458899.
HSL color Cylindrical-coordinate representation of color #53D071: hue angle of 134.4º degrees, saturation: 0.57, 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 #53D071 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 208 | 113 | - |
| CMYK | 0.60 | 0 | 0.46 | 0.18 |
| HSL | 134.4º | 0.57% | 0.57% | - |
| HSV(B) | 134.4º | 0.6% | 0.82% | - |
| XYZ | 29.1 | 48.14 | 23.38 | - |
| YUV | 159.8 | 101.59 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 208 | 113 | 0.60 | 0 | 0.46 | 0.18 | 134.4 | 0.57 | 0.57 |
| Hex | 53 | D0 | 71 | 3C | 0 | 2E | 12 | 86 | 39 | 39 |
| Octal | 123 | 320 | 161 | 74 | 0 | 56 | 22 | 206 | 71 | 71 |
| Binary | 1010011 | 11010000 | 1110001 | 111100 | 0 | 101110 | 10010 | 10000110 | 111001 | 111001 |
Color Harmonies of #53D071
Complementary color
Monochromatic Colors of #53D071
Black with #53D071
Text Example
Text Example
White with #53D071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D071; }
p { color: rgb(83,208,113); }
H1.HeaderClassName
{
color: #53D071;
}
.AnyTagClassName
{
color: #53D071;
}
</style>
background-color css
<style>
a { background-color: #53D071; }
a { background-color: rgb(83,208,113); }
div.DivClassName
{
background-color: #53D071;
}
.BgClassName
{
background-color: #53D071;
}
</style>
border-color css
<style>
span { border-color: #53D071; }
span { border-color: rgb(83,208,113); }
td.TdClassName
{
border-color: #53D071;
}
.TagClassName
{
border-color: #53D071;
}
</style>