Shades of Emerald #50CC76
Tints of Emerald #50CC76
RGB
CMYK
RGB Variations
Color information
#50CC76 (or 0x50CC76) is known color: Emerald. HEX triplet: 50, CC and 76. RGB value is (80,204,118). Sum of RGB (Red+Green+Blue) = 80+204+118=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CC76 is #AF3389. Grayscale: #9D9D9D. Windows color (decimal): -11481994 or 7785552. OLE color: 7785552.
HSL color Cylindrical-coordinate representation of color #50CC76: hue angle of 138.39º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CC76 is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 204 | 118 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.2 |
| HSL | 138.39º | 0.55% | 0.56% | - |
| HSV(B) | 138.39º | 0.61% | 0.8% | - |
| XYZ | 28.17 | 46.2 | 24.57 | - |
| YUV | 157.12 | 105.92 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 204 | 118 | 0.61 | 0 | 0.42 | 0.2 | 138.39 | 0.55 | 0.56 |
| Hex | 50 | CC | 76 | 3D | 0 | 2A | 14 | 8A | 37 | 38 |
| Octal | 120 | 314 | 166 | 75 | 0 | 52 | 24 | 212 | 67 | 70 |
| Binary | 1010000 | 11001100 | 1110110 | 111101 | 0 | 101010 | 10100 | 10001010 | 110111 | 111000 |
Color Harmonies of #50CC76
Complementary color
Monochromatic Colors of #50CC76
Black with #50CC76
Text Example
Text Example
White with #50CC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CC76; }
p { color: rgb(80,204,118); }
H1.HeaderClassName
{
color: #50CC76;
}
.AnyTagClassName
{
color: #50CC76;
}
</style>
background-color css
<style>
a { background-color: #50CC76; }
a { background-color: rgb(80,204,118); }
div.DivClassName
{
background-color: #50CC76;
}
.BgClassName
{
background-color: #50CC76;
}
</style>
border-color css
<style>
span { border-color: #50CC76; }
span { border-color: rgb(80,204,118); }
td.TdClassName
{
border-color: #50CC76;
}
.TagClassName
{
border-color: #50CC76;
}
</style>