Shades of Emerald #50E389
Tints of Emerald #50E389
RGB
CMYK
RGB Variations
Color information
#50E389 (or 0x50E389) is known color: Emerald. HEX triplet: 50, E3 and 89. RGB value is (80,227,137). Sum of RGB (Red+Green+Blue) = 80+227+137=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 227 (89.06% from 255 or 51.13% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 227 - color contains mainly: green. Hex color #50E389 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E389 is #AF1C76. Grayscale: #ADADAD. Windows color (decimal): -11476087 or 9036624. OLE color: 9036624.
HSL color Cylindrical-coordinate representation of color #50E389: hue angle of 143.27º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E389 is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 227 | 137 | - |
| CMYK | 0.65 | 0 | 0.40 | 0.11 |
| HSL | 143.27º | 0.72% | 0.6% | - |
| HSV(B) | 143.27º | 0.65% | 0.89% | - |
| XYZ | 35.29 | 58.45 | 33.09 | - |
| YUV | 172.79 | 107.8 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 227 | 137 | 0.65 | 0 | 0.40 | 0.11 | 143.27 | 0.72 | 0.6 |
| Hex | 50 | E3 | 89 | 41 | 0 | 28 | B | 8F | 48 | 3C |
| Octal | 120 | 343 | 211 | 101 | 0 | 50 | 13 | 217 | 110 | 74 |
| Binary | 1010000 | 11100011 | 10001001 | 1000001 | 0 | 101000 | 1011 | 10001111 | 1001000 | 111100 |
Color Harmonies of #50E389
Complementary color
Monochromatic Colors of #50E389
Black with #50E389
Text Example
Text Example
White with #50E389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E389; }
p { color: rgb(80,227,137); }
H1.HeaderClassName
{
color: #50E389;
}
.AnyTagClassName
{
color: #50E389;
}
</style>
background-color css
<style>
a { background-color: #50E389; }
a { background-color: rgb(80,227,137); }
div.DivClassName
{
background-color: #50E389;
}
.BgClassName
{
background-color: #50E389;
}
</style>
border-color css
<style>
span { border-color: #50E389; }
span { border-color: rgb(80,227,137); }
td.TdClassName
{
border-color: #50E389;
}
.TagClassName
{
border-color: #50E389;
}
</style>