Shades of Harlequin #41E81A
Tints of Harlequin #41E81A
RGB
CMYK
RGB Variations
Color information
#41E81A (or 0x41E81A) is known color: Harlequin. HEX triplet: 41, E8 and 1A. RGB value is (65,232,26). Sum of RGB (Red+Green+Blue) = 65+232+26=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 232 (91.02% from 255 or 71.83% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 232 - color contains mainly: green. Hex color #41E81A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E81A is #BE17E5. Grayscale: #9F9F9F. Windows color (decimal): -12457958 or 1763393. OLE color: 1763393.
HSL color Cylindrical-coordinate representation of color #41E81A: hue angle of 108.64º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41E81A is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 232 | 26 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.09 |
| HSL | 108.64º | 0.82% | 0.51% | - |
| HSV(B) | 108.64º | 0.89% | 0.91% | - |
| XYZ | 31.22 | 58.91 | 10.7 | - |
| YUV | 158.58 | 53.17 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 232 | 26 | 0.72 | 0 | 0.89 | 0.09 | 108.64 | 0.82 | 0.51 |
| Hex | 41 | E8 | 1A | 48 | 0 | 59 | 9 | 6D | 52 | 33 |
| Octal | 101 | 350 | 32 | 110 | 0 | 131 | 11 | 155 | 122 | 63 |
| Binary | 1000001 | 11101000 | 11010 | 1001000 | 0 | 1011001 | 1001 | 1101101 | 1010010 | 110011 |
Color Harmonies of #41E81A
Complementary color
Monochromatic Colors of #41E81A
Black with #41E81A
Text Example
Text Example
White with #41E81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E81A; }
p { color: rgb(65,232,26); }
H1.HeaderClassName
{
color: #41E81A;
}
.AnyTagClassName
{
color: #41E81A;
}
</style>
background-color css
<style>
a { background-color: #41E81A; }
a { background-color: rgb(65,232,26); }
div.DivClassName
{
background-color: #41E81A;
}
.BgClassName
{
background-color: #41E81A;
}
</style>
border-color css
<style>
span { border-color: #41E81A; }
span { border-color: rgb(65,232,26); }
td.TdClassName
{
border-color: #41E81A;
}
.TagClassName
{
border-color: #41E81A;
}
</style>