Shades of Harlequin #41E416
Tints of Harlequin #41E416
RGB
CMYK
RGB Variations
Color information
#41E416 (or 0x41E416) is known color: Harlequin. HEX triplet: 41, E4 and 16. RGB value is (65,228,22). Sum of RGB (Red+Green+Blue) = 65+228+22=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 228 (89.45% from 255 or 72.38% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 228 - color contains mainly: green. Hex color #41E416 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41E416 is #BE1BE9. Grayscale: #9C9C9C. Windows color (decimal): -12458986 or 1500225. OLE color: 1500225.
HSL color Cylindrical-coordinate representation of color #41E416: hue angle of 107.48º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41E416 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 228 | 22 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.11 |
| HSL | 107.48º | 0.82% | 0.49% | - |
| HSV(B) | 107.48º | 0.9% | 0.89% | - |
| XYZ | 30.07 | 56.67 | 10.11 | - |
| YUV | 155.78 | 52.5 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 228 | 22 | 0.71 | 0 | 0.90 | 0.11 | 107.48 | 0.82 | 0.49 |
| Hex | 41 | E4 | 16 | 47 | 0 | 5A | B | 6B | 52 | 31 |
| Octal | 101 | 344 | 26 | 107 | 0 | 132 | 13 | 153 | 122 | 61 |
| Binary | 1000001 | 11100100 | 10110 | 1000111 | 0 | 1011010 | 1011 | 1101011 | 1010010 | 110001 |
Color Harmonies of #41E416
Complementary color
Monochromatic Colors of #41E416
Black with #41E416
Text Example
Text Example
White with #41E416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E416; }
p { color: rgb(65,228,22); }
H1.HeaderClassName
{
color: #41E416;
}
.AnyTagClassName
{
color: #41E416;
}
</style>
background-color css
<style>
a { background-color: #41E416; }
a { background-color: rgb(65,228,22); }
div.DivClassName
{
background-color: #41E416;
}
.BgClassName
{
background-color: #41E416;
}
</style>
border-color css
<style>
span { border-color: #41E416; }
span { border-color: rgb(65,228,22); }
td.TdClassName
{
border-color: #41E416;
}
.TagClassName
{
border-color: #41E416;
}
</style>