Shades of Harlequin #3FFF11
Tints of Harlequin #3FFF11
RGB
CMYK
RGB Variations
Color information
#3FFF11 (or 0x3FFF11) is known color: Harlequin. HEX triplet: 3F, FF and 11. RGB value is (63,255,17). Sum of RGB (Red+Green+Blue) = 63+255+17=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 255 (100% from 255 or 76.12% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFF11 is #C000EE. Grayscale: #ABABAB. Windows color (decimal): -12583151 or 1179455. OLE color: 1179455.
HSL color Cylindrical-coordinate representation of color #3FFF11: hue angle of 108.4º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3FFF11 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 17 | - |
| CMYK | 0.75 | 0 | 0.93 | 0 |
| HSL | 108.4º | 1% | 0.53% | - |
| HSV(B) | 108.4º | 0.93% | 1% | - |
| XYZ | 37.91 | 72.62 | 12.55 | - |
| YUV | 170.46 | 41.39 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 17 | 0.75 | 0 | 0.93 | 0 | 108.4 | 1 | 0.53 |
| Hex | 3F | FF | 11 | 4B | 0 | 5D | 0 | 6C | 64 | 35 |
| Octal | 77 | 377 | 21 | 113 | 0 | 135 | 0 | 154 | 144 | 65 |
| Binary | 111111 | 11111111 | 10001 | 1001011 | 0 | 1011101 | 0 | 1101100 | 1100100 | 110101 |
Color Harmonies of #3FFF11
Complementary color
Monochromatic Colors of #3FFF11
Black with #3FFF11
Text Example
Text Example
White with #3FFF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF11; }
p { color: rgb(63,255,17); }
H1.HeaderClassName
{
color: #3FFF11;
}
.AnyTagClassName
{
color: #3FFF11;
}
</style>
background-color css
<style>
a { background-color: #3FFF11; }
a { background-color: rgb(63,255,17); }
div.DivClassName
{
background-color: #3FFF11;
}
.BgClassName
{
background-color: #3FFF11;
}
</style>
border-color css
<style>
span { border-color: #3FFF11; }
span { border-color: rgb(63,255,17); }
td.TdClassName
{
border-color: #3FFF11;
}
.TagClassName
{
border-color: #3FFF11;
}
</style>