Shades of Harlequin #41FF14
Tints of Harlequin #41FF14
RGB
CMYK
RGB Variations
Color information
#41FF14 (or 0x41FF14) is known color: Harlequin. HEX triplet: 41, FF and 14. RGB value is (65,255,20). Sum of RGB (Red+Green+Blue) = 65+255+20=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 255 (100% from 255 or 75% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FF14 is #BE00EB. Grayscale: #ACACAC. Windows color (decimal): -12452076 or 1376065. OLE color: 1376065.
HSL color Cylindrical-coordinate representation of color #41FF14: hue angle of 108.51º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41FF14 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 20 | - |
| CMYK | 0.75 | 0 | 0.92 | 0 |
| HSL | 108.51º | 1% | 0.54% | - |
| HSV(B) | 108.51º | 0.92% | 1% | - |
| XYZ | 38.07 | 72.69 | 12.69 | - |
| YUV | 171.4 | 42.55 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 20 | 0.75 | 0 | 0.92 | 0 | 108.51 | 1 | 0.54 |
| Hex | 41 | FF | 14 | 4B | 0 | 5C | 0 | 6D | 64 | 36 |
| Octal | 101 | 377 | 24 | 113 | 0 | 134 | 0 | 155 | 144 | 66 |
| Binary | 1000001 | 11111111 | 10100 | 1001011 | 0 | 1011100 | 0 | 1101101 | 1100100 | 110110 |
Color Harmonies of #41FF14
Complementary color
Monochromatic Colors of #41FF14
Black with #41FF14
Text Example
Text Example
White with #41FF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FF14; }
p { color: rgb(65,255,20); }
H1.HeaderClassName
{
color: #41FF14;
}
.AnyTagClassName
{
color: #41FF14;
}
</style>
background-color css
<style>
a { background-color: #41FF14; }
a { background-color: rgb(65,255,20); }
div.DivClassName
{
background-color: #41FF14;
}
.BgClassName
{
background-color: #41FF14;
}
</style>
border-color css
<style>
span { border-color: #41FF14; }
span { border-color: rgb(65,255,20); }
td.TdClassName
{
border-color: #41FF14;
}
.TagClassName
{
border-color: #41FF14;
}
</style>