Shades of Emerald #50E46D
Tints of Emerald #50E46D
RGB
CMYK
RGB Variations
Color information
#50E46D (or 0x50E46D) is known color: Emerald. HEX triplet: 50, E4 and 6D. RGB value is (80,228,109). Sum of RGB (Red+Green+Blue) = 80+228+109=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 228 (89.45% from 255 or 54.68% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 228 - color contains mainly: green. Hex color #50E46D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E46D is #AF1B92. Grayscale: #AAAAAA. Windows color (decimal): -11475859 or 7201872. OLE color: 7201872.
HSL color Cylindrical-coordinate representation of color #50E46D: hue angle of 131.76º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E46D is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 228 | 109 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.11 |
| HSL | 131.76º | 0.73% | 0.6% | - |
| HSV(B) | 131.76º | 0.65% | 0.89% | - |
| XYZ | 33.81 | 58.3 | 23.94 | - |
| YUV | 170.18 | 93.47 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 228 | 109 | 0.65 | 0 | 0.52 | 0.11 | 131.76 | 0.73 | 0.6 |
| Hex | 50 | E4 | 6D | 41 | 0 | 34 | B | 84 | 49 | 3C |
| Octal | 120 | 344 | 155 | 101 | 0 | 64 | 13 | 204 | 111 | 74 |
| Binary | 1010000 | 11100100 | 1101101 | 1000001 | 0 | 110100 | 1011 | 10000100 | 1001001 | 111100 |
Color Harmonies of #50E46D
Complementary color
Monochromatic Colors of #50E46D
Black with #50E46D
Text Example
Text Example
White with #50E46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E46D; }
p { color: rgb(80,228,109); }
H1.HeaderClassName
{
color: #50E46D;
}
.AnyTagClassName
{
color: #50E46D;
}
</style>
background-color css
<style>
a { background-color: #50E46D; }
a { background-color: rgb(80,228,109); }
div.DivClassName
{
background-color: #50E46D;
}
.BgClassName
{
background-color: #50E46D;
}
</style>
border-color css
<style>
span { border-color: #50E46D; }
span { border-color: rgb(80,228,109); }
td.TdClassName
{
border-color: #50E46D;
}
.TagClassName
{
border-color: #50E46D;
}
</style>