Shades of Harlequin #41E410
Tints of Harlequin #41E410
RGB
CMYK
RGB Variations
Color information
#41E410 (or 0x41E410) is known color: Harlequin. HEX triplet: 41, E4 and 10. RGB value is (65,228,16). Sum of RGB (Red+Green+Blue) = 65+228+16=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 228 (89.45% from 255 or 73.79% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 228 - color contains mainly: green. Hex color #41E410 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41E410 is #BE1BEF. Grayscale: #9B9B9B. Windows color (decimal): -12458992 or 1107009. OLE color: 1107009.
HSL color Cylindrical-coordinate representation of color #41E410: hue angle of 106.13º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #41E410 is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 228 | 16 | - |
| CMYK | 0.71 | 0 | 0.93 | 0.11 |
| HSL | 106.13º | 0.87% | 0.48% | - |
| HSV(B) | 106.13º | 0.93% | 0.89% | - |
| XYZ | 30.02 | 56.65 | 9.84 | - |
| YUV | 155.1 | 49.5 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 228 | 16 | 0.71 | 0 | 0.93 | 0.11 | 106.13 | 0.87 | 0.48 |
| Hex | 41 | E4 | 10 | 47 | 0 | 5D | B | 6A | 57 | 30 |
| Octal | 101 | 344 | 20 | 107 | 0 | 135 | 13 | 152 | 127 | 60 |
| Binary | 1000001 | 11100100 | 10000 | 1000111 | 0 | 1011101 | 1011 | 1101010 | 1010111 | 110000 |
Color Harmonies of #41E410
Complementary color
Monochromatic Colors of #41E410
Black with #41E410
Text Example
Text Example
White with #41E410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E410; }
p { color: rgb(65,228,16); }
H1.HeaderClassName
{
color: #41E410;
}
.AnyTagClassName
{
color: #41E410;
}
</style>
background-color css
<style>
a { background-color: #41E410; }
a { background-color: rgb(65,228,16); }
div.DivClassName
{
background-color: #41E410;
}
.BgClassName
{
background-color: #41E410;
}
</style>
border-color css
<style>
span { border-color: #41E410; }
span { border-color: rgb(65,228,16); }
td.TdClassName
{
border-color: #41E410;
}
.TagClassName
{
border-color: #41E410;
}
</style>