Shades of Emerald #53D571
Tints of Emerald #53D571
RGB
CMYK
RGB Variations
Color information
#53D571 (or 0x53D571) is known color: Emerald. HEX triplet: 53, D5 and 71. RGB value is (83,213,113). Sum of RGB (Red+Green+Blue) = 83+213+113=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #53D571 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D571 is #AC2A8E. Grayscale: #A3A3A3. Windows color (decimal): -11283087 or 7460179. OLE color: 7460179.
HSL color Cylindrical-coordinate representation of color #53D571: hue angle of 133.85º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D571 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 213 | 113 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.16 |
| HSL | 133.85º | 0.61% | 0.58% | - |
| HSV(B) | 133.85º | 0.61% | 0.84% | - |
| XYZ | 30.34 | 50.62 | 23.79 | - |
| YUV | 162.73 | 99.93 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 213 | 113 | 0.61 | 0 | 0.47 | 0.16 | 133.85 | 0.61 | 0.58 |
| Hex | 53 | D5 | 71 | 3D | 0 | 2F | 10 | 86 | 3D | 3A |
| Octal | 123 | 325 | 161 | 75 | 0 | 57 | 20 | 206 | 75 | 72 |
| Binary | 1010011 | 11010101 | 1110001 | 111101 | 0 | 101111 | 10000 | 10000110 | 111101 | 111010 |
Color Harmonies of #53D571
Complementary color
Monochromatic Colors of #53D571
Black with #53D571
Text Example
Text Example
White with #53D571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D571; }
p { color: rgb(83,213,113); }
H1.HeaderClassName
{
color: #53D571;
}
.AnyTagClassName
{
color: #53D571;
}
</style>
background-color css
<style>
a { background-color: #53D571; }
a { background-color: rgb(83,213,113); }
div.DivClassName
{
background-color: #53D571;
}
.BgClassName
{
background-color: #53D571;
}
</style>
border-color css
<style>
span { border-color: #53D571; }
span { border-color: rgb(83,213,113); }
td.TdClassName
{
border-color: #53D571;
}
.TagClassName
{
border-color: #53D571;
}
</style>