Shades of Emerald #53C573
Tints of Emerald #53C573
RGB
CMYK
RGB Variations
Color information
#53C573 (or 0x53C573) is known color: Emerald. HEX triplet: 53, C5 and 73. RGB value is (83,197,115). Sum of RGB (Red+Green+Blue) = 83+197+115=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #53C573 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C573 is #AC3A8C. Grayscale: #999999. Windows color (decimal): -11287181 or 7587155. OLE color: 7587155.
HSL color Cylindrical-coordinate representation of color #53C573: hue angle of 136.84º 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 #53C573 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 197 | 115 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.23 |
| HSL | 136.84º | 0.5% | 0.55% | - |
| HSV(B) | 136.84º | 0.58% | 0.77% | - |
| XYZ | 26.63 | 43.01 | 23.12 | - |
| YUV | 153.57 | 106.23 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 197 | 115 | 0.58 | 0 | 0.42 | 0.23 | 136.84 | 0.5 | 0.55 |
| Hex | 53 | C5 | 73 | 3A | 0 | 2A | 17 | 89 | 32 | 37 |
| Octal | 123 | 305 | 163 | 72 | 0 | 52 | 27 | 211 | 62 | 67 |
| Binary | 1010011 | 11000101 | 1110011 | 111010 | 0 | 101010 | 10111 | 10001001 | 110010 | 110111 |
Color Harmonies of #53C573
Complementary color
Monochromatic Colors of #53C573
Black with #53C573
Text Example
Text Example
White with #53C573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C573; }
p { color: rgb(83,197,115); }
H1.HeaderClassName
{
color: #53C573;
}
.AnyTagClassName
{
color: #53C573;
}
</style>
background-color css
<style>
a { background-color: #53C573; }
a { background-color: rgb(83,197,115); }
div.DivClassName
{
background-color: #53C573;
}
.BgClassName
{
background-color: #53C573;
}
</style>
border-color css
<style>
span { border-color: #53C573; }
span { border-color: rgb(83,197,115); }
td.TdClassName
{
border-color: #53C573;
}
.TagClassName
{
border-color: #53C573;
}
</style>