Shades of Harlequin #41FF12
Tints of Harlequin #41FF12
RGB
CMYK
RGB Variations
Color information
#41FF12 (or 0x41FF12) is known color: Harlequin. HEX triplet: 41, FF and 12. RGB value is (65,255,18). Sum of RGB (Red+Green+Blue) = 65+255+18=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 255 (100% from 255 or 75.44% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FF12 is #BE00ED. Grayscale: #ABABAB. Windows color (decimal): -12452078 or 1244993. OLE color: 1244993.
HSL color Cylindrical-coordinate representation of color #41FF12: hue angle of 108.1º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #41FF12 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 18 | - |
| CMYK | 0.75 | 0 | 0.93 | 0 |
| HSL | 108.1º | 1% | 0.54% | - |
| HSV(B) | 108.1º | 0.93% | 1% | - |
| XYZ | 38.05 | 72.69 | 12.6 | - |
| YUV | 171.17 | 41.55 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 18 | 0.75 | 0 | 0.93 | 0 | 108.1 | 1 | 0.54 |
| Hex | 41 | FF | 12 | 4B | 0 | 5D | 0 | 6C | 64 | 36 |
| Octal | 101 | 377 | 22 | 113 | 0 | 135 | 0 | 154 | 144 | 66 |
| Binary | 1000001 | 11111111 | 10010 | 1001011 | 0 | 1011101 | 0 | 1101100 | 1100100 | 110110 |
Color Harmonies of #41FF12
Complementary color
Monochromatic Colors of #41FF12
Black with #41FF12
Text Example
Text Example
White with #41FF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FF12; }
p { color: rgb(65,255,18); }
H1.HeaderClassName
{
color: #41FF12;
}
.AnyTagClassName
{
color: #41FF12;
}
</style>
background-color css
<style>
a { background-color: #41FF12; }
a { background-color: rgb(65,255,18); }
div.DivClassName
{
background-color: #41FF12;
}
.BgClassName
{
background-color: #41FF12;
}
</style>
border-color css
<style>
span { border-color: #41FF12; }
span { border-color: rgb(65,255,18); }
td.TdClassName
{
border-color: #41FF12;
}
.TagClassName
{
border-color: #41FF12;
}
</style>