Shades of Harlequin #50E800
Tints of Harlequin #50E800
RGB
CMYK
RGB Variations
Color information
#50E800 (or 0x50E800) is known color: Harlequin. HEX triplet: 50, E8 and 00. RGB value is (80,232,0). Sum of RGB (Red+Green+Blue) = 80+232+0=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 232 (91.02% from 255 or 74.36% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 232 - color contains mainly: green. Hex color #50E800 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50E800 is #AF17FF. Grayscale: #A0A0A0. Windows color (decimal): -11474944 or 59472. OLE color: 59472.
HSL color Cylindrical-coordinate representation of color #50E800: hue angle of 99.31º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50E800 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 232 | 0 | - |
| CMYK | 0.66 | 0 | 1 | 0.09 |
| HSL | 99.31º | 1% | 0.45% | - |
| HSV(B) | 99.31º | 1% | 0.91% | - |
| XYZ | 32.16 | 59.42 | 9.77 | - |
| YUV | 160.1 | 37.64 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 232 | 0 | 0.66 | 0 | 1 | 0.09 | 99.31 | 1 | 0.45 |
| Hex | 50 | E8 | 0 | 42 | 0 | 64 | 9 | 63 | 64 | 2D |
| Octal | 120 | 350 | 0 | 102 | 0 | 144 | 11 | 143 | 144 | 55 |
| Binary | 1010000 | 11101000 | 0 | 1000010 | 0 | 1100100 | 1001 | 1100011 | 1100100 | 101101 |
Color Harmonies of #50E800
Complementary color
Monochromatic Colors of #50E800
Black with #50E800
Text Example
Text Example
White with #50E800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E800; }
p { color: rgb(80,232,0); }
H1.HeaderClassName
{
color: #50E800;
}
.AnyTagClassName
{
color: #50E800;
}
</style>
background-color css
<style>
a { background-color: #50E800; }
a { background-color: rgb(80,232,0); }
div.DivClassName
{
background-color: #50E800;
}
.BgClassName
{
background-color: #50E800;
}
</style>
border-color css
<style>
span { border-color: #50E800; }
span { border-color: rgb(80,232,0); }
td.TdClassName
{
border-color: #50E800;
}
.TagClassName
{
border-color: #50E800;
}
</style>