Shades of Emerald #50E16A
Tints of Emerald #50E16A
RGB
CMYK
RGB Variations
Color information
#50E16A (or 0x50E16A) is known color: Emerald. HEX triplet: 50, E1 and 6A. RGB value is (80,225,106). Sum of RGB (Red+Green+Blue) = 80+225+106=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 225 (88.28% from 255 or 54.74% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 225 - color contains mainly: green. Hex color #50E16A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E16A is #AF1E95. Grayscale: #A8A8A8. Windows color (decimal): -11476630 or 7004496. OLE color: 7004496.
HSL color Cylindrical-coordinate representation of color #50E16A: hue angle of 130.76º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50E16A is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 225 | 106 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.12 |
| HSL | 130.76º | 0.71% | 0.6% | - |
| HSV(B) | 130.76º | 0.64% | 0.88% | - |
| XYZ | 32.84 | 56.6 | 22.83 | - |
| YUV | 168.08 | 92.96 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 225 | 106 | 0.64 | 0 | 0.53 | 0.12 | 130.76 | 0.71 | 0.6 |
| Hex | 50 | E1 | 6A | 40 | 0 | 35 | C | 83 | 47 | 3C |
| Octal | 120 | 341 | 152 | 100 | 0 | 65 | 14 | 203 | 107 | 74 |
| Binary | 1010000 | 11100001 | 1101010 | 1000000 | 0 | 110101 | 1100 | 10000011 | 1000111 | 111100 |
Color Harmonies of #50E16A
Complementary color
Monochromatic Colors of #50E16A
Black with #50E16A
Text Example
Text Example
White with #50E16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E16A; }
p { color: rgb(80,225,106); }
H1.HeaderClassName
{
color: #50E16A;
}
.AnyTagClassName
{
color: #50E16A;
}
</style>
background-color css
<style>
a { background-color: #50E16A; }
a { background-color: rgb(80,225,106); }
div.DivClassName
{
background-color: #50E16A;
}
.BgClassName
{
background-color: #50E16A;
}
</style>
border-color css
<style>
span { border-color: #50E16A; }
span { border-color: rgb(80,225,106); }
td.TdClassName
{
border-color: #50E16A;
}
.TagClassName
{
border-color: #50E16A;
}
</style>