Shades of Emerald #50E77B
Tints of Emerald #50E77B
RGB
CMYK
RGB Variations
Color information
#50E77B (or 0x50E77B) is known color: Emerald. HEX triplet: 50, E7 and 7B. RGB value is (80,231,123). Sum of RGB (Red+Green+Blue) = 80+231+123=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 231 (90.62% from 255 or 53.23% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 231 - color contains mainly: green. Hex color #50E77B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E77B is #AF1884. Grayscale: #ADADAD. Windows color (decimal): -11475077 or 8120144. OLE color: 8120144.
HSL color Cylindrical-coordinate representation of color #50E77B: hue angle of 137.09º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E77B is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 231 | 123 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.09 |
| HSL | 137.09º | 0.76% | 0.61% | - |
| HSV(B) | 137.09º | 0.65% | 0.91% | - |
| XYZ | 35.46 | 60.29 | 28.51 | - |
| YUV | 173.54 | 99.47 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 231 | 123 | 0.65 | 0 | 0.47 | 0.09 | 137.09 | 0.76 | 0.61 |
| Hex | 50 | E7 | 7B | 41 | 0 | 2F | 9 | 89 | 4C | 3D |
| Octal | 120 | 347 | 173 | 101 | 0 | 57 | 11 | 211 | 114 | 75 |
| Binary | 1010000 | 11100111 | 1111011 | 1000001 | 0 | 101111 | 1001 | 10001001 | 1001100 | 111101 |
Color Harmonies of #50E77B
Complementary color
Monochromatic Colors of #50E77B
Black with #50E77B
Text Example
Text Example
White with #50E77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E77B; }
p { color: rgb(80,231,123); }
H1.HeaderClassName
{
color: #50E77B;
}
.AnyTagClassName
{
color: #50E77B;
}
</style>
background-color css
<style>
a { background-color: #50E77B; }
a { background-color: rgb(80,231,123); }
div.DivClassName
{
background-color: #50E77B;
}
.BgClassName
{
background-color: #50E77B;
}
</style>
border-color css
<style>
span { border-color: #50E77B; }
span { border-color: rgb(80,231,123); }
td.TdClassName
{
border-color: #50E77B;
}
.TagClassName
{
border-color: #50E77B;
}
</style>