Shades of Emerald #50EA8E
Tints of Emerald #50EA8E
RGB
CMYK
RGB Variations
Color information
#50EA8E (or 0x50EA8E) is known color: Emerald. HEX triplet: 50, EA and 8E. RGB value is (80,234,142). Sum of RGB (Red+Green+Blue) = 80+234+142=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EA8E is #AF1571. Grayscale: #B1B1B1. Windows color (decimal): -11474290 or 9366096. OLE color: 9366096.
HSL color Cylindrical-coordinate representation of color #50EA8E: hue angle of 144.16º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EA8E is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 234 | 142 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.08 |
| HSL | 144.16º | 0.79% | 0.62% | - |
| HSV(B) | 144.16º | 0.66% | 0.92% | - |
| XYZ | 37.61 | 62.5 | 35.67 | - |
| YUV | 177.47 | 107.98 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 234 | 142 | 0.66 | 0 | 0.39 | 0.08 | 144.16 | 0.79 | 0.62 |
| Hex | 50 | EA | 8E | 42 | 0 | 27 | 8 | 90 | 4F | 3E |
| Octal | 120 | 352 | 216 | 102 | 0 | 47 | 10 | 220 | 117 | 76 |
| Binary | 1010000 | 11101010 | 10001110 | 1000010 | 0 | 100111 | 1000 | 10010000 | 1001111 | 111110 |
Color Harmonies of #50EA8E
Complementary color
Monochromatic Colors of #50EA8E
Black with #50EA8E
Text Example
Text Example
White with #50EA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EA8E; }
p { color: rgb(80,234,142); }
H1.HeaderClassName
{
color: #50EA8E;
}
.AnyTagClassName
{
color: #50EA8E;
}
</style>
background-color css
<style>
a { background-color: #50EA8E; }
a { background-color: rgb(80,234,142); }
div.DivClassName
{
background-color: #50EA8E;
}
.BgClassName
{
background-color: #50EA8E;
}
</style>
border-color css
<style>
span { border-color: #50EA8E; }
span { border-color: rgb(80,234,142); }
td.TdClassName
{
border-color: #50EA8E;
}
.TagClassName
{
border-color: #50EA8E;
}
</style>