Shades of Harlequin #41FF11
Tints of Harlequin #41FF11
RGB
CMYK
RGB Variations
Color information
#41FF11 (or 0x41FF11) is known color: Harlequin. HEX triplet: 41, FF and 11. RGB value is (65,255,17). Sum of RGB (Red+Green+Blue) = 65+255+17=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 255 (100% from 255 or 75.67% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FF11 is #BE00EE. Grayscale: #ABABAB. Windows color (decimal): -12452079 or 1179457. OLE color: 1179457.
HSL color Cylindrical-coordinate representation of color #41FF11: hue angle of 107.9º 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 #41FF11 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 17 | - |
| CMYK | 0.75 | 0 | 0.93 | 0 |
| HSL | 107.9º | 1% | 0.53% | - |
| HSV(B) | 107.9º | 0.93% | 1% | - |
| XYZ | 38.04 | 72.68 | 12.55 | - |
| YUV | 171.06 | 41.05 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 17 | 0.75 | 0 | 0.93 | 0 | 107.9 | 1 | 0.53 |
| Hex | 41 | FF | 11 | 4B | 0 | 5D | 0 | 6C | 64 | 35 |
| Octal | 101 | 377 | 21 | 113 | 0 | 135 | 0 | 154 | 144 | 65 |
| Binary | 1000001 | 11111111 | 10001 | 1001011 | 0 | 1011101 | 0 | 1101100 | 1100100 | 110101 |
Color Harmonies of #41FF11
Complementary color
Monochromatic Colors of #41FF11
Black with #41FF11
Text Example
Text Example
White with #41FF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FF11; }
p { color: rgb(65,255,17); }
H1.HeaderClassName
{
color: #41FF11;
}
.AnyTagClassName
{
color: #41FF11;
}
</style>
background-color css
<style>
a { background-color: #41FF11; }
a { background-color: rgb(65,255,17); }
div.DivClassName
{
background-color: #41FF11;
}
.BgClassName
{
background-color: #41FF11;
}
</style>
border-color css
<style>
span { border-color: #41FF11; }
span { border-color: rgb(65,255,17); }
td.TdClassName
{
border-color: #41FF11;
}
.TagClassName
{
border-color: #41FF11;
}
</style>