Shades of Harlequin #3FEF01
Tints of Harlequin #3FEF01
RGB
CMYK
RGB Variations
Color information
#3FEF01 (or 0x3FEF01) is known color: Harlequin. HEX triplet: 3F, EF and 01. RGB value is (63,239,1). Sum of RGB (Red+Green+Blue) = 63+239+1=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 239 (93.75% from 255 or 78.88% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEF01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEF01 is #C010FE. Grayscale: #A0A0A0. Windows color (decimal): -12587263 or 126783. OLE color: 126783.
HSL color Cylindrical-coordinate representation of color #3FEF01: hue angle of 104.37º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FEF01 is Cyan = 0.74, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 1 | - |
| CMYK | 0.74 | 0 | 1.00 | 0.06 |
| HSL | 104.37º | 0.99% | 0.47% | - |
| HSV(B) | 104.37º | 1% | 0.94% | - |
| XYZ | 32.92 | 62.79 | 10.41 | - |
| YUV | 159.24 | 38.69 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 1 | 0.74 | 0 | 1.00 | 0.06 | 104.37 | 0.99 | 0.47 |
| Hex | 3F | EF | 1 | 4A | 0 | 64 | 6 | 68 | 63 | 2F |
| Octal | 77 | 357 | 1 | 112 | 0 | 144 | 6 | 150 | 143 | 57 |
| Binary | 111111 | 11101111 | 1 | 1001010 | 0 | 1100100 | 110 | 1101000 | 1100011 | 101111 |
Color Harmonies of #3FEF01
Complementary color
Monochromatic Colors of #3FEF01
Black with #3FEF01
Text Example
Text Example
White with #3FEF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEF01; }
p { color: rgb(63,239,1); }
H1.HeaderClassName
{
color: #3FEF01;
}
.AnyTagClassName
{
color: #3FEF01;
}
</style>
background-color css
<style>
a { background-color: #3FEF01; }
a { background-color: rgb(63,239,1); }
div.DivClassName
{
background-color: #3FEF01;
}
.BgClassName
{
background-color: #3FEF01;
}
</style>
border-color css
<style>
span { border-color: #3FEF01; }
span { border-color: rgb(63,239,1); }
td.TdClassName
{
border-color: #3FEF01;
}
.TagClassName
{
border-color: #3FEF01;
}
</style>