Shades of Emerald #50EC8D
Tints of Emerald #50EC8D
RGB
CMYK
RGB Variations
Color information
#50EC8D (or 0x50EC8D) is known color: Emerald. HEX triplet: 50, EC and 8D. RGB value is (80,236,141). Sum of RGB (Red+Green+Blue) = 80+236+141=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EC8D is #AF1372. Grayscale: #B2B2B2. Windows color (decimal): -11473779 or 9301072. OLE color: 9301072.
HSL color Cylindrical-coordinate representation of color #50EC8D: hue angle of 143.46º 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 #50EC8D is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 141 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.07 |
| HSL | 143.46º | 0.8% | 0.62% | - |
| HSV(B) | 143.46º | 0.66% | 0.93% | - |
| XYZ | 38.11 | 63.62 | 35.47 | - |
| YUV | 178.53 | 106.82 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 141 | 0.66 | 0 | 0.40 | 0.07 | 143.46 | 0.8 | 0.62 |
| Hex | 50 | EC | 8D | 42 | 0 | 28 | 7 | 8F | 50 | 3E |
| Octal | 120 | 354 | 215 | 102 | 0 | 50 | 7 | 217 | 120 | 76 |
| Binary | 1010000 | 11101100 | 10001101 | 1000010 | 0 | 101000 | 111 | 10001111 | 1010000 | 111110 |
Color Harmonies of #50EC8D
Complementary color
Monochromatic Colors of #50EC8D
Black with #50EC8D
Text Example
Text Example
White with #50EC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC8D; }
p { color: rgb(80,236,141); }
H1.HeaderClassName
{
color: #50EC8D;
}
.AnyTagClassName
{
color: #50EC8D;
}
</style>
background-color css
<style>
a { background-color: #50EC8D; }
a { background-color: rgb(80,236,141); }
div.DivClassName
{
background-color: #50EC8D;
}
.BgClassName
{
background-color: #50EC8D;
}
</style>
border-color css
<style>
span { border-color: #50EC8D; }
span { border-color: rgb(80,236,141); }
td.TdClassName
{
border-color: #50EC8D;
}
.TagClassName
{
border-color: #50EC8D;
}
</style>