Shades of Emerald #50D778
Tints of Emerald #50D778
RGB
CMYK
RGB Variations
Color information
#50D778 (or 0x50D778) is known color: Emerald. HEX triplet: 50, D7 and 78. RGB value is (80,215,120). Sum of RGB (Red+Green+Blue) = 80+215+120=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 215 (84.38% from 255 or 51.81% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 215 - color contains mainly: green. Hex color #50D778 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D778 is #AF2887. Grayscale: #A4A4A4. Windows color (decimal): -11479176 or 7919440. OLE color: 7919440.
HSL color Cylindrical-coordinate representation of color #50D778: hue angle of 137.78º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D778 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 215 | 120 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.16 |
| HSL | 137.78º | 0.63% | 0.58% | - |
| HSV(B) | 137.78º | 0.63% | 0.84% | - |
| XYZ | 31 | 51.66 | 26.11 | - |
| YUV | 163.81 | 103.27 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 215 | 120 | 0.63 | 0 | 0.44 | 0.16 | 137.78 | 0.63 | 0.58 |
| Hex | 50 | D7 | 78 | 3F | 0 | 2C | 10 | 8A | 3F | 3A |
| Octal | 120 | 327 | 170 | 77 | 0 | 54 | 20 | 212 | 77 | 72 |
| Binary | 1010000 | 11010111 | 1111000 | 111111 | 0 | 101100 | 10000 | 10001010 | 111111 | 111010 |
Color Harmonies of #50D778
Complementary color
Monochromatic Colors of #50D778
Black with #50D778
Text Example
Text Example
White with #50D778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D778; }
p { color: rgb(80,215,120); }
H1.HeaderClassName
{
color: #50D778;
}
.AnyTagClassName
{
color: #50D778;
}
</style>
background-color css
<style>
a { background-color: #50D778; }
a { background-color: rgb(80,215,120); }
div.DivClassName
{
background-color: #50D778;
}
.BgClassName
{
background-color: #50D778;
}
</style>
border-color css
<style>
span { border-color: #50D778; }
span { border-color: rgb(80,215,120); }
td.TdClassName
{
border-color: #50D778;
}
.TagClassName
{
border-color: #50D778;
}
</style>