Shades of Emerald #53C97C
Tints of Emerald #53C97C
RGB
CMYK
RGB Variations
Color information
#53C97C (or 0x53C97C) is known color: Emerald. HEX triplet: 53, C9 and 7C. RGB value is (83,201,124). Sum of RGB (Red+Green+Blue) = 83+201+124=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 201 - color contains mainly: green. Hex color #53C97C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C97C is #AC3683. Grayscale: #9D9D9D. Windows color (decimal): -11286148 or 8178003. OLE color: 8178003.
HSL color Cylindrical-coordinate representation of color #53C97C: hue angle of 140.85º 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 #53C97C is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 201 | 124 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.21 |
| HSL | 140.85º | 0.52% | 0.56% | - |
| HSV(B) | 140.85º | 0.59% | 0.79% | - |
| XYZ | 28.09 | 45.07 | 26.29 | - |
| YUV | 156.94 | 109.41 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 201 | 124 | 0.59 | 0 | 0.38 | 0.21 | 140.85 | 0.52 | 0.56 |
| Hex | 53 | C9 | 7C | 3B | 0 | 26 | 15 | 8D | 34 | 38 |
| Octal | 123 | 311 | 174 | 73 | 0 | 46 | 25 | 215 | 64 | 70 |
| Binary | 1010011 | 11001001 | 1111100 | 111011 | 0 | 100110 | 10101 | 10001101 | 110100 | 111000 |
Color Harmonies of #53C97C
Complementary color
Monochromatic Colors of #53C97C
Black with #53C97C
Text Example
Text Example
White with #53C97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C97C; }
p { color: rgb(83,201,124); }
H1.HeaderClassName
{
color: #53C97C;
}
.AnyTagClassName
{
color: #53C97C;
}
</style>
background-color css
<style>
a { background-color: #53C97C; }
a { background-color: rgb(83,201,124); }
div.DivClassName
{
background-color: #53C97C;
}
.BgClassName
{
background-color: #53C97C;
}
</style>
border-color css
<style>
span { border-color: #53C97C; }
span { border-color: rgb(83,201,124); }
td.TdClassName
{
border-color: #53C97C;
}
.TagClassName
{
border-color: #53C97C;
}
</style>