Shades of Emerald #53C571
Tints of Emerald #53C571
RGB
CMYK
RGB Variations
Color information
#53C571 (or 0x53C571) is known color: Emerald. HEX triplet: 53, C5 and 71. RGB value is (83,197,113). Sum of RGB (Red+Green+Blue) = 83+197+113=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #53C571 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C571 is #AC3A8E. Grayscale: #999999. Windows color (decimal): -11287183 or 7456083. OLE color: 7456083.
HSL color Cylindrical-coordinate representation of color #53C571: hue angle of 135.79º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C571 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 197 | 113 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.23 |
| HSL | 135.79º | 0.5% | 0.55% | - |
| HSV(B) | 135.79º | 0.58% | 0.77% | - |
| XYZ | 26.51 | 42.96 | 22.52 | - |
| YUV | 153.34 | 105.23 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 197 | 113 | 0.58 | 0 | 0.43 | 0.23 | 135.79 | 0.5 | 0.55 |
| Hex | 53 | C5 | 71 | 3A | 0 | 2B | 17 | 88 | 32 | 37 |
| Octal | 123 | 305 | 161 | 72 | 0 | 53 | 27 | 210 | 62 | 67 |
| Binary | 1010011 | 11000101 | 1110001 | 111010 | 0 | 101011 | 10111 | 10001000 | 110010 | 110111 |
Color Harmonies of #53C571
Complementary color
Monochromatic Colors of #53C571
Black with #53C571
Text Example
Text Example
White with #53C571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C571; }
p { color: rgb(83,197,113); }
H1.HeaderClassName
{
color: #53C571;
}
.AnyTagClassName
{
color: #53C571;
}
</style>
background-color css
<style>
a { background-color: #53C571; }
a { background-color: rgb(83,197,113); }
div.DivClassName
{
background-color: #53C571;
}
.BgClassName
{
background-color: #53C571;
}
</style>
border-color css
<style>
span { border-color: #53C571; }
span { border-color: rgb(83,197,113); }
td.TdClassName
{
border-color: #53C571;
}
.TagClassName
{
border-color: #53C571;
}
</style>