Shades of Emerald #50E161
Tints of Emerald #50E161
RGB
CMYK
RGB Variations
Color information
#50E161 (or 0x50E161) is known color: Emerald. HEX triplet: 50, E1 and 61. RGB value is (80,225,97). Sum of RGB (Red+Green+Blue) = 80+225+97=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 225 (88.28% from 255 or 55.97% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 225 - color contains mainly: green. Hex color #50E161 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E161 is #AF1E9E. Grayscale: #A7A7A7. Windows color (decimal): -11476639 or 6414672. OLE color: 6414672.
HSL color Cylindrical-coordinate representation of color #50E161: hue angle of 127.03º 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 #50E161 is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 225 | 97 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.12 |
| HSL | 127.03º | 0.71% | 0.6% | - |
| HSV(B) | 127.03º | 0.64% | 0.88% | - |
| XYZ | 32.39 | 56.42 | 20.49 | - |
| YUV | 167.05 | 88.46 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 225 | 97 | 0.64 | 0 | 0.57 | 0.12 | 127.03 | 0.71 | 0.6 |
| Hex | 50 | E1 | 61 | 40 | 0 | 39 | C | 7F | 47 | 3C |
| Octal | 120 | 341 | 141 | 100 | 0 | 71 | 14 | 177 | 107 | 74 |
| Binary | 1010000 | 11100001 | 1100001 | 1000000 | 0 | 111001 | 1100 | 1111111 | 1000111 | 111100 |
Color Harmonies of #50E161
Complementary color
Monochromatic Colors of #50E161
Black with #50E161
Text Example
Text Example
White with #50E161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E161; }
p { color: rgb(80,225,97); }
H1.HeaderClassName
{
color: #50E161;
}
.AnyTagClassName
{
color: #50E161;
}
</style>
background-color css
<style>
a { background-color: #50E161; }
a { background-color: rgb(80,225,97); }
div.DivClassName
{
background-color: #50E161;
}
.BgClassName
{
background-color: #50E161;
}
</style>
border-color css
<style>
span { border-color: #50E161; }
span { border-color: rgb(80,225,97); }
td.TdClassName
{
border-color: #50E161;
}
.TagClassName
{
border-color: #50E161;
}
</style>