Shades of Harlequin #50FD01
Tints of Harlequin #50FD01
RGB
CMYK
RGB Variations
Color information
#50FD01 (or 0x50FD01) is known color: Harlequin. HEX triplet: 50, FD and 01. RGB value is (80,253,1). Sum of RGB (Red+Green+Blue) = 80+253+1=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 253 (99.22% from 255 or 75.75% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 253 - color contains mainly: green. Hex color #50FD01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50FD01 is #AF02FE. Grayscale: #ADADAD. Windows color (decimal): -11469567 or 130384. OLE color: 130384.
HSL color Cylindrical-coordinate representation of color #50FD01: hue angle of 101.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50FD01 is Cyan = 0.68, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 253 | 1 | - |
| CMYK | 0.68 | 0 | 1.00 | 0.01 |
| HSL | 101.19º | 0.99% | 0.5% | - |
| HSV(B) | 101.19º | 1% | 0.99% | - |
| XYZ | 38.44 | 71.96 | 11.89 | - |
| YUV | 172.55 | 31.19 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 253 | 1 | 0.68 | 0 | 1.00 | 0.01 | 101.19 | 0.99 | 0.5 |
| Hex | 50 | FD | 1 | 44 | 0 | 64 | 1 | 65 | 63 | 32 |
| Octal | 120 | 375 | 1 | 104 | 0 | 144 | 1 | 145 | 143 | 62 |
| Binary | 1010000 | 11111101 | 1 | 1000100 | 0 | 1100100 | 1 | 1100101 | 1100011 | 110010 |
Color Harmonies of #50FD01
Complementary color
Monochromatic Colors of #50FD01
Black with #50FD01
Text Example
Text Example
White with #50FD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FD01; }
p { color: rgb(80,253,1); }
H1.HeaderClassName
{
color: #50FD01;
}
.AnyTagClassName
{
color: #50FD01;
}
</style>
background-color css
<style>
a { background-color: #50FD01; }
a { background-color: rgb(80,253,1); }
div.DivClassName
{
background-color: #50FD01;
}
.BgClassName
{
background-color: #50FD01;
}
</style>
border-color css
<style>
span { border-color: #50FD01; }
span { border-color: rgb(80,253,1); }
td.TdClassName
{
border-color: #50FD01;
}
.TagClassName
{
border-color: #50FD01;
}
</style>