Shades of Harlequin #41E902
Tints of Harlequin #41E902
RGB
CMYK
RGB Variations
Color information
#41E902 (or 0x41E902) is known color: Harlequin. HEX triplet: 41, E9 and 02. RGB value is (65,233,2). Sum of RGB (Red+Green+Blue) = 65+233+2=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 233 (91.41% from 255 or 77.67% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 233 - color contains mainly: green. Hex color #41E902 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41E902 is #BE16FD. Grayscale: #9D9D9D. Windows color (decimal): -12457726 or 190785. OLE color: 190785.
HSL color Cylindrical-coordinate representation of color #41E902: hue angle of 103.64º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41E902 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 233 | 2 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.09 |
| HSL | 103.64º | 0.98% | 0.46% | - |
| HSV(B) | 103.64º | 0.99% | 0.91% | - |
| XYZ | 31.33 | 59.41 | 9.87 | - |
| YUV | 156.43 | 40.84 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 233 | 2 | 0.72 | 0 | 0.99 | 0.09 | 103.64 | 0.98 | 0.46 |
| Hex | 41 | E9 | 2 | 48 | 0 | 63 | 9 | 68 | 62 | 2E |
| Octal | 101 | 351 | 2 | 110 | 0 | 143 | 11 | 150 | 142 | 56 |
| Binary | 1000001 | 11101001 | 10 | 1001000 | 0 | 1100011 | 1001 | 1101000 | 1100010 | 101110 |
Color Harmonies of #41E902
Complementary color
Monochromatic Colors of #41E902
Black with #41E902
Text Example
Text Example
White with #41E902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E902; }
p { color: rgb(65,233,2); }
H1.HeaderClassName
{
color: #41E902;
}
.AnyTagClassName
{
color: #41E902;
}
</style>
background-color css
<style>
a { background-color: #41E902; }
a { background-color: rgb(65,233,2); }
div.DivClassName
{
background-color: #41E902;
}
.BgClassName
{
background-color: #41E902;
}
</style>
border-color css
<style>
span { border-color: #41E902; }
span { border-color: rgb(65,233,2); }
td.TdClassName
{
border-color: #41E902;
}
.TagClassName
{
border-color: #41E902;
}
</style>