Shades of Emerald #50C575
Tints of Emerald #50C575
RGB
CMYK
RGB Variations
Color information
#50C575 (or 0x50C575) is known color: Emerald. HEX triplet: 50, C5 and 75. RGB value is (80,197,117). Sum of RGB (Red+Green+Blue) = 80+197+117=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #50C575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C575 is #AF3A8A. Grayscale: #999999. Windows color (decimal): -11483787 or 7718224. OLE color: 7718224.
HSL color Cylindrical-coordinate representation of color #50C575: hue angle of 138.97º 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 #50C575 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 197 | 117 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.23 |
| HSL | 138.97º | 0.5% | 0.54% | - |
| HSV(B) | 138.97º | 0.59% | 0.77% | - |
| XYZ | 26.49 | 42.92 | 23.72 | - |
| YUV | 152.9 | 107.74 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 197 | 117 | 0.59 | 0 | 0.41 | 0.23 | 138.97 | 0.5 | 0.54 |
| Hex | 50 | C5 | 75 | 3B | 0 | 29 | 17 | 8B | 32 | 36 |
| Octal | 120 | 305 | 165 | 73 | 0 | 51 | 27 | 213 | 62 | 66 |
| Binary | 1010000 | 11000101 | 1110101 | 111011 | 0 | 101001 | 10111 | 10001011 | 110010 | 110110 |
Color Harmonies of #50C575
Complementary color
Monochromatic Colors of #50C575
Black with #50C575
Text Example
Text Example
White with #50C575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C575; }
p { color: rgb(80,197,117); }
H1.HeaderClassName
{
color: #50C575;
}
.AnyTagClassName
{
color: #50C575;
}
</style>
background-color css
<style>
a { background-color: #50C575; }
a { background-color: rgb(80,197,117); }
div.DivClassName
{
background-color: #50C575;
}
.BgClassName
{
background-color: #50C575;
}
</style>
border-color css
<style>
span { border-color: #50C575; }
span { border-color: rgb(80,197,117); }
td.TdClassName
{
border-color: #50C575;
}
.TagClassName
{
border-color: #50C575;
}
</style>