Shades of Emerald #50C070
Tints of Emerald #50C070
RGB
CMYK
RGB Variations
Color information
#50C070 (or 0x50C070) is known color: Emerald. HEX triplet: 50, C0 and 70. RGB value is (80,192,112). Sum of RGB (Red+Green+Blue) = 80+192+112=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #50C070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C070 is #AF3F8F. Grayscale: #959595. Windows color (decimal): -11485072 or 7389264. OLE color: 7389264.
HSL color Cylindrical-coordinate representation of color #50C070: hue angle of 137.14º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C070 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 192 | 112 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.25 |
| HSL | 137.14º | 0.47% | 0.53% | - |
| HSV(B) | 137.14º | 0.58% | 0.75% | - |
| XYZ | 25.08 | 40.57 | 21.84 | - |
| YUV | 149.39 | 106.89 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 192 | 112 | 0.58 | 0 | 0.42 | 0.25 | 137.14 | 0.47 | 0.53 |
| Hex | 50 | C0 | 70 | 3A | 0 | 2A | 19 | 89 | 2F | 35 |
| Octal | 120 | 300 | 160 | 72 | 0 | 52 | 31 | 211 | 57 | 65 |
| Binary | 1010000 | 11000000 | 1110000 | 111010 | 0 | 101010 | 11001 | 10001001 | 101111 | 110101 |
Color Harmonies of #50C070
Complementary color
Monochromatic Colors of #50C070
Black with #50C070
Text Example
Text Example
White with #50C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C070; }
p { color: rgb(80,192,112); }
H1.HeaderClassName
{
color: #50C070;
}
.AnyTagClassName
{
color: #50C070;
}
</style>
background-color css
<style>
a { background-color: #50C070; }
a { background-color: rgb(80,192,112); }
div.DivClassName
{
background-color: #50C070;
}
.BgClassName
{
background-color: #50C070;
}
</style>
border-color css
<style>
span { border-color: #50C070; }
span { border-color: rgb(80,192,112); }
td.TdClassName
{
border-color: #50C070;
}
.TagClassName
{
border-color: #50C070;
}
</style>