Shades of Harlequin #50E808
Tints of Harlequin #50E808
RGB
CMYK
RGB Variations
Color information
#50E808 (or 0x50E808) is known color: Harlequin. HEX triplet: 50, E8 and 08. RGB value is (80,232,8). Sum of RGB (Red+Green+Blue) = 80+232+8=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 232 (91.02% from 255 or 72.5% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 232 - color contains mainly: green. Hex color #50E808 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50E808 is #AF17F7. Grayscale: #A1A1A1. Windows color (decimal): -11474936 or 583760. OLE color: 583760.
HSL color Cylindrical-coordinate representation of color #50E808: hue angle of 100.71º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50E808 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 232 | 8 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.09 |
| HSL | 100.71º | 0.93% | 0.47% | - |
| HSV(B) | 100.71º | 0.97% | 0.91% | - |
| XYZ | 32.21 | 59.44 | 10 | - |
| YUV | 161.02 | 41.64 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 232 | 8 | 0.66 | 0 | 0.97 | 0.09 | 100.71 | 0.93 | 0.47 |
| Hex | 50 | E8 | 8 | 42 | 0 | 61 | 9 | 65 | 5D | 2F |
| Octal | 120 | 350 | 10 | 102 | 0 | 141 | 11 | 145 | 135 | 57 |
| Binary | 1010000 | 11101000 | 1000 | 1000010 | 0 | 1100001 | 1001 | 1100101 | 1011101 | 101111 |
Color Harmonies of #50E808
Complementary color
Monochromatic Colors of #50E808
Black with #50E808
Text Example
Text Example
White with #50E808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E808; }
p { color: rgb(80,232,8); }
H1.HeaderClassName
{
color: #50E808;
}
.AnyTagClassName
{
color: #50E808;
}
</style>
background-color css
<style>
a { background-color: #50E808; }
a { background-color: rgb(80,232,8); }
div.DivClassName
{
background-color: #50E808;
}
.BgClassName
{
background-color: #50E808;
}
</style>
border-color css
<style>
span { border-color: #50E808; }
span { border-color: rgb(80,232,8); }
td.TdClassName
{
border-color: #50E808;
}
.TagClassName
{
border-color: #50E808;
}
</style>