Shades of Emerald #50C56D
Tints of Emerald #50C56D
RGB
CMYK
RGB Variations
Color information
#50C56D (or 0x50C56D) is known color: Emerald. HEX triplet: 50, C5 and 6D. RGB value is (80,197,109). Sum of RGB (Red+Green+Blue) = 80+197+109=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #50C56D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C56D is #AF3A92. Grayscale: #989898. Windows color (decimal): -11483795 or 7193936. OLE color: 7193936.
HSL color Cylindrical-coordinate representation of color #50C56D: hue angle of 134.87º 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 #50C56D is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 197 | 109 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.23 |
| HSL | 134.87º | 0.5% | 0.54% | - |
| HSV(B) | 134.87º | 0.59% | 0.77% | - |
| XYZ | 26.03 | 42.74 | 21.35 | - |
| YUV | 151.99 | 103.74 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 197 | 109 | 0.59 | 0 | 0.45 | 0.23 | 134.87 | 0.5 | 0.54 |
| Hex | 50 | C5 | 6D | 3B | 0 | 2D | 17 | 87 | 32 | 36 |
| Octal | 120 | 305 | 155 | 73 | 0 | 55 | 27 | 207 | 62 | 66 |
| Binary | 1010000 | 11000101 | 1101101 | 111011 | 0 | 101101 | 10111 | 10000111 | 110010 | 110110 |
Color Harmonies of #50C56D
Complementary color
Monochromatic Colors of #50C56D
Black with #50C56D
Text Example
Text Example
White with #50C56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C56D; }
p { color: rgb(80,197,109); }
H1.HeaderClassName
{
color: #50C56D;
}
.AnyTagClassName
{
color: #50C56D;
}
</style>
background-color css
<style>
a { background-color: #50C56D; }
a { background-color: rgb(80,197,109); }
div.DivClassName
{
background-color: #50C56D;
}
.BgClassName
{
background-color: #50C56D;
}
</style>
border-color css
<style>
span { border-color: #50C56D; }
span { border-color: rgb(80,197,109); }
td.TdClassName
{
border-color: #50C56D;
}
.TagClassName
{
border-color: #50C56D;
}
</style>