Shades of Emerald #53C976
Tints of Emerald #53C976
RGB
CMYK
RGB Variations
Color information
#53C976 (or 0x53C976) is known color: Emerald. HEX triplet: 53, C9 and 76. RGB value is (83,201,118). Sum of RGB (Red+Green+Blue) = 83+201+118=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #53C976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C976 is #AC3689. Grayscale: #9C9C9C. Windows color (decimal): -11286154 or 7784787. OLE color: 7784787.
HSL color Cylindrical-coordinate representation of color #53C976: hue angle of 137.8º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53C976 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 201 | 118 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.21 |
| HSL | 137.8º | 0.52% | 0.56% | - |
| HSV(B) | 137.8º | 0.59% | 0.79% | - |
| XYZ | 27.72 | 44.92 | 24.35 | - |
| YUV | 156.26 | 106.41 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 201 | 118 | 0.59 | 0 | 0.41 | 0.21 | 137.8 | 0.52 | 0.56 |
| Hex | 53 | C9 | 76 | 3B | 0 | 29 | 15 | 8A | 34 | 38 |
| Octal | 123 | 311 | 166 | 73 | 0 | 51 | 25 | 212 | 64 | 70 |
| Binary | 1010011 | 11001001 | 1110110 | 111011 | 0 | 101001 | 10101 | 10001010 | 110100 | 111000 |
Color Harmonies of #53C976
Complementary color
Monochromatic Colors of #53C976
Black with #53C976
Text Example
Text Example
White with #53C976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C976; }
p { color: rgb(83,201,118); }
H1.HeaderClassName
{
color: #53C976;
}
.AnyTagClassName
{
color: #53C976;
}
</style>
background-color css
<style>
a { background-color: #53C976; }
a { background-color: rgb(83,201,118); }
div.DivClassName
{
background-color: #53C976;
}
.BgClassName
{
background-color: #53C976;
}
</style>
border-color css
<style>
span { border-color: #53C976; }
span { border-color: rgb(83,201,118); }
td.TdClassName
{
border-color: #53C976;
}
.TagClassName
{
border-color: #53C976;
}
</style>