Shades of Harlequin #3FE701
Tints of Harlequin #3FE701
RGB
CMYK
RGB Variations
Color information
#3FE701 (or 0x3FE701) is known color: Harlequin. HEX triplet: 3F, E7 and 01. RGB value is (63,231,1). Sum of RGB (Red+Green+Blue) = 63+231+1=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 231 (90.62% from 255 or 78.31% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE701 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FE701 is #C018FE. Grayscale: #9B9B9B. Windows color (decimal): -12589311 or 124735. OLE color: 124735.
HSL color Cylindrical-coordinate representation of color #3FE701: hue angle of 103.83º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FE701 is Cyan = 0.73, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 231 | 1 | - |
| CMYK | 0.73 | 0 | 1.00 | 0.09 |
| HSL | 103.83º | 0.99% | 0.45% | - |
| HSV(B) | 103.83º | 1% | 0.91% | - |
| XYZ | 30.63 | 58.21 | 9.65 | - |
| YUV | 154.55 | 41.34 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 231 | 1 | 0.73 | 0 | 1.00 | 0.09 | 103.83 | 0.99 | 0.45 |
| Hex | 3F | E7 | 1 | 49 | 0 | 64 | 9 | 68 | 63 | 2D |
| Octal | 77 | 347 | 1 | 111 | 0 | 144 | 11 | 150 | 143 | 55 |
| Binary | 111111 | 11100111 | 1 | 1001001 | 0 | 1100100 | 1001 | 1101000 | 1100011 | 101101 |
Color Harmonies of #3FE701
Complementary color
Monochromatic Colors of #3FE701
Black with #3FE701
Text Example
Text Example
White with #3FE701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE701; }
p { color: rgb(63,231,1); }
H1.HeaderClassName
{
color: #3FE701;
}
.AnyTagClassName
{
color: #3FE701;
}
</style>
background-color css
<style>
a { background-color: #3FE701; }
a { background-color: rgb(63,231,1); }
div.DivClassName
{
background-color: #3FE701;
}
.BgClassName
{
background-color: #3FE701;
}
</style>
border-color css
<style>
span { border-color: #3FE701; }
span { border-color: rgb(63,231,1); }
td.TdClassName
{
border-color: #3FE701;
}
.TagClassName
{
border-color: #3FE701;
}
</style>