Shades of Harlequin #41FF1A
Tints of Harlequin #41FF1A
RGB
CMYK
RGB Variations
Color information
#41FF1A (or 0x41FF1A) is known color: Harlequin. HEX triplet: 41, FF and 1A. RGB value is (65,255,26). Sum of RGB (Red+Green+Blue) = 65+255+26=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 255 (100% from 255 or 73.70% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41FF1A is #BE00E5. Grayscale: #ACACAC. Windows color (decimal): -12452070 or 1769281. OLE color: 1769281.
HSL color Cylindrical-coordinate representation of color #41FF1A: hue angle of 109.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41FF1A is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 26 | - |
| CMYK | 0.75 | 0 | 0.90 | 0 |
| HSL | 109.78º | 1% | 0.55% | - |
| HSV(B) | 109.78º | 0.9% | 1% | - |
| XYZ | 38.13 | 72.72 | 13 | - |
| YUV | 172.08 | 45.55 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 26 | 0.75 | 0 | 0.90 | 0 | 109.78 | 1 | 0.55 |
| Hex | 41 | FF | 1A | 4B | 0 | 5A | 0 | 6E | 64 | 37 |
| Octal | 101 | 377 | 32 | 113 | 0 | 132 | 0 | 156 | 144 | 67 |
| Binary | 1000001 | 11111111 | 11010 | 1001011 | 0 | 1011010 | 0 | 1101110 | 1100100 | 110111 |
Color Harmonies of #41FF1A
Complementary color
Monochromatic Colors of #41FF1A
Black with #41FF1A
Text Example
Text Example
White with #41FF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FF1A; }
p { color: rgb(65,255,26); }
H1.HeaderClassName
{
color: #41FF1A;
}
.AnyTagClassName
{
color: #41FF1A;
}
</style>
background-color css
<style>
a { background-color: #41FF1A; }
a { background-color: rgb(65,255,26); }
div.DivClassName
{
background-color: #41FF1A;
}
.BgClassName
{
background-color: #41FF1A;
}
</style>
border-color css
<style>
span { border-color: #41FF1A; }
span { border-color: rgb(65,255,26); }
td.TdClassName
{
border-color: #41FF1A;
}
.TagClassName
{
border-color: #41FF1A;
}
</style>