Shades of Emerald #53C574
Tints of Emerald #53C574
RGB
CMYK
RGB Variations
Color information
#53C574 (or 0x53C574) is known color: Emerald. HEX triplet: 53, C5 and 74. RGB value is (83,197,116). Sum of RGB (Red+Green+Blue) = 83+197+116=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #53C574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C574 is #AC3A8B. Grayscale: #999999. Windows color (decimal): -11287180 or 7652691. OLE color: 7652691.
HSL color Cylindrical-coordinate representation of color #53C574: hue angle of 137.37º 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 #53C574 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 197 | 116 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.23 |
| HSL | 137.37º | 0.5% | 0.55% | - |
| HSV(B) | 137.37º | 0.58% | 0.77% | - |
| XYZ | 26.69 | 43.03 | 23.42 | - |
| YUV | 153.68 | 106.73 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 197 | 116 | 0.58 | 0 | 0.41 | 0.23 | 137.37 | 0.5 | 0.55 |
| Hex | 53 | C5 | 74 | 3A | 0 | 29 | 17 | 89 | 32 | 37 |
| Octal | 123 | 305 | 164 | 72 | 0 | 51 | 27 | 211 | 62 | 67 |
| Binary | 1010011 | 11000101 | 1110100 | 111010 | 0 | 101001 | 10111 | 10001001 | 110010 | 110111 |
Color Harmonies of #53C574
Complementary color
Monochromatic Colors of #53C574
Black with #53C574
Text Example
Text Example
White with #53C574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C574; }
p { color: rgb(83,197,116); }
H1.HeaderClassName
{
color: #53C574;
}
.AnyTagClassName
{
color: #53C574;
}
</style>
background-color css
<style>
a { background-color: #53C574; }
a { background-color: rgb(83,197,116); }
div.DivClassName
{
background-color: #53C574;
}
.BgClassName
{
background-color: #53C574;
}
</style>
border-color css
<style>
span { border-color: #53C574; }
span { border-color: rgb(83,197,116); }
td.TdClassName
{
border-color: #53C574;
}
.TagClassName
{
border-color: #53C574;
}
</style>