Shades of Emerald #50E388
Tints of Emerald #50E388
RGB
CMYK
RGB Variations
Color information
#50E388 (or 0x50E388) is known color: Emerald. HEX triplet: 50, E3 and 88. RGB value is (80,227,136). Sum of RGB (Red+Green+Blue) = 80+227+136=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 227 (89.06% from 255 or 51.24% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 227 - color contains mainly: green. Hex color #50E388 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E388 is #AF1C77. Grayscale: #ACACAC. Windows color (decimal): -11476088 or 8971088. OLE color: 8971088.
HSL color Cylindrical-coordinate representation of color #50E388: hue angle of 142.86º 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 #50E388 is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 227 | 136 | - |
| CMYK | 0.65 | 0 | 0.40 | 0.11 |
| HSL | 142.86º | 0.72% | 0.6% | - |
| HSV(B) | 142.86º | 0.65% | 0.89% | - |
| XYZ | 35.22 | 58.42 | 32.71 | - |
| YUV | 172.67 | 107.3 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 227 | 136 | 0.65 | 0 | 0.40 | 0.11 | 142.86 | 0.72 | 0.6 |
| Hex | 50 | E3 | 88 | 41 | 0 | 28 | B | 8F | 48 | 3C |
| Octal | 120 | 343 | 210 | 101 | 0 | 50 | 13 | 217 | 110 | 74 |
| Binary | 1010000 | 11100011 | 10001000 | 1000001 | 0 | 101000 | 1011 | 10001111 | 1001000 | 111100 |
Color Harmonies of #50E388
Complementary color
Monochromatic Colors of #50E388
Black with #50E388
Text Example
Text Example
White with #50E388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E388; }
p { color: rgb(80,227,136); }
H1.HeaderClassName
{
color: #50E388;
}
.AnyTagClassName
{
color: #50E388;
}
</style>
background-color css
<style>
a { background-color: #50E388; }
a { background-color: rgb(80,227,136); }
div.DivClassName
{
background-color: #50E388;
}
.BgClassName
{
background-color: #50E388;
}
</style>
border-color css
<style>
span { border-color: #50E388; }
span { border-color: rgb(80,227,136); }
td.TdClassName
{
border-color: #50E388;
}
.TagClassName
{
border-color: #50E388;
}
</style>