Shades of Emerald #50BD79
Tints of Emerald #50BD79
RGB
CMYK
RGB Variations
Color information
#50BD79 (or 0x50BD79) is known color: Emerald. HEX triplet: 50, BD and 79. RGB value is (80,189,121). Sum of RGB (Red+Green+Blue) = 80+189+121=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BD79 is #AF4286. Grayscale: #949494. Windows color (decimal): -11485831 or 7978320. OLE color: 7978320.
HSL color Cylindrical-coordinate representation of color #50BD79: hue angle of 142.57º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BD79 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 189 | 121 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.26 |
| HSL | 142.57º | 0.45% | 0.53% | - |
| HSV(B) | 142.57º | 0.58% | 0.74% | - |
| XYZ | 24.96 | 39.48 | 24.39 | - |
| YUV | 148.66 | 112.39 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 121 | 0.58 | 0 | 0.36 | 0.26 | 142.57 | 0.45 | 0.53 |
| Hex | 50 | BD | 79 | 3A | 0 | 24 | 1A | 8F | 2D | 35 |
| Octal | 120 | 275 | 171 | 72 | 0 | 44 | 32 | 217 | 55 | 65 |
| Binary | 1010000 | 10111101 | 1111001 | 111010 | 0 | 100100 | 11010 | 10001111 | 101101 | 110101 |
Color Harmonies of #50BD79
Complementary color
Monochromatic Colors of #50BD79
Black with #50BD79
Text Example
Text Example
White with #50BD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BD79; }
p { color: rgb(80,189,121); }
H1.HeaderClassName
{
color: #50BD79;
}
.AnyTagClassName
{
color: #50BD79;
}
</style>
background-color css
<style>
a { background-color: #50BD79; }
a { background-color: rgb(80,189,121); }
div.DivClassName
{
background-color: #50BD79;
}
.BgClassName
{
background-color: #50BD79;
}
</style>
border-color css
<style>
span { border-color: #50BD79; }
span { border-color: rgb(80,189,121); }
td.TdClassName
{
border-color: #50BD79;
}
.TagClassName
{
border-color: #50BD79;
}
</style>