Shades of Emerald #50E46E
Tints of Emerald #50E46E
RGB
CMYK
RGB Variations
Color information
#50E46E (or 0x50E46E) is known color: Emerald. HEX triplet: 50, E4 and 6E. RGB value is (80,228,110). Sum of RGB (Red+Green+Blue) = 80+228+110=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 228 (89.45% from 255 or 54.55% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 228 - color contains mainly: green. Hex color #50E46E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E46E is #AF1B91. Grayscale: #AAAAAA. Windows color (decimal): -11475858 or 7267408. OLE color: 7267408.
HSL color Cylindrical-coordinate representation of color #50E46E: hue angle of 132.16º 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 #50E46E is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 228 | 110 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.11 |
| HSL | 132.16º | 0.73% | 0.6% | - |
| HSV(B) | 132.16º | 0.65% | 0.89% | - |
| XYZ | 33.87 | 58.32 | 24.22 | - |
| YUV | 170.3 | 93.97 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 228 | 110 | 0.65 | 0 | 0.52 | 0.11 | 132.16 | 0.73 | 0.6 |
| Hex | 50 | E4 | 6E | 41 | 0 | 34 | B | 84 | 49 | 3C |
| Octal | 120 | 344 | 156 | 101 | 0 | 64 | 13 | 204 | 111 | 74 |
| Binary | 1010000 | 11100100 | 1101110 | 1000001 | 0 | 110100 | 1011 | 10000100 | 1001001 | 111100 |
Color Harmonies of #50E46E
Complementary color
Monochromatic Colors of #50E46E
Black with #50E46E
Text Example
Text Example
White with #50E46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E46E; }
p { color: rgb(80,228,110); }
H1.HeaderClassName
{
color: #50E46E;
}
.AnyTagClassName
{
color: #50E46E;
}
</style>
background-color css
<style>
a { background-color: #50E46E; }
a { background-color: rgb(80,228,110); }
div.DivClassName
{
background-color: #50E46E;
}
.BgClassName
{
background-color: #50E46E;
}
</style>
border-color css
<style>
span { border-color: #50E46E; }
span { border-color: rgb(80,228,110); }
td.TdClassName
{
border-color: #50E46E;
}
.TagClassName
{
border-color: #50E46E;
}
</style>