Shades of Harlequin #3FE501
Tints of Harlequin #3FE501
RGB
CMYK
RGB Variations
Color information
#3FE501 (or 0x3FE501) is known color: Harlequin. HEX triplet: 3F, E5 and 01. RGB value is (63,229,1). Sum of RGB (Red+Green+Blue) = 63+229+1=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 229 (89.84% from 255 or 78.16% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE501 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FE501 is #C01AFE. Grayscale: #9A9A9A. Windows color (decimal): -12589823 or 124223. OLE color: 124223.
HSL color Cylindrical-coordinate representation of color #3FE501: hue angle of 103.68º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FE501 is Cyan = 0.72, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 229 | 1 | - |
| CMYK | 0.72 | 0 | 1.00 | 0.10 |
| HSL | 103.68º | 0.99% | 0.45% | - |
| HSV(B) | 103.68º | 1% | 0.9% | - |
| XYZ | 30.07 | 57.1 | 9.46 | - |
| YUV | 153.37 | 42 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 229 | 1 | 0.72 | 0 | 1.00 | 0.10 | 103.68 | 0.99 | 0.45 |
| Hex | 3F | E5 | 1 | 48 | 0 | 64 | A | 68 | 63 | 2D |
| Octal | 77 | 345 | 1 | 110 | 0 | 144 | 12 | 150 | 143 | 55 |
| Binary | 111111 | 11100101 | 1 | 1001000 | 0 | 1100100 | 1010 | 1101000 | 1100011 | 101101 |
Color Harmonies of #3FE501
Complementary color
Monochromatic Colors of #3FE501
Black with #3FE501
Text Example
Text Example
White with #3FE501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE501; }
p { color: rgb(63,229,1); }
H1.HeaderClassName
{
color: #3FE501;
}
.AnyTagClassName
{
color: #3FE501;
}
</style>
background-color css
<style>
a { background-color: #3FE501; }
a { background-color: rgb(63,229,1); }
div.DivClassName
{
background-color: #3FE501;
}
.BgClassName
{
background-color: #3FE501;
}
</style>
border-color css
<style>
span { border-color: #3FE501; }
span { border-color: rgb(63,229,1); }
td.TdClassName
{
border-color: #3FE501;
}
.TagClassName
{
border-color: #3FE501;
}
</style>