Shades of Emerald #50EC7B
Tints of Emerald #50EC7B
RGB
CMYK
RGB Variations
Color information
#50EC7B (or 0x50EC7B) is known color: Emerald. HEX triplet: 50, EC and 7B. RGB value is (80,236,123). Sum of RGB (Red+Green+Blue) = 80+236+123=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 236 (92.58% from 255 or 53.76% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EC7B is #AF1384. Grayscale: #B0B0B0. Windows color (decimal): -11473797 or 8121424. OLE color: 8121424.
HSL color Cylindrical-coordinate representation of color #50EC7B: hue angle of 136.54º 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 #50EC7B is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 123 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.07 |
| HSL | 136.54º | 0.8% | 0.62% | - |
| HSV(B) | 136.54º | 0.66% | 0.93% | - |
| XYZ | 36.88 | 63.13 | 28.98 | - |
| YUV | 176.47 | 97.82 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 123 | 0.66 | 0 | 0.48 | 0.07 | 136.54 | 0.8 | 0.62 |
| Hex | 50 | EC | 7B | 42 | 0 | 30 | 7 | 89 | 50 | 3E |
| Octal | 120 | 354 | 173 | 102 | 0 | 60 | 7 | 211 | 120 | 76 |
| Binary | 1010000 | 11101100 | 1111011 | 1000010 | 0 | 110000 | 111 | 10001001 | 1010000 | 111110 |
Color Harmonies of #50EC7B
Complementary color
Monochromatic Colors of #50EC7B
Black with #50EC7B
Text Example
Text Example
White with #50EC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC7B; }
p { color: rgb(80,236,123); }
H1.HeaderClassName
{
color: #50EC7B;
}
.AnyTagClassName
{
color: #50EC7B;
}
</style>
background-color css
<style>
a { background-color: #50EC7B; }
a { background-color: rgb(80,236,123); }
div.DivClassName
{
background-color: #50EC7B;
}
.BgClassName
{
background-color: #50EC7B;
}
</style>
border-color css
<style>
span { border-color: #50EC7B; }
span { border-color: rgb(80,236,123); }
td.TdClassName
{
border-color: #50EC7B;
}
.TagClassName
{
border-color: #50EC7B;
}
</style>