Shades of Emerald #50EC7C
Tints of Emerald #50EC7C
RGB
CMYK
RGB Variations
Color information
#50EC7C (or 0x50EC7C) is known color: Emerald. HEX triplet: 50, EC and 7C. RGB value is (80,236,124). Sum of RGB (Red+Green+Blue) = 80+236+124=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 236 (92.58% from 255 or 53.64% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EC7C is #AF1383. Grayscale: #B0B0B0. Windows color (decimal): -11473796 or 8186960. OLE color: 8186960.
HSL color Cylindrical-coordinate representation of color #50EC7C: hue angle of 136.92º 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 #50EC7C is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 124 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.07 |
| HSL | 136.92º | 0.8% | 0.62% | - |
| HSV(B) | 136.92º | 0.66% | 0.93% | - |
| XYZ | 36.94 | 63.15 | 29.31 | - |
| YUV | 176.59 | 98.32 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 124 | 0.66 | 0 | 0.47 | 0.07 | 136.92 | 0.8 | 0.62 |
| Hex | 50 | EC | 7C | 42 | 0 | 2F | 7 | 89 | 50 | 3E |
| Octal | 120 | 354 | 174 | 102 | 0 | 57 | 7 | 211 | 120 | 76 |
| Binary | 1010000 | 11101100 | 1111100 | 1000010 | 0 | 101111 | 111 | 10001001 | 1010000 | 111110 |
Color Harmonies of #50EC7C
Complementary color
Monochromatic Colors of #50EC7C
Black with #50EC7C
Text Example
Text Example
White with #50EC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC7C; }
p { color: rgb(80,236,124); }
H1.HeaderClassName
{
color: #50EC7C;
}
.AnyTagClassName
{
color: #50EC7C;
}
</style>
background-color css
<style>
a { background-color: #50EC7C; }
a { background-color: rgb(80,236,124); }
div.DivClassName
{
background-color: #50EC7C;
}
.BgClassName
{
background-color: #50EC7C;
}
</style>
border-color css
<style>
span { border-color: #50EC7C; }
span { border-color: rgb(80,236,124); }
td.TdClassName
{
border-color: #50EC7C;
}
.TagClassName
{
border-color: #50EC7C;
}
</style>