Shades of Harlequin #50FF01
Tints of Harlequin #50FF01
RGB
CMYK
RGB Variations
Color information
#50FF01 (or 0x50FF01) is known color: Harlequin. HEX triplet: 50, FF and 01. RGB value is (80,255,1). Sum of RGB (Red+Green+Blue) = 80+255+1=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 255 (100% from 255 or 75.89% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 255 - color contains mainly: green. Hex color #50FF01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50FF01 is #AF00FE. Grayscale: #AEAEAE. Windows color (decimal): -11469055 or 130896. OLE color: 130896.
HSL color Cylindrical-coordinate representation of color #50FF01: hue angle of 101.34º 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 #50FF01 is Cyan = 0.69, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 1 | - |
| CMYK | 0.69 | 0 | 1.00 | 0 |
| HSL | 101.34º | 1% | 0.5% | - |
| HSV(B) | 101.34º | 1% | 1% | - |
| XYZ | 39.07 | 73.23 | 12.1 | - |
| YUV | 173.72 | 30.52 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 1 | 0.69 | 0 | 1.00 | 0 | 101.34 | 1 | 0.5 |
| Hex | 50 | FF | 1 | 45 | 0 | 64 | 0 | 65 | 64 | 32 |
| Octal | 120 | 377 | 1 | 105 | 0 | 144 | 0 | 145 | 144 | 62 |
| Binary | 1010000 | 11111111 | 1 | 1000101 | 0 | 1100100 | 0 | 1100101 | 1100100 | 110010 |
Color Harmonies of #50FF01
Complementary color
Monochromatic Colors of #50FF01
Black with #50FF01
Text Example
Text Example
White with #50FF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FF01; }
p { color: rgb(80,255,1); }
H1.HeaderClassName
{
color: #50FF01;
}
.AnyTagClassName
{
color: #50FF01;
}
</style>
background-color css
<style>
a { background-color: #50FF01; }
a { background-color: rgb(80,255,1); }
div.DivClassName
{
background-color: #50FF01;
}
.BgClassName
{
background-color: #50FF01;
}
</style>
border-color css
<style>
span { border-color: #50FF01; }
span { border-color: rgb(80,255,1); }
td.TdClassName
{
border-color: #50FF01;
}
.TagClassName
{
border-color: #50FF01;
}
</style>