Shades of Harlequin #50FE00
Tints of Harlequin #50FE00
RGB
CMYK
RGB Variations
Color information
#50FE00 (or 0x50FE00) is known color: Harlequin. HEX triplet: 50, FE and 00. RGB value is (80,254,0). Sum of RGB (Red+Green+Blue) = 80+254+0=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 254 (99.61% from 255 or 76.05% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 254 - color contains mainly: green. Hex color #50FE00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50FE00 is #AF01FF. Grayscale: #ADADAD. Windows color (decimal): -11469312 or 65104. OLE color: 65104.
HSL color Cylindrical-coordinate representation of color #50FE00: hue angle of 101.1º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50FE00 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 254 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.00 |
| HSL | 101.1º | 1% | 0.5% | - |
| HSV(B) | 101.1º | 1% | 1% | - |
| XYZ | 38.75 | 72.59 | 11.97 | - |
| YUV | 173.02 | 30.35 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 254 | 0 | 0.69 | 0 | 1 | 0.00 | 101.1 | 1 | 0.5 |
| Hex | 50 | FE | 0 | 45 | 0 | 64 | 0 | 65 | 64 | 32 |
| Octal | 120 | 376 | 0 | 105 | 0 | 144 | 0 | 145 | 144 | 62 |
| Binary | 1010000 | 11111110 | 0 | 1000101 | 0 | 1100100 | 0 | 1100101 | 1100100 | 110010 |
Color Harmonies of #50FE00
Complementary color
Monochromatic Colors of #50FE00
Black with #50FE00
Text Example
Text Example
White with #50FE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FE00; }
p { color: rgb(80,254,0); }
H1.HeaderClassName
{
color: #50FE00;
}
.AnyTagClassName
{
color: #50FE00;
}
</style>
background-color css
<style>
a { background-color: #50FE00; }
a { background-color: rgb(80,254,0); }
div.DivClassName
{
background-color: #50FE00;
}
.BgClassName
{
background-color: #50FE00;
}
</style>
border-color css
<style>
span { border-color: #50FE00; }
span { border-color: rgb(80,254,0); }
td.TdClassName
{
border-color: #50FE00;
}
.TagClassName
{
border-color: #50FE00;
}
</style>