Shades of Emerald #50ED86
Tints of Emerald #50ED86
RGB
CMYK
RGB Variations
Color information
#50ED86 (or 0x50ED86) is known color: Emerald. HEX triplet: 50, ED and 86. RGB value is (80,237,134). Sum of RGB (Red+Green+Blue) = 80+237+134=451 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.74% from 451); Green value is 237 (92.97% from 255 or 52.55% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50ED86 is #AF1279. Grayscale: #B2B2B2. Windows color (decimal): -11473530 or 8842576. OLE color: 8842576.
HSL color Cylindrical-coordinate representation of color #50ED86: hue angle of 140.64º degrees, saturation: 0.81, 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 #50ED86 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 237 | 134 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.07 |
| HSL | 140.64º | 0.81% | 0.62% | - |
| HSV(B) | 140.64º | 0.66% | 0.93% | - |
| XYZ | 37.9 | 64 | 32.91 | - |
| YUV | 178.32 | 102.99 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 237 | 134 | 0.66 | 0 | 0.43 | 0.07 | 140.64 | 0.81 | 0.62 |
| Hex | 50 | ED | 86 | 42 | 0 | 2B | 7 | 8D | 51 | 3E |
| Octal | 120 | 355 | 206 | 102 | 0 | 53 | 7 | 215 | 121 | 76 |
| Binary | 1010000 | 11101101 | 10000110 | 1000010 | 0 | 101011 | 111 | 10001101 | 1010001 | 111110 |
Color Harmonies of #50ED86
Complementary color
Monochromatic Colors of #50ED86
Black with #50ED86
Text Example
Text Example
White with #50ED86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ED86; }
p { color: rgb(80,237,134); }
H1.HeaderClassName
{
color: #50ED86;
}
.AnyTagClassName
{
color: #50ED86;
}
</style>
background-color css
<style>
a { background-color: #50ED86; }
a { background-color: rgb(80,237,134); }
div.DivClassName
{
background-color: #50ED86;
}
.BgClassName
{
background-color: #50ED86;
}
</style>
border-color css
<style>
span { border-color: #50ED86; }
span { border-color: rgb(80,237,134); }
td.TdClassName
{
border-color: #50ED86;
}
.TagClassName
{
border-color: #50ED86;
}
</style>