Shades of Harlequin #41F017
Tints of Harlequin #41F017
RGB
CMYK
RGB Variations
Color information
#41F017 (or 0x41F017) is known color: Harlequin. HEX triplet: 41, F0 and 17. RGB value is (65,240,23). Sum of RGB (Red+Green+Blue) = 65+240+23=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 240 (94.14% from 255 or 73.17% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 240 - color contains mainly: green. Hex color #41F017 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F017 is #BE0FE8. Grayscale: #A3A3A3. Windows color (decimal): -12455913 or 1568833. OLE color: 1568833.
HSL color Cylindrical-coordinate representation of color #41F017: hue angle of 108.39º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41F017 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 240 | 23 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.06 |
| HSL | 108.39º | 0.88% | 0.52% | - |
| HSV(B) | 108.39º | 0.9% | 0.94% | - |
| XYZ | 33.49 | 63.51 | 11.3 | - |
| YUV | 162.94 | 49.02 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 240 | 23 | 0.73 | 0 | 0.90 | 0.06 | 108.39 | 0.88 | 0.52 |
| Hex | 41 | F0 | 17 | 49 | 0 | 5A | 6 | 6C | 58 | 34 |
| Octal | 101 | 360 | 27 | 111 | 0 | 132 | 6 | 154 | 130 | 64 |
| Binary | 1000001 | 11110000 | 10111 | 1001001 | 0 | 1011010 | 110 | 1101100 | 1011000 | 110100 |
Color Harmonies of #41F017
Complementary color
Monochromatic Colors of #41F017
Black with #41F017
Text Example
Text Example
White with #41F017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F017; }
p { color: rgb(65,240,23); }
H1.HeaderClassName
{
color: #41F017;
}
.AnyTagClassName
{
color: #41F017;
}
</style>
background-color css
<style>
a { background-color: #41F017; }
a { background-color: rgb(65,240,23); }
div.DivClassName
{
background-color: #41F017;
}
.BgClassName
{
background-color: #41F017;
}
</style>
border-color css
<style>
span { border-color: #41F017; }
span { border-color: rgb(65,240,23); }
td.TdClassName
{
border-color: #41F017;
}
.TagClassName
{
border-color: #41F017;
}
</style>