Shades of Harlequin #41E101
Tints of Harlequin #41E101
RGB
CMYK
RGB Variations
Color information
#41E101 (or 0x41E101) is known color: Harlequin. HEX triplet: 41, E1 and 01. RGB value is (65,225,1). Sum of RGB (Red+Green+Blue) = 65+225+1=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 225 (88.28% from 255 or 77.32% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 225 - color contains mainly: green. Hex color #41E101 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41E101 is #BE1EFE. Grayscale: #989898. Windows color (decimal): -12459775 or 123201. OLE color: 123201.
HSL color Cylindrical-coordinate representation of color #41E101: hue angle of 102.86º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41E101 is Cyan = 0.71, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 225 | 1 | - |
| CMYK | 0.71 | 0 | 1.00 | 0.12 |
| HSL | 102.86º | 0.99% | 0.44% | - |
| HSV(B) | 102.86º | 1% | 0.88% | - |
| XYZ | 29.11 | 54.98 | 9.11 | - |
| YUV | 151.62 | 42.99 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 225 | 1 | 0.71 | 0 | 1.00 | 0.12 | 102.86 | 0.99 | 0.44 |
| Hex | 41 | E1 | 1 | 47 | 0 | 64 | C | 67 | 63 | 2C |
| Octal | 101 | 341 | 1 | 107 | 0 | 144 | 14 | 147 | 143 | 54 |
| Binary | 1000001 | 11100001 | 1 | 1000111 | 0 | 1100100 | 1100 | 1100111 | 1100011 | 101100 |
Color Harmonies of #41E101
Complementary color
Monochromatic Colors of #41E101
Black with #41E101
Text Example
Text Example
White with #41E101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E101; }
p { color: rgb(65,225,1); }
H1.HeaderClassName
{
color: #41E101;
}
.AnyTagClassName
{
color: #41E101;
}
</style>
background-color css
<style>
a { background-color: #41E101; }
a { background-color: rgb(65,225,1); }
div.DivClassName
{
background-color: #41E101;
}
.BgClassName
{
background-color: #41E101;
}
</style>
border-color css
<style>
span { border-color: #41E101; }
span { border-color: rgb(65,225,1); }
td.TdClassName
{
border-color: #41E101;
}
.TagClassName
{
border-color: #41E101;
}
</style>