Shades of Harlequin #41FF09
Tints of Harlequin #41FF09
RGB
CMYK
RGB Variations
Color information
#41FF09 (or 0x41FF09) is known color: Harlequin. HEX triplet: 41, FF and 09. RGB value is (65,255,9). Sum of RGB (Red+Green+Blue) = 65+255+9=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 255 (100% from 255 or 77.51% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FF09 is #BE00F6. Grayscale: #AAAAAA. Windows color (decimal): -12452087 or 655169. OLE color: 655169.
HSL color Cylindrical-coordinate representation of color #41FF09: hue angle of 106.34º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41FF09 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 9 | - |
| CMYK | 0.75 | 0 | 0.96 | 0 |
| HSL | 106.34º | 1% | 0.52% | - |
| HSV(B) | 106.34º | 0.96% | 1% | - |
| XYZ | 37.99 | 72.66 | 12.28 | - |
| YUV | 170.15 | 37.05 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 9 | 0.75 | 0 | 0.96 | 0 | 106.34 | 1 | 0.52 |
| Hex | 41 | FF | 9 | 4B | 0 | 60 | 0 | 6A | 64 | 34 |
| Octal | 101 | 377 | 11 | 113 | 0 | 140 | 0 | 152 | 144 | 64 |
| Binary | 1000001 | 11111111 | 1001 | 1001011 | 0 | 1100000 | 0 | 1101010 | 1100100 | 110100 |
Color Harmonies of #41FF09
Complementary color
Monochromatic Colors of #41FF09
Black with #41FF09
Text Example
Text Example
White with #41FF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FF09; }
p { color: rgb(65,255,9); }
H1.HeaderClassName
{
color: #41FF09;
}
.AnyTagClassName
{
color: #41FF09;
}
</style>
background-color css
<style>
a { background-color: #41FF09; }
a { background-color: rgb(65,255,9); }
div.DivClassName
{
background-color: #41FF09;
}
.BgClassName
{
background-color: #41FF09;
}
</style>
border-color css
<style>
span { border-color: #41FF09; }
span { border-color: rgb(65,255,9); }
td.TdClassName
{
border-color: #41FF09;
}
.TagClassName
{
border-color: #41FF09;
}
</style>