Shades of Harlequin #41FF10
Tints of Harlequin #41FF10
RGB
CMYK
RGB Variations
Color information
#41FF10 (or 0x41FF10) is known color: Harlequin. HEX triplet: 41, FF and 10. RGB value is (65,255,16). Sum of RGB (Red+Green+Blue) = 65+255+16=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 255 (100% from 255 or 75.89% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FF10 is #BE00EF. Grayscale: #ABABAB. Windows color (decimal): -12452080 or 1113921. OLE color: 1113921.
HSL color Cylindrical-coordinate representation of color #41FF10: hue angle of 107.7º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41FF10 is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 16 | - |
| CMYK | 0.75 | 0 | 0.94 | 0 |
| HSL | 107.7º | 1% | 0.53% | - |
| HSV(B) | 107.7º | 0.94% | 1% | - |
| XYZ | 38.03 | 72.68 | 12.51 | - |
| YUV | 170.94 | 40.55 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 16 | 0.75 | 0 | 0.94 | 0 | 107.7 | 1 | 0.53 |
| Hex | 41 | FF | 10 | 4B | 0 | 5E | 0 | 6C | 64 | 35 |
| Octal | 101 | 377 | 20 | 113 | 0 | 136 | 0 | 154 | 144 | 65 |
| Binary | 1000001 | 11111111 | 10000 | 1001011 | 0 | 1011110 | 0 | 1101100 | 1100100 | 110101 |
Color Harmonies of #41FF10
Complementary color
Monochromatic Colors of #41FF10
Black with #41FF10
Text Example
Text Example
White with #41FF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FF10; }
p { color: rgb(65,255,16); }
H1.HeaderClassName
{
color: #41FF10;
}
.AnyTagClassName
{
color: #41FF10;
}
</style>
background-color css
<style>
a { background-color: #41FF10; }
a { background-color: rgb(65,255,16); }
div.DivClassName
{
background-color: #41FF10;
}
.BgClassName
{
background-color: #41FF10;
}
</style>
border-color css
<style>
span { border-color: #41FF10; }
span { border-color: rgb(65,255,16); }
td.TdClassName
{
border-color: #41FF10;
}
.TagClassName
{
border-color: #41FF10;
}
</style>