Shades of Harlequin #41F417
Tints of Harlequin #41F417
RGB
CMYK
RGB Variations
Color information
#41F417 (or 0x41F417) is known color: Harlequin. HEX triplet: 41, F4 and 17. RGB value is (65,244,23). Sum of RGB (Red+Green+Blue) = 65+244+23=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 244 (95.70% from 255 or 73.49% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 244 - color contains mainly: green. Hex color #41F417 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F417 is #BE0BE8. Grayscale: #A5A5A5. Windows color (decimal): -12454889 or 1569857. OLE color: 1569857.
HSL color Cylindrical-coordinate representation of color #41F417: hue angle of 108.6º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41F417 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 244 | 23 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.04 |
| HSL | 108.6º | 0.91% | 0.52% | - |
| HSV(B) | 108.6º | 0.91% | 0.96% | - |
| XYZ | 34.69 | 65.89 | 11.7 | - |
| YUV | 165.29 | 47.7 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 244 | 23 | 0.73 | 0 | 0.91 | 0.04 | 108.6 | 0.91 | 0.52 |
| Hex | 41 | F4 | 17 | 49 | 0 | 5B | 4 | 6D | 5B | 34 |
| Octal | 101 | 364 | 27 | 111 | 0 | 133 | 4 | 155 | 133 | 64 |
| Binary | 1000001 | 11110100 | 10111 | 1001001 | 0 | 1011011 | 100 | 1101101 | 1011011 | 110100 |
Color Harmonies of #41F417
Complementary color
Monochromatic Colors of #41F417
Black with #41F417
Text Example
Text Example
White with #41F417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F417; }
p { color: rgb(65,244,23); }
H1.HeaderClassName
{
color: #41F417;
}
.AnyTagClassName
{
color: #41F417;
}
</style>
background-color css
<style>
a { background-color: #41F417; }
a { background-color: rgb(65,244,23); }
div.DivClassName
{
background-color: #41F417;
}
.BgClassName
{
background-color: #41F417;
}
</style>
border-color css
<style>
span { border-color: #41F417; }
span { border-color: rgb(65,244,23); }
td.TdClassName
{
border-color: #41F417;
}
.TagClassName
{
border-color: #41F417;
}
</style>