Shades of Harlequin #41F618
Tints of Harlequin #41F618
RGB
CMYK
RGB Variations
Color information
#41F618 (or 0x41F618) is known color: Harlequin. HEX triplet: 41, F6 and 18. RGB value is (65,246,24). Sum of RGB (Red+Green+Blue) = 65+246+24=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 246 (96.48% from 255 or 73.43% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 246 - color contains mainly: green. Hex color #41F618 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F618 is #BE09E7. Grayscale: #A7A7A7. Windows color (decimal): -12454376 or 1635905. OLE color: 1635905.
HSL color Cylindrical-coordinate representation of color #41F618: hue angle of 108.92º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41F618 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 246 | 24 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.04 |
| HSL | 108.92º | 0.93% | 0.53% | - |
| HSV(B) | 108.92º | 0.9% | 0.96% | - |
| XYZ | 35.3 | 67.1 | 11.96 | - |
| YUV | 166.57 | 47.53 | 55.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 246 | 24 | 0.74 | 0 | 0.90 | 0.04 | 108.92 | 0.93 | 0.53 |
| Hex | 41 | F6 | 18 | 4A | 0 | 5A | 4 | 6D | 5C | 35 |
| Octal | 101 | 366 | 30 | 112 | 0 | 132 | 4 | 155 | 134 | 65 |
| Binary | 1000001 | 11110110 | 11000 | 1001010 | 0 | 1011010 | 100 | 1101101 | 1011100 | 110101 |
Color Harmonies of #41F618
Complementary color
Monochromatic Colors of #41F618
Black with #41F618
Text Example
Text Example
White with #41F618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F618; }
p { color: rgb(65,246,24); }
H1.HeaderClassName
{
color: #41F618;
}
.AnyTagClassName
{
color: #41F618;
}
</style>
background-color css
<style>
a { background-color: #41F618; }
a { background-color: rgb(65,246,24); }
div.DivClassName
{
background-color: #41F618;
}
.BgClassName
{
background-color: #41F618;
}
</style>
border-color css
<style>
span { border-color: #41F618; }
span { border-color: rgb(65,246,24); }
td.TdClassName
{
border-color: #41F618;
}
.TagClassName
{
border-color: #41F618;
}
</style>