Shades of Emerald #50BE79
Tints of Emerald #50BE79
RGB
CMYK
RGB Variations
Color information
#50BE79 (or 0x50BE79) is known color: Emerald. HEX triplet: 50, BE and 79. RGB value is (80,190,121). Sum of RGB (Red+Green+Blue) = 80+190+121=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BE79 is #AF4186. Grayscale: #959595. Windows color (decimal): -11485575 or 7978576. OLE color: 7978576.
HSL color Cylindrical-coordinate representation of color #50BE79: hue angle of 142.36º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BE79 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 190 | 121 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.25 |
| HSL | 142.36º | 0.46% | 0.53% | - |
| HSV(B) | 142.36º | 0.58% | 0.75% | - |
| XYZ | 25.17 | 39.91 | 24.47 | - |
| YUV | 149.24 | 112.06 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 121 | 0.58 | 0 | 0.36 | 0.25 | 142.36 | 0.46 | 0.53 |
| Hex | 50 | BE | 79 | 3A | 0 | 24 | 19 | 8E | 2E | 35 |
| Octal | 120 | 276 | 171 | 72 | 0 | 44 | 31 | 216 | 56 | 65 |
| Binary | 1010000 | 10111110 | 1111001 | 111010 | 0 | 100100 | 11001 | 10001110 | 101110 | 110101 |
Color Harmonies of #50BE79
Complementary color
Monochromatic Colors of #50BE79
Black with #50BE79
Text Example
Text Example
White with #50BE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BE79; }
p { color: rgb(80,190,121); }
H1.HeaderClassName
{
color: #50BE79;
}
.AnyTagClassName
{
color: #50BE79;
}
</style>
background-color css
<style>
a { background-color: #50BE79; }
a { background-color: rgb(80,190,121); }
div.DivClassName
{
background-color: #50BE79;
}
.BgClassName
{
background-color: #50BE79;
}
</style>
border-color css
<style>
span { border-color: #50BE79; }
span { border-color: rgb(80,190,121); }
td.TdClassName
{
border-color: #50BE79;
}
.TagClassName
{
border-color: #50BE79;
}
</style>