Shades of Emerald #53C772
Tints of Emerald #53C772
RGB
CMYK
RGB Variations
Color information
#53C772 (or 0x53C772) is known color: Emerald. HEX triplet: 53, C7 and 72. RGB value is (83,199,114). Sum of RGB (Red+Green+Blue) = 83+199+114=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 199 (78.12% from 255 or 50.25% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 199 - color contains mainly: green. Hex color #53C772 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C772 is #AC388D. Grayscale: #9A9A9A. Windows color (decimal): -11286670 or 7522131. OLE color: 7522131.
HSL color Cylindrical-coordinate representation of color #53C772: hue angle of 136.03º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C772 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 199 | 114 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.22 |
| HSL | 136.03º | 0.51% | 0.55% | - |
| HSV(B) | 136.03º | 0.58% | 0.78% | - |
| XYZ | 27.03 | 43.9 | 22.97 | - |
| YUV | 154.63 | 105.07 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 199 | 114 | 0.58 | 0 | 0.43 | 0.22 | 136.03 | 0.51 | 0.55 |
| Hex | 53 | C7 | 72 | 3A | 0 | 2B | 16 | 88 | 33 | 37 |
| Octal | 123 | 307 | 162 | 72 | 0 | 53 | 26 | 210 | 63 | 67 |
| Binary | 1010011 | 11000111 | 1110010 | 111010 | 0 | 101011 | 10110 | 10001000 | 110011 | 110111 |
Color Harmonies of #53C772
Complementary color
Monochromatic Colors of #53C772
Black with #53C772
Text Example
Text Example
White with #53C772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C772; }
p { color: rgb(83,199,114); }
H1.HeaderClassName
{
color: #53C772;
}
.AnyTagClassName
{
color: #53C772;
}
</style>
background-color css
<style>
a { background-color: #53C772; }
a { background-color: rgb(83,199,114); }
div.DivClassName
{
background-color: #53C772;
}
.BgClassName
{
background-color: #53C772;
}
</style>
border-color css
<style>
span { border-color: #53C772; }
span { border-color: rgb(83,199,114); }
td.TdClassName
{
border-color: #53C772;
}
.TagClassName
{
border-color: #53C772;
}
</style>