Shades of Emerald #53C570
Tints of Emerald #53C570
RGB
CMYK
RGB Variations
Color information
#53C570 (or 0x53C570) is known color: Emerald. HEX triplet: 53, C5 and 70. RGB value is (83,197,112). Sum of RGB (Red+Green+Blue) = 83+197+112=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #53C570 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C570 is #AC3A8F. Grayscale: #999999. Windows color (decimal): -11287184 or 7390547. OLE color: 7390547.
HSL color Cylindrical-coordinate representation of color #53C570: hue angle of 135.26º 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 #53C570 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 197 | 112 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.23 |
| HSL | 135.26º | 0.5% | 0.55% | - |
| HSV(B) | 135.26º | 0.58% | 0.77% | - |
| XYZ | 26.46 | 42.94 | 22.22 | - |
| YUV | 153.22 | 104.73 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 197 | 112 | 0.58 | 0 | 0.43 | 0.23 | 135.26 | 0.5 | 0.55 |
| Hex | 53 | C5 | 70 | 3A | 0 | 2B | 17 | 87 | 32 | 37 |
| Octal | 123 | 305 | 160 | 72 | 0 | 53 | 27 | 207 | 62 | 67 |
| Binary | 1010011 | 11000101 | 1110000 | 111010 | 0 | 101011 | 10111 | 10000111 | 110010 | 110111 |
Color Harmonies of #53C570
Complementary color
Monochromatic Colors of #53C570
Black with #53C570
Text Example
Text Example
White with #53C570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C570; }
p { color: rgb(83,197,112); }
H1.HeaderClassName
{
color: #53C570;
}
.AnyTagClassName
{
color: #53C570;
}
</style>
background-color css
<style>
a { background-color: #53C570; }
a { background-color: rgb(83,197,112); }
div.DivClassName
{
background-color: #53C570;
}
.BgClassName
{
background-color: #53C570;
}
</style>
border-color css
<style>
span { border-color: #53C570; }
span { border-color: rgb(83,197,112); }
td.TdClassName
{
border-color: #53C570;
}
.TagClassName
{
border-color: #53C570;
}
</style>