Shades of Harlequin #41E009
Tints of Harlequin #41E009
RGB
CMYK
RGB Variations
Color information
#41E009 (or 0x41E009) is known color: Harlequin. HEX triplet: 41, E0 and 09. RGB value is (65,224,9). Sum of RGB (Red+Green+Blue) = 65+224+9=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 224 (87.89% from 255 or 75.17% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 224 - color contains mainly: green. Hex color #41E009 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41E009 is #BE1FF6. Grayscale: #989898. Windows color (decimal): -12460023 or 647233. OLE color: 647233.
HSL color Cylindrical-coordinate representation of color #41E009: hue angle of 104.37º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41E009 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 224 | 9 | - |
| CMYK | 0.71 | 0 | 0.96 | 0.12 |
| HSL | 104.37º | 0.92% | 0.46% | - |
| HSV(B) | 104.37º | 0.96% | 0.88% | - |
| XYZ | 28.88 | 54.45 | 9.25 | - |
| YUV | 151.95 | 47.32 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 224 | 9 | 0.71 | 0 | 0.96 | 0.12 | 104.37 | 0.92 | 0.46 |
| Hex | 41 | E0 | 9 | 47 | 0 | 60 | C | 68 | 5C | 2E |
| Octal | 101 | 340 | 11 | 107 | 0 | 140 | 14 | 150 | 134 | 56 |
| Binary | 1000001 | 11100000 | 1001 | 1000111 | 0 | 1100000 | 1100 | 1101000 | 1011100 | 101110 |
Color Harmonies of #41E009
Complementary color
Monochromatic Colors of #41E009
Black with #41E009
Text Example
Text Example
White with #41E009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E009; }
p { color: rgb(65,224,9); }
H1.HeaderClassName
{
color: #41E009;
}
.AnyTagClassName
{
color: #41E009;
}
</style>
background-color css
<style>
a { background-color: #41E009; }
a { background-color: rgb(65,224,9); }
div.DivClassName
{
background-color: #41E009;
}
.BgClassName
{
background-color: #41E009;
}
</style>
border-color css
<style>
span { border-color: #41E009; }
span { border-color: rgb(65,224,9); }
td.TdClassName
{
border-color: #41E009;
}
.TagClassName
{
border-color: #41E009;
}
</style>