Shades of Harlequin #41FE0F
Tints of Harlequin #41FE0F
RGB
CMYK
RGB Variations
Color information
#41FE0F (or 0x41FE0F) is known color: Harlequin. HEX triplet: 41, FE and 0F. RGB value is (65,254,15). Sum of RGB (Red+Green+Blue) = 65+254+15=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 254 (99.61% from 255 or 76.05% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 254 - color contains mainly: green. Hex color #41FE0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FE0F is #BE01F0. Grayscale: #ABABAB. Windows color (decimal): -12452337 or 1048129. OLE color: 1048129.
HSL color Cylindrical-coordinate representation of color #41FE0F: hue angle of 107.45º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41FE0F is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 254 | 15 | - |
| CMYK | 0.74 | 0 | 0.94 | 0.00 |
| HSL | 107.45º | 0.99% | 0.53% | - |
| HSV(B) | 107.45º | 0.94% | 1% | - |
| XYZ | 37.71 | 72.04 | 12.37 | - |
| YUV | 170.24 | 40.38 | 52.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 254 | 15 | 0.74 | 0 | 0.94 | 0.00 | 107.45 | 0.99 | 0.53 |
| Hex | 41 | FE | F | 4A | 0 | 5E | 0 | 6B | 63 | 35 |
| Octal | 101 | 376 | 17 | 112 | 0 | 136 | 0 | 153 | 143 | 65 |
| Binary | 1000001 | 11111110 | 1111 | 1001010 | 0 | 1011110 | 0 | 1101011 | 1100011 | 110101 |
Color Harmonies of #41FE0F
Complementary color
Monochromatic Colors of #41FE0F
Black with #41FE0F
Text Example
Text Example
White with #41FE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FE0F; }
p { color: rgb(65,254,15); }
H1.HeaderClassName
{
color: #41FE0F;
}
.AnyTagClassName
{
color: #41FE0F;
}
</style>
background-color css
<style>
a { background-color: #41FE0F; }
a { background-color: rgb(65,254,15); }
div.DivClassName
{
background-color: #41FE0F;
}
.BgClassName
{
background-color: #41FE0F;
}
</style>
border-color css
<style>
span { border-color: #41FE0F; }
span { border-color: rgb(65,254,15); }
td.TdClassName
{
border-color: #41FE0F;
}
.TagClassName
{
border-color: #41FE0F;
}
</style>