Shades of Emerald #50E168
Tints of Emerald #50E168
RGB
CMYK
RGB Variations
Color information
#50E168 (or 0x50E168) is known color: Emerald. HEX triplet: 50, E1 and 68. RGB value is (80,225,104). Sum of RGB (Red+Green+Blue) = 80+225+104=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 225 (88.28% from 255 or 55.01% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 225 - color contains mainly: green. Hex color #50E168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E168 is #AF1E97. Grayscale: #A8A8A8. Windows color (decimal): -11476632 or 6873424. OLE color: 6873424.
HSL color Cylindrical-coordinate representation of color #50E168: hue angle of 129.93º 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 #50E168 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 225 | 104 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.12 |
| HSL | 129.93º | 0.71% | 0.6% | - |
| HSV(B) | 129.93º | 0.64% | 0.88% | - |
| XYZ | 32.73 | 56.56 | 22.29 | - |
| YUV | 167.85 | 91.96 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 225 | 104 | 0.64 | 0 | 0.54 | 0.12 | 129.93 | 0.71 | 0.6 |
| Hex | 50 | E1 | 68 | 40 | 0 | 36 | C | 82 | 47 | 3C |
| Octal | 120 | 341 | 150 | 100 | 0 | 66 | 14 | 202 | 107 | 74 |
| Binary | 1010000 | 11100001 | 1101000 | 1000000 | 0 | 110110 | 1100 | 10000010 | 1000111 | 111100 |
Color Harmonies of #50E168
Complementary color
Monochromatic Colors of #50E168
Black with #50E168
Text Example
Text Example
White with #50E168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E168; }
p { color: rgb(80,225,104); }
H1.HeaderClassName
{
color: #50E168;
}
.AnyTagClassName
{
color: #50E168;
}
</style>
background-color css
<style>
a { background-color: #50E168; }
a { background-color: rgb(80,225,104); }
div.DivClassName
{
background-color: #50E168;
}
.BgClassName
{
background-color: #50E168;
}
</style>
border-color css
<style>
span { border-color: #50E168; }
span { border-color: rgb(80,225,104); }
td.TdClassName
{
border-color: #50E168;
}
.TagClassName
{
border-color: #50E168;
}
</style>