Shades of Emerald #53C276
Tints of Emerald #53C276
RGB
CMYK
RGB Variations
Color information
#53C276 (or 0x53C276) is known color: Emerald. HEX triplet: 53, C2 and 76. RGB value is (83,194,118). Sum of RGB (Red+Green+Blue) = 83+194+118=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #53C276 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C276 is #AC3D89. Grayscale: #989898. Windows color (decimal): -11287946 or 7782995. OLE color: 7782995.
HSL color Cylindrical-coordinate representation of color #53C276: hue angle of 138.92º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C276 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 194 | 118 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.24 |
| HSL | 138.92º | 0.48% | 0.54% | - |
| HSV(B) | 138.92º | 0.57% | 0.76% | - |
| XYZ | 26.13 | 41.73 | 23.82 | - |
| YUV | 152.15 | 108.73 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 194 | 118 | 0.57 | 0 | 0.39 | 0.24 | 138.92 | 0.48 | 0.54 |
| Hex | 53 | C2 | 76 | 39 | 0 | 27 | 18 | 8B | 30 | 36 |
| Octal | 123 | 302 | 166 | 71 | 0 | 47 | 30 | 213 | 60 | 66 |
| Binary | 1010011 | 11000010 | 1110110 | 111001 | 0 | 100111 | 11000 | 10001011 | 110000 | 110110 |
Color Harmonies of #53C276
Complementary color
Monochromatic Colors of #53C276
Black with #53C276
Text Example
Text Example
White with #53C276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C276; }
p { color: rgb(83,194,118); }
H1.HeaderClassName
{
color: #53C276;
}
.AnyTagClassName
{
color: #53C276;
}
</style>
background-color css
<style>
a { background-color: #53C276; }
a { background-color: rgb(83,194,118); }
div.DivClassName
{
background-color: #53C276;
}
.BgClassName
{
background-color: #53C276;
}
</style>
border-color css
<style>
span { border-color: #53C276; }
span { border-color: rgb(83,194,118); }
td.TdClassName
{
border-color: #53C276;
}
.TagClassName
{
border-color: #53C276;
}
</style>