Shades of Harlequin #3FFE01
Tints of Harlequin #3FFE01
RGB
CMYK
RGB Variations
Color information
#3FFE01 (or 0x3FFE01) is known color: Harlequin. HEX triplet: 3F, FE and 01. RGB value is (63,254,1). Sum of RGB (Red+Green+Blue) = 63+254+1=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 254 (99.61% from 255 or 79.87% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFE01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFE01 is #C001FE. Grayscale: #A8A8A8. Windows color (decimal): -12583423 or 130623. OLE color: 130623.
HSL color Cylindrical-coordinate representation of color #3FFE01: hue angle of 105.3º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FFE01 is Cyan = 0.75, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 1 | - |
| CMYK | 0.75 | 0 | 1.00 | 0.00 |
| HSL | 105.3º | 0.99% | 0.5% | - |
| HSV(B) | 105.3º | 1% | 1% | - |
| XYZ | 37.5 | 71.94 | 11.94 | - |
| YUV | 168.05 | 33.72 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 1 | 0.75 | 0 | 1.00 | 0.00 | 105.3 | 0.99 | 0.5 |
| Hex | 3F | FE | 1 | 4B | 0 | 64 | 0 | 69 | 63 | 32 |
| Octal | 77 | 376 | 1 | 113 | 0 | 144 | 0 | 151 | 143 | 62 |
| Binary | 111111 | 11111110 | 1 | 1001011 | 0 | 1100100 | 0 | 1101001 | 1100011 | 110010 |
Color Harmonies of #3FFE01
Complementary color
Monochromatic Colors of #3FFE01
Black with #3FFE01
Text Example
Text Example
White with #3FFE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFE01; }
p { color: rgb(63,254,1); }
H1.HeaderClassName
{
color: #3FFE01;
}
.AnyTagClassName
{
color: #3FFE01;
}
</style>
background-color css
<style>
a { background-color: #3FFE01; }
a { background-color: rgb(63,254,1); }
div.DivClassName
{
background-color: #3FFE01;
}
.BgClassName
{
background-color: #3FFE01;
}
</style>
border-color css
<style>
span { border-color: #3FFE01; }
span { border-color: rgb(63,254,1); }
td.TdClassName
{
border-color: #3FFE01;
}
.TagClassName
{
border-color: #3FFE01;
}
</style>