Shades of Emerald #50EB77
Tints of Emerald #50EB77
RGB
CMYK
RGB Variations
Color information
#50EB77 (or 0x50EB77) is known color: Emerald. HEX triplet: 50, EB and 77. RGB value is (80,235,119). Sum of RGB (Red+Green+Blue) = 80+235+119=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 235 (92.19% from 255 or 54.15% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 235 - color contains mainly: green. Hex color #50EB77 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EB77 is #AF1488. Grayscale: #AFAFAF. Windows color (decimal): -11474057 or 7859024. OLE color: 7859024.
HSL color Cylindrical-coordinate representation of color #50EB77: hue angle of 135.1º 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 #50EB77 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 235 | 119 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.08 |
| HSL | 135.1º | 0.79% | 0.62% | - |
| HSV(B) | 135.1º | 0.66% | 0.92% | - |
| XYZ | 36.35 | 62.45 | 27.59 | - |
| YUV | 175.43 | 96.15 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 235 | 119 | 0.66 | 0 | 0.49 | 0.08 | 135.1 | 0.79 | 0.62 |
| Hex | 50 | EB | 77 | 42 | 0 | 31 | 8 | 87 | 4F | 3E |
| Octal | 120 | 353 | 167 | 102 | 0 | 61 | 10 | 207 | 117 | 76 |
| Binary | 1010000 | 11101011 | 1110111 | 1000010 | 0 | 110001 | 1000 | 10000111 | 1001111 | 111110 |
Color Harmonies of #50EB77
Complementary color
Monochromatic Colors of #50EB77
Black with #50EB77
Text Example
Text Example
White with #50EB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EB77; }
p { color: rgb(80,235,119); }
H1.HeaderClassName
{
color: #50EB77;
}
.AnyTagClassName
{
color: #50EB77;
}
</style>
background-color css
<style>
a { background-color: #50EB77; }
a { background-color: rgb(80,235,119); }
div.DivClassName
{
background-color: #50EB77;
}
.BgClassName
{
background-color: #50EB77;
}
</style>
border-color css
<style>
span { border-color: #50EB77; }
span { border-color: rgb(80,235,119); }
td.TdClassName
{
border-color: #50EB77;
}
.TagClassName
{
border-color: #50EB77;
}
</style>