Shades of Harlequin #41F41C
Tints of Harlequin #41F41C
RGB
CMYK
RGB Variations
Color information
#41F41C (or 0x41F41C) is known color: Harlequin. HEX triplet: 41, F4 and 1C. RGB value is (65,244,28). Sum of RGB (Red+Green+Blue) = 65+244+28=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 244 (95.70% from 255 or 72.40% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 244 - color contains mainly: green. Hex color #41F41C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F41C is #BE0BE3. Grayscale: #A6A6A6. Windows color (decimal): -12454884 or 1897537. OLE color: 1897537.
HSL color Cylindrical-coordinate representation of color #41F41C: hue angle of 109.72º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41F41C is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 244 | 28 | - |
| CMYK | 0.73 | 0 | 0.89 | 0.04 |
| HSL | 109.72º | 0.91% | 0.53% | - |
| HSV(B) | 109.72º | 0.89% | 0.96% | - |
| XYZ | 34.74 | 65.91 | 11.99 | - |
| YUV | 165.86 | 50.2 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 244 | 28 | 0.73 | 0 | 0.89 | 0.04 | 109.72 | 0.91 | 0.53 |
| Hex | 41 | F4 | 1C | 49 | 0 | 59 | 4 | 6E | 5B | 35 |
| Octal | 101 | 364 | 34 | 111 | 0 | 131 | 4 | 156 | 133 | 65 |
| Binary | 1000001 | 11110100 | 11100 | 1001001 | 0 | 1011001 | 100 | 1101110 | 1011011 | 110101 |
Color Harmonies of #41F41C
Complementary color
Monochromatic Colors of #41F41C
Black with #41F41C
Text Example
Text Example
White with #41F41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F41C; }
p { color: rgb(65,244,28); }
H1.HeaderClassName
{
color: #41F41C;
}
.AnyTagClassName
{
color: #41F41C;
}
</style>
background-color css
<style>
a { background-color: #41F41C; }
a { background-color: rgb(65,244,28); }
div.DivClassName
{
background-color: #41F41C;
}
.BgClassName
{
background-color: #41F41C;
}
</style>
border-color css
<style>
span { border-color: #41F41C; }
span { border-color: rgb(65,244,28); }
td.TdClassName
{
border-color: #41F41C;
}
.TagClassName
{
border-color: #41F41C;
}
</style>