Shades of Emerald #50EC8E
Tints of Emerald #50EC8E
RGB
CMYK
RGB Variations
Color information
#50EC8E (or 0x50EC8E) is known color: Emerald. HEX triplet: 50, EC and 8E. RGB value is (80,236,142). Sum of RGB (Red+Green+Blue) = 80+236+142=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EC8E is #AF1371. Grayscale: #B2B2B2. Windows color (decimal): -11473778 or 9366608. OLE color: 9366608.
HSL color Cylindrical-coordinate representation of color #50EC8E: hue angle of 143.85º 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 #50EC8E is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 142 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.07 |
| HSL | 143.85º | 0.8% | 0.62% | - |
| HSV(B) | 143.85º | 0.66% | 0.93% | - |
| XYZ | 38.19 | 63.65 | 35.86 | - |
| YUV | 178.64 | 107.32 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 142 | 0.66 | 0 | 0.40 | 0.07 | 143.85 | 0.8 | 0.62 |
| Hex | 50 | EC | 8E | 42 | 0 | 28 | 7 | 90 | 50 | 3E |
| Octal | 120 | 354 | 216 | 102 | 0 | 50 | 7 | 220 | 120 | 76 |
| Binary | 1010000 | 11101100 | 10001110 | 1000010 | 0 | 101000 | 111 | 10010000 | 1010000 | 111110 |
Color Harmonies of #50EC8E
Complementary color
Monochromatic Colors of #50EC8E
Black with #50EC8E
Text Example
Text Example
White with #50EC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC8E; }
p { color: rgb(80,236,142); }
H1.HeaderClassName
{
color: #50EC8E;
}
.AnyTagClassName
{
color: #50EC8E;
}
</style>
background-color css
<style>
a { background-color: #50EC8E; }
a { background-color: rgb(80,236,142); }
div.DivClassName
{
background-color: #50EC8E;
}
.BgClassName
{
background-color: #50EC8E;
}
</style>
border-color css
<style>
span { border-color: #50EC8E; }
span { border-color: rgb(80,236,142); }
td.TdClassName
{
border-color: #50EC8E;
}
.TagClassName
{
border-color: #50EC8E;
}
</style>