Shades of Harlequin #41F920
Tints of Harlequin #41F920
RGB
CMYK
RGB Variations
Color information
#41F920 (or 0x41F920) is known color: Harlequin. HEX triplet: 41, F9 and 20. RGB value is (65,249,32). Sum of RGB (Red+Green+Blue) = 65+249+32=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 249 (97.66% from 255 or 71.97% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 249 - color contains mainly: green. Hex color #41F920 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F920 is #BE06DF. Grayscale: #A9A9A9. Windows color (decimal): -12453600 or 2160961. OLE color: 2160961.
HSL color Cylindrical-coordinate representation of color #41F920: hue angle of 110.88º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #41F920 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 249 | 32 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.02 |
| HSL | 110.88º | 0.95% | 0.55% | - |
| HSV(B) | 110.88º | 0.87% | 0.98% | - |
| XYZ | 36.32 | 68.98 | 12.77 | - |
| YUV | 169.25 | 50.54 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 249 | 32 | 0.74 | 0 | 0.87 | 0.02 | 110.88 | 0.95 | 0.55 |
| Hex | 41 | F9 | 20 | 4A | 0 | 57 | 2 | 6F | 5F | 37 |
| Octal | 101 | 371 | 40 | 112 | 0 | 127 | 2 | 157 | 137 | 67 |
| Binary | 1000001 | 11111001 | 100000 | 1001010 | 0 | 1010111 | 10 | 1101111 | 1011111 | 110111 |
Color Harmonies of #41F920
Complementary color
Monochromatic Colors of #41F920
Black with #41F920
Text Example
Text Example
White with #41F920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F920; }
p { color: rgb(65,249,32); }
H1.HeaderClassName
{
color: #41F920;
}
.AnyTagClassName
{
color: #41F920;
}
</style>
background-color css
<style>
a { background-color: #41F920; }
a { background-color: rgb(65,249,32); }
div.DivClassName
{
background-color: #41F920;
}
.BgClassName
{
background-color: #41F920;
}
</style>
border-color css
<style>
span { border-color: #41F920; }
span { border-color: rgb(65,249,32); }
td.TdClassName
{
border-color: #41F920;
}
.TagClassName
{
border-color: #41F920;
}
</style>