Shades of Emerald #50C57C
Tints of Emerald #50C57C
RGB
CMYK
RGB Variations
Color information
#50C57C (or 0x50C57C) is known color: Emerald. HEX triplet: 50, C5 and 7C. RGB value is (80,197,124). Sum of RGB (Red+Green+Blue) = 80+197+124=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #50C57C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C57C is #AF3A83. Grayscale: #999999. Windows color (decimal): -11483780 or 8176976. OLE color: 8176976.
HSL color Cylindrical-coordinate representation of color #50C57C: hue angle of 142.56º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C57C is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 197 | 124 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.23 |
| HSL | 142.56º | 0.5% | 0.54% | - |
| HSV(B) | 142.56º | 0.59% | 0.77% | - |
| XYZ | 26.91 | 43.09 | 25.97 | - |
| YUV | 153.7 | 111.24 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 197 | 124 | 0.59 | 0 | 0.37 | 0.23 | 142.56 | 0.5 | 0.54 |
| Hex | 50 | C5 | 7C | 3B | 0 | 25 | 17 | 8F | 32 | 36 |
| Octal | 120 | 305 | 174 | 73 | 0 | 45 | 27 | 217 | 62 | 66 |
| Binary | 1010000 | 11000101 | 1111100 | 111011 | 0 | 100101 | 10111 | 10001111 | 110010 | 110110 |
Color Harmonies of #50C57C
Complementary color
Monochromatic Colors of #50C57C
Black with #50C57C
Text Example
Text Example
White with #50C57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C57C; }
p { color: rgb(80,197,124); }
H1.HeaderClassName
{
color: #50C57C;
}
.AnyTagClassName
{
color: #50C57C;
}
</style>
background-color css
<style>
a { background-color: #50C57C; }
a { background-color: rgb(80,197,124); }
div.DivClassName
{
background-color: #50C57C;
}
.BgClassName
{
background-color: #50C57C;
}
</style>
border-color css
<style>
span { border-color: #50C57C; }
span { border-color: rgb(80,197,124); }
td.TdClassName
{
border-color: #50C57C;
}
.TagClassName
{
border-color: #50C57C;
}
</style>