Shades of Harlequin #41E102
Tints of Harlequin #41E102
RGB
CMYK
RGB Variations
Color information
#41E102 (or 0x41E102) is known color: Harlequin. HEX triplet: 41, E1 and 02. RGB value is (65,225,2). Sum of RGB (Red+Green+Blue) = 65+225+2=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 225 (88.28% from 255 or 77.05% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 225 - color contains mainly: green. Hex color #41E102 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41E102 is #BE1EFD. Grayscale: #989898. Windows color (decimal): -12459774 or 188737. OLE color: 188737.
HSL color Cylindrical-coordinate representation of color #41E102: hue angle of 103.05º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41E102 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 225 | 2 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.12 |
| HSL | 103.05º | 0.98% | 0.45% | - |
| HSV(B) | 103.05º | 0.99% | 0.88% | - |
| XYZ | 29.12 | 54.98 | 9.13 | - |
| YUV | 151.74 | 43.49 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 225 | 2 | 0.71 | 0 | 0.99 | 0.12 | 103.05 | 0.98 | 0.45 |
| Hex | 41 | E1 | 2 | 47 | 0 | 63 | C | 67 | 62 | 2D |
| Octal | 101 | 341 | 2 | 107 | 0 | 143 | 14 | 147 | 142 | 55 |
| Binary | 1000001 | 11100001 | 10 | 1000111 | 0 | 1100011 | 1100 | 1100111 | 1100010 | 101101 |
Color Harmonies of #41E102
Complementary color
Monochromatic Colors of #41E102
Black with #41E102
Text Example
Text Example
White with #41E102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E102; }
p { color: rgb(65,225,2); }
H1.HeaderClassName
{
color: #41E102;
}
.AnyTagClassName
{
color: #41E102;
}
</style>
background-color css
<style>
a { background-color: #41E102; }
a { background-color: rgb(65,225,2); }
div.DivClassName
{
background-color: #41E102;
}
.BgClassName
{
background-color: #41E102;
}
</style>
border-color css
<style>
span { border-color: #41E102; }
span { border-color: rgb(65,225,2); }
td.TdClassName
{
border-color: #41E102;
}
.TagClassName
{
border-color: #41E102;
}
</style>