Shades of Emerald #50EB8A
Tints of Emerald #50EB8A
RGB
CMYK
RGB Variations
Color information
#50EB8A (or 0x50EB8A) is known color: Emerald. HEX triplet: 50, EB and 8A. RGB value is (80,235,138). Sum of RGB (Red+Green+Blue) = 80+235+138=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #50EB8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EB8A is #AF1475. Grayscale: #B1B1B1. Windows color (decimal): -11474038 or 9104208. OLE color: 9104208.
HSL color Cylindrical-coordinate representation of color #50EB8A: hue angle of 142.45º 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 #50EB8A is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 235 | 138 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.08 |
| HSL | 142.45º | 0.79% | 0.62% | - |
| HSV(B) | 142.45º | 0.66% | 0.92% | - |
| XYZ | 37.6 | 62.96 | 34.21 | - |
| YUV | 177.6 | 105.65 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 235 | 138 | 0.66 | 0 | 0.41 | 0.08 | 142.45 | 0.79 | 0.62 |
| Hex | 50 | EB | 8A | 42 | 0 | 29 | 8 | 8E | 4F | 3E |
| Octal | 120 | 353 | 212 | 102 | 0 | 51 | 10 | 216 | 117 | 76 |
| Binary | 1010000 | 11101011 | 10001010 | 1000010 | 0 | 101001 | 1000 | 10001110 | 1001111 | 111110 |
Color Harmonies of #50EB8A
Complementary color
Monochromatic Colors of #50EB8A
Black with #50EB8A
Text Example
Text Example
White with #50EB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EB8A; }
p { color: rgb(80,235,138); }
H1.HeaderClassName
{
color: #50EB8A;
}
.AnyTagClassName
{
color: #50EB8A;
}
</style>
background-color css
<style>
a { background-color: #50EB8A; }
a { background-color: rgb(80,235,138); }
div.DivClassName
{
background-color: #50EB8A;
}
.BgClassName
{
background-color: #50EB8A;
}
</style>
border-color css
<style>
span { border-color: #50EB8A; }
span { border-color: rgb(80,235,138); }
td.TdClassName
{
border-color: #50EB8A;
}
.TagClassName
{
border-color: #50EB8A;
}
</style>