Shades of Emerald #50D76D
Tints of Emerald #50D76D
RGB
CMYK
RGB Variations
Color information
#50D76D (or 0x50D76D) is known color: Emerald. HEX triplet: 50, D7 and 6D. RGB value is (80,215,109). Sum of RGB (Red+Green+Blue) = 80+215+109=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #50D76D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D76D is #AF2892. Grayscale: #A2A2A2. Windows color (decimal): -11479187 or 7198544. OLE color: 7198544.
HSL color Cylindrical-coordinate representation of color #50D76D: hue angle of 132.89º 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 #50D76D is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 215 | 109 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.16 |
| HSL | 132.89º | 0.63% | 0.58% | - |
| HSV(B) | 132.89º | 0.63% | 0.84% | - |
| XYZ | 30.37 | 51.41 | 22.79 | - |
| YUV | 162.55 | 97.77 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 215 | 109 | 0.63 | 0 | 0.49 | 0.16 | 132.89 | 0.63 | 0.58 |
| Hex | 50 | D7 | 6D | 3F | 0 | 31 | 10 | 85 | 3F | 3A |
| Octal | 120 | 327 | 155 | 77 | 0 | 61 | 20 | 205 | 77 | 72 |
| Binary | 1010000 | 11010111 | 1101101 | 111111 | 0 | 110001 | 10000 | 10000101 | 111111 | 111010 |
Color Harmonies of #50D76D
Complementary color
Monochromatic Colors of #50D76D
Black with #50D76D
Text Example
Text Example
White with #50D76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D76D; }
p { color: rgb(80,215,109); }
H1.HeaderClassName
{
color: #50D76D;
}
.AnyTagClassName
{
color: #50D76D;
}
</style>
background-color css
<style>
a { background-color: #50D76D; }
a { background-color: rgb(80,215,109); }
div.DivClassName
{
background-color: #50D76D;
}
.BgClassName
{
background-color: #50D76D;
}
</style>
border-color css
<style>
span { border-color: #50D76D; }
span { border-color: rgb(80,215,109); }
td.TdClassName
{
border-color: #50D76D;
}
.TagClassName
{
border-color: #50D76D;
}
</style>