Shades of Emerald #50E76D
Tints of Emerald #50E76D
RGB
CMYK
RGB Variations
Color information
#50E76D (or 0x50E76D) is known color: Emerald. HEX triplet: 50, E7 and 6D. RGB value is (80,231,109). Sum of RGB (Red+Green+Blue) = 80+231+109=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 231 (90.62% from 255 or 55% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 231 - color contains mainly: green. Hex color #50E76D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E76D is #AF1892. Grayscale: #ACACAC. Windows color (decimal): -11475091 or 7202640. OLE color: 7202640.
HSL color Cylindrical-coordinate representation of color #50E76D: hue angle of 131.52º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E76D is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 231 | 109 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.09 |
| HSL | 131.52º | 0.76% | 0.61% | - |
| HSV(B) | 131.52º | 0.65% | 0.91% | - |
| XYZ | 34.64 | 59.96 | 24.22 | - |
| YUV | 171.94 | 92.47 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 231 | 109 | 0.65 | 0 | 0.53 | 0.09 | 131.52 | 0.76 | 0.61 |
| Hex | 50 | E7 | 6D | 41 | 0 | 35 | 9 | 84 | 4C | 3D |
| Octal | 120 | 347 | 155 | 101 | 0 | 65 | 11 | 204 | 114 | 75 |
| Binary | 1010000 | 11100111 | 1101101 | 1000001 | 0 | 110101 | 1001 | 10000100 | 1001100 | 111101 |
Color Harmonies of #50E76D
Complementary color
Monochromatic Colors of #50E76D
Black with #50E76D
Text Example
Text Example
White with #50E76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E76D; }
p { color: rgb(80,231,109); }
H1.HeaderClassName
{
color: #50E76D;
}
.AnyTagClassName
{
color: #50E76D;
}
</style>
background-color css
<style>
a { background-color: #50E76D; }
a { background-color: rgb(80,231,109); }
div.DivClassName
{
background-color: #50E76D;
}
.BgClassName
{
background-color: #50E76D;
}
</style>
border-color css
<style>
span { border-color: #50E76D; }
span { border-color: rgb(80,231,109); }
td.TdClassName
{
border-color: #50E76D;
}
.TagClassName
{
border-color: #50E76D;
}
</style>