Shades of Emerald #50E98B
Tints of Emerald #50E98B
RGB
CMYK
RGB Variations
Color information
#50E98B (or 0x50E98B) is known color: Emerald. HEX triplet: 50, E9 and 8B. RGB value is (80,233,139). Sum of RGB (Red+Green+Blue) = 80+233+139=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 233 (91.41% from 255 or 51.55% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 233 - color contains mainly: green. Hex color #50E98B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E98B is #AF1674. Grayscale: #B0B0B0. Windows color (decimal): -11474549 or 9169232. OLE color: 9169232.
HSL color Cylindrical-coordinate representation of color #50E98B: hue angle of 143.14º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E98B is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 233 | 139 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.09 |
| HSL | 143.14º | 0.78% | 0.61% | - |
| HSV(B) | 143.14º | 0.66% | 0.91% | - |
| XYZ | 37.11 | 61.85 | 34.41 | - |
| YUV | 176.54 | 106.81 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 233 | 139 | 0.66 | 0 | 0.40 | 0.09 | 143.14 | 0.78 | 0.61 |
| Hex | 50 | E9 | 8B | 42 | 0 | 28 | 9 | 8F | 4E | 3D |
| Octal | 120 | 351 | 213 | 102 | 0 | 50 | 11 | 217 | 116 | 75 |
| Binary | 1010000 | 11101001 | 10001011 | 1000010 | 0 | 101000 | 1001 | 10001111 | 1001110 | 111101 |
Color Harmonies of #50E98B
Complementary color
Monochromatic Colors of #50E98B
Black with #50E98B
Text Example
Text Example
White with #50E98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E98B; }
p { color: rgb(80,233,139); }
H1.HeaderClassName
{
color: #50E98B;
}
.AnyTagClassName
{
color: #50E98B;
}
</style>
background-color css
<style>
a { background-color: #50E98B; }
a { background-color: rgb(80,233,139); }
div.DivClassName
{
background-color: #50E98B;
}
.BgClassName
{
background-color: #50E98B;
}
</style>
border-color css
<style>
span { border-color: #50E98B; }
span { border-color: rgb(80,233,139); }
td.TdClassName
{
border-color: #50E98B;
}
.TagClassName
{
border-color: #50E98B;
}
</style>