Shades of Emerald #50EC79
Tints of Emerald #50EC79
RGB
CMYK
RGB Variations
Color information
#50EC79 (or 0x50EC79) is known color: Emerald. HEX triplet: 50, EC and 79. RGB value is (80,236,121). Sum of RGB (Red+Green+Blue) = 80+236+121=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 236 (92.58% from 255 or 54.00% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC79 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EC79 is #AF1386. Grayscale: #B0B0B0. Windows color (decimal): -11473799 or 7990352. OLE color: 7990352.
HSL color Cylindrical-coordinate representation of color #50EC79: hue angle of 135.77º 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 #50EC79 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 121 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.07 |
| HSL | 135.77º | 0.8% | 0.62% | - |
| HSV(B) | 135.77º | 0.66% | 0.93% | - |
| XYZ | 36.75 | 63.08 | 28.33 | - |
| YUV | 176.25 | 96.82 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 121 | 0.66 | 0 | 0.49 | 0.07 | 135.77 | 0.8 | 0.62 |
| Hex | 50 | EC | 79 | 42 | 0 | 31 | 7 | 88 | 50 | 3E |
| Octal | 120 | 354 | 171 | 102 | 0 | 61 | 7 | 210 | 120 | 76 |
| Binary | 1010000 | 11101100 | 1111001 | 1000010 | 0 | 110001 | 111 | 10001000 | 1010000 | 111110 |
Color Harmonies of #50EC79
Complementary color
Monochromatic Colors of #50EC79
Black with #50EC79
Text Example
Text Example
White with #50EC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC79; }
p { color: rgb(80,236,121); }
H1.HeaderClassName
{
color: #50EC79;
}
.AnyTagClassName
{
color: #50EC79;
}
</style>
background-color css
<style>
a { background-color: #50EC79; }
a { background-color: rgb(80,236,121); }
div.DivClassName
{
background-color: #50EC79;
}
.BgClassName
{
background-color: #50EC79;
}
</style>
border-color css
<style>
span { border-color: #50EC79; }
span { border-color: rgb(80,236,121); }
td.TdClassName
{
border-color: #50EC79;
}
.TagClassName
{
border-color: #50EC79;
}
</style>