Shades of Harlequin #41FF00
Tints of Harlequin #41FF00
RGB
CMYK
RGB Variations
Color information
#41FF00 (or 0x41FF00) is known color: Harlequin. HEX triplet: 41, FF and 00. RGB value is (65,255,0). Sum of RGB (Red+Green+Blue) = 65+255+0=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 255 (100% from 255 or 79.69% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FF00 is #BE00FF. Grayscale: #A9A9A9. Windows color (decimal): -12452096 or 65345. OLE color: 65345.
HSL color Cylindrical-coordinate representation of color #41FF00: hue angle of 104.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41FF00 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0 |
| HSL | 104.71º | 1% | 0.5% | - |
| HSV(B) | 104.71º | 1% | 1% | - |
| XYZ | 37.94 | 72.64 | 12.02 | - |
| YUV | 169.12 | 32.55 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 0 | 0.75 | 0 | 1 | 0 | 104.71 | 1 | 0.5 |
| Hex | 41 | FF | 0 | 4B | 0 | 64 | 0 | 69 | 64 | 32 |
| Octal | 101 | 377 | 0 | 113 | 0 | 144 | 0 | 151 | 144 | 62 |
| Binary | 1000001 | 11111111 | 0 | 1001011 | 0 | 1100100 | 0 | 1101001 | 1100100 | 110010 |
Color Harmonies of #41FF00
Complementary color
Monochromatic Colors of #41FF00
Black with #41FF00
Text Example
Text Example
White with #41FF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FF00; }
p { color: rgb(65,255,0); }
H1.HeaderClassName
{
color: #41FF00;
}
.AnyTagClassName
{
color: #41FF00;
}
</style>
background-color css
<style>
a { background-color: #41FF00; }
a { background-color: rgb(65,255,0); }
div.DivClassName
{
background-color: #41FF00;
}
.BgClassName
{
background-color: #41FF00;
}
</style>
border-color css
<style>
span { border-color: #41FF00; }
span { border-color: rgb(65,255,0); }
td.TdClassName
{
border-color: #41FF00;
}
.TagClassName
{
border-color: #41FF00;
}
</style>