Shades of Harlequin #41F01C
Tints of Harlequin #41F01C
RGB
CMYK
RGB Variations
Color information
#41F01C (or 0x41F01C) is known color: Harlequin. HEX triplet: 41, F0 and 1C. RGB value is (65,240,28). Sum of RGB (Red+Green+Blue) = 65+240+28=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 240 (94.14% from 255 or 72.07% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 240 - color contains mainly: green. Hex color #41F01C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F01C is #BE0FE3. Grayscale: #A4A4A4. Windows color (decimal): -12455908 or 1896513. OLE color: 1896513.
HSL color Cylindrical-coordinate representation of color #41F01C: hue angle of 109.53º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41F01C is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 240 | 28 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.06 |
| HSL | 109.53º | 0.88% | 0.53% | - |
| HSV(B) | 109.53º | 0.88% | 0.94% | - |
| XYZ | 33.55 | 63.53 | 11.59 | - |
| YUV | 163.51 | 51.52 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 240 | 28 | 0.73 | 0 | 0.88 | 0.06 | 109.53 | 0.88 | 0.53 |
| Hex | 41 | F0 | 1C | 49 | 0 | 58 | 6 | 6E | 58 | 35 |
| Octal | 101 | 360 | 34 | 111 | 0 | 130 | 6 | 156 | 130 | 65 |
| Binary | 1000001 | 11110000 | 11100 | 1001001 | 0 | 1011000 | 110 | 1101110 | 1011000 | 110101 |
Color Harmonies of #41F01C
Complementary color
Monochromatic Colors of #41F01C
Black with #41F01C
Text Example
Text Example
White with #41F01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F01C; }
p { color: rgb(65,240,28); }
H1.HeaderClassName
{
color: #41F01C;
}
.AnyTagClassName
{
color: #41F01C;
}
</style>
background-color css
<style>
a { background-color: #41F01C; }
a { background-color: rgb(65,240,28); }
div.DivClassName
{
background-color: #41F01C;
}
.BgClassName
{
background-color: #41F01C;
}
</style>
border-color css
<style>
span { border-color: #41F01C; }
span { border-color: rgb(65,240,28); }
td.TdClassName
{
border-color: #41F01C;
}
.TagClassName
{
border-color: #41F01C;
}
</style>