Shades of Harlequin #41E215
Tints of Harlequin #41E215
RGB
CMYK
RGB Variations
Color information
#41E215 (or 0x41E215) is known color: Harlequin. HEX triplet: 41, E2 and 15. RGB value is (65,226,21). Sum of RGB (Red+Green+Blue) = 65+226+21=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 226 (88.67% from 255 or 72.44% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 226 - color contains mainly: green. Hex color #41E215 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41E215 is #BE1DEA. Grayscale: #9B9B9B. Windows color (decimal): -12459499 or 1434177. OLE color: 1434177.
HSL color Cylindrical-coordinate representation of color #41E215: hue angle of 107.12º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41E215 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 226 | 21 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.11 |
| HSL | 107.12º | 0.83% | 0.48% | - |
| HSV(B) | 107.12º | 0.91% | 0.89% | - |
| XYZ | 29.51 | 55.57 | 9.88 | - |
| YUV | 154.49 | 52.66 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 226 | 21 | 0.71 | 0 | 0.91 | 0.11 | 107.12 | 0.83 | 0.48 |
| Hex | 41 | E2 | 15 | 47 | 0 | 5B | B | 6B | 53 | 30 |
| Octal | 101 | 342 | 25 | 107 | 0 | 133 | 13 | 153 | 123 | 60 |
| Binary | 1000001 | 11100010 | 10101 | 1000111 | 0 | 1011011 | 1011 | 1101011 | 1010011 | 110000 |
Color Harmonies of #41E215
Complementary color
Monochromatic Colors of #41E215
Black with #41E215
Text Example
Text Example
White with #41E215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E215; }
p { color: rgb(65,226,21); }
H1.HeaderClassName
{
color: #41E215;
}
.AnyTagClassName
{
color: #41E215;
}
</style>
background-color css
<style>
a { background-color: #41E215; }
a { background-color: rgb(65,226,21); }
div.DivClassName
{
background-color: #41E215;
}
.BgClassName
{
background-color: #41E215;
}
</style>
border-color css
<style>
span { border-color: #41E215; }
span { border-color: rgb(65,226,21); }
td.TdClassName
{
border-color: #41E215;
}
.TagClassName
{
border-color: #41E215;
}
</style>