Shades of Emerald #50EC76
Tints of Emerald #50EC76
RGB
CMYK
RGB Variations
Color information
#50EC76 (or 0x50EC76) is known color: Emerald. HEX triplet: 50, EC and 76. RGB value is (80,236,118). Sum of RGB (Red+Green+Blue) = 80+236+118=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 236 (92.58% from 255 or 54.38% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EC76 is #AF1389. Grayscale: #B0B0B0. Windows color (decimal): -11473802 or 7793744. OLE color: 7793744.
HSL color Cylindrical-coordinate representation of color #50EC76: hue angle of 134.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EC76 is Cyan = 0.66, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 118 | - |
| CMYK | 0.66 | 0 | 0.5 | 0.07 |
| HSL | 134.62º | 0.8% | 0.62% | - |
| HSV(B) | 134.62º | 0.66% | 0.93% | - |
| XYZ | 36.57 | 63 | 27.37 | - |
| YUV | 175.9 | 95.32 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 118 | 0.66 | 0 | 0.5 | 0.07 | 134.62 | 0.8 | 0.62 |
| Hex | 50 | EC | 76 | 42 | 0 | 32 | 7 | 87 | 50 | 3E |
| Octal | 120 | 354 | 166 | 102 | 0 | 62 | 7 | 207 | 120 | 76 |
| Binary | 1010000 | 11101100 | 1110110 | 1000010 | 0 | 110010 | 111 | 10000111 | 1010000 | 111110 |
Color Harmonies of #50EC76
Complementary color
Monochromatic Colors of #50EC76
Black with #50EC76
Text Example
Text Example
White with #50EC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC76; }
p { color: rgb(80,236,118); }
H1.HeaderClassName
{
color: #50EC76;
}
.AnyTagClassName
{
color: #50EC76;
}
</style>
background-color css
<style>
a { background-color: #50EC76; }
a { background-color: rgb(80,236,118); }
div.DivClassName
{
background-color: #50EC76;
}
.BgClassName
{
background-color: #50EC76;
}
</style>
border-color css
<style>
span { border-color: #50EC76; }
span { border-color: rgb(80,236,118); }
td.TdClassName
{
border-color: #50EC76;
}
.TagClassName
{
border-color: #50EC76;
}
</style>