Shades of Harlequin #41E203
Tints of Harlequin #41E203
RGB
CMYK
RGB Variations
Color information
#41E203 (or 0x41E203) is known color: Harlequin. HEX triplet: 41, E2 and 03. RGB value is (65,226,3). Sum of RGB (Red+Green+Blue) = 65+226+3=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 226 (88.67% from 255 or 76.87% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 226 - color contains mainly: green. Hex color #41E203 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41E203 is #BE1DFC. Grayscale: #999999. Windows color (decimal): -12459517 or 254529. OLE color: 254529.
HSL color Cylindrical-coordinate representation of color #41E203: hue angle of 103.32º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41E203 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 226 | 3 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.11 |
| HSL | 103.32º | 0.97% | 0.45% | - |
| HSV(B) | 103.32º | 0.99% | 0.89% | - |
| XYZ | 29.39 | 55.52 | 9.25 | - |
| YUV | 152.44 | 43.66 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 226 | 3 | 0.71 | 0 | 0.99 | 0.11 | 103.32 | 0.97 | 0.45 |
| Hex | 41 | E2 | 3 | 47 | 0 | 63 | B | 67 | 61 | 2D |
| Octal | 101 | 342 | 3 | 107 | 0 | 143 | 13 | 147 | 141 | 55 |
| Binary | 1000001 | 11100010 | 11 | 1000111 | 0 | 1100011 | 1011 | 1100111 | 1100001 | 101101 |
Color Harmonies of #41E203
Complementary color
Monochromatic Colors of #41E203
Black with #41E203
Text Example
Text Example
White with #41E203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E203; }
p { color: rgb(65,226,3); }
H1.HeaderClassName
{
color: #41E203;
}
.AnyTagClassName
{
color: #41E203;
}
</style>
background-color css
<style>
a { background-color: #41E203; }
a { background-color: rgb(65,226,3); }
div.DivClassName
{
background-color: #41E203;
}
.BgClassName
{
background-color: #41E203;
}
</style>
border-color css
<style>
span { border-color: #41E203; }
span { border-color: rgb(65,226,3); }
td.TdClassName
{
border-color: #41E203;
}
.TagClassName
{
border-color: #41E203;
}
</style>