Shades of Harlequin #3FFE11
Tints of Harlequin #3FFE11
RGB
CMYK
RGB Variations
Color information
#3FFE11 (or 0x3FFE11) is known color: Harlequin. HEX triplet: 3F, FE and 11. RGB value is (63,254,17). Sum of RGB (Red+Green+Blue) = 63+254+17=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 254 (99.61% from 255 or 76.05% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFE11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFE11 is #C001EE. Grayscale: #AAAAAA. Windows color (decimal): -12583407 or 1179199. OLE color: 1179199.
HSL color Cylindrical-coordinate representation of color #3FFE11: hue angle of 108.35º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3FFE11 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 17 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.00 |
| HSL | 108.35º | 0.99% | 0.53% | - |
| HSV(B) | 108.35º | 0.93% | 1% | - |
| XYZ | 37.59 | 71.98 | 12.44 | - |
| YUV | 169.87 | 41.72 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 17 | 0.75 | 0 | 0.93 | 0.00 | 108.35 | 0.99 | 0.53 |
| Hex | 3F | FE | 11 | 4B | 0 | 5D | 0 | 6C | 63 | 35 |
| Octal | 77 | 376 | 21 | 113 | 0 | 135 | 0 | 154 | 143 | 65 |
| Binary | 111111 | 11111110 | 10001 | 1001011 | 0 | 1011101 | 0 | 1101100 | 1100011 | 110101 |
Color Harmonies of #3FFE11
Complementary color
Monochromatic Colors of #3FFE11
Black with #3FFE11
Text Example
Text Example
White with #3FFE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFE11; }
p { color: rgb(63,254,17); }
H1.HeaderClassName
{
color: #3FFE11;
}
.AnyTagClassName
{
color: #3FFE11;
}
</style>
background-color css
<style>
a { background-color: #3FFE11; }
a { background-color: rgb(63,254,17); }
div.DivClassName
{
background-color: #3FFE11;
}
.BgClassName
{
background-color: #3FFE11;
}
</style>
border-color css
<style>
span { border-color: #3FFE11; }
span { border-color: rgb(63,254,17); }
td.TdClassName
{
border-color: #3FFE11;
}
.TagClassName
{
border-color: #3FFE11;
}
</style>