Shades of Emerald #50BD78
Tints of Emerald #50BD78
RGB
CMYK
RGB Variations
Color information
#50BD78 (or 0x50BD78) is known color: Emerald. HEX triplet: 50, BD and 78. RGB value is (80,189,120). Sum of RGB (Red+Green+Blue) = 80+189+120=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BD78 is #AF4287. Grayscale: #949494. Windows color (decimal): -11485832 or 7912784. OLE color: 7912784.
HSL color Cylindrical-coordinate representation of color #50BD78: hue angle of 142.02º 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 #50BD78 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 189 | 120 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.26 |
| HSL | 142.02º | 0.45% | 0.53% | - |
| HSV(B) | 142.02º | 0.58% | 0.74% | - |
| XYZ | 24.9 | 39.46 | 24.07 | - |
| YUV | 148.54 | 111.89 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 120 | 0.58 | 0 | 0.37 | 0.26 | 142.02 | 0.45 | 0.53 |
| Hex | 50 | BD | 78 | 3A | 0 | 25 | 1A | 8E | 2D | 35 |
| Octal | 120 | 275 | 170 | 72 | 0 | 45 | 32 | 216 | 55 | 65 |
| Binary | 1010000 | 10111101 | 1111000 | 111010 | 0 | 100101 | 11010 | 10001110 | 101101 | 110101 |
Color Harmonies of #50BD78
Complementary color
Monochromatic Colors of #50BD78
Black with #50BD78
Text Example
Text Example
White with #50BD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BD78; }
p { color: rgb(80,189,120); }
H1.HeaderClassName
{
color: #50BD78;
}
.AnyTagClassName
{
color: #50BD78;
}
</style>
background-color css
<style>
a { background-color: #50BD78; }
a { background-color: rgb(80,189,120); }
div.DivClassName
{
background-color: #50BD78;
}
.BgClassName
{
background-color: #50BD78;
}
</style>
border-color css
<style>
span { border-color: #50BD78; }
span { border-color: rgb(80,189,120); }
td.TdClassName
{
border-color: #50BD78;
}
.TagClassName
{
border-color: #50BD78;
}
</style>