Shades of Harlequin #41E502
Tints of Harlequin #41E502
RGB
CMYK
RGB Variations
Color information
#41E502 (or 0x41E502) is known color: Harlequin. HEX triplet: 41, E5 and 02. RGB value is (65,229,2). Sum of RGB (Red+Green+Blue) = 65+229+2=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 229 (89.84% from 255 or 77.36% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 229 - color contains mainly: green. Hex color #41E502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41E502 is #BE1AFD. Grayscale: #9A9A9A. Windows color (decimal): -12458750 or 189761. OLE color: 189761.
HSL color Cylindrical-coordinate representation of color #41E502: hue angle of 103.35º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41E502 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 229 | 2 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.10 |
| HSL | 103.35º | 0.98% | 0.45% | - |
| HSV(B) | 103.35º | 0.99% | 0.9% | - |
| XYZ | 30.21 | 57.17 | 9.5 | - |
| YUV | 154.09 | 42.17 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 229 | 2 | 0.72 | 0 | 0.99 | 0.10 | 103.35 | 0.98 | 0.45 |
| Hex | 41 | E5 | 2 | 48 | 0 | 63 | A | 67 | 62 | 2D |
| Octal | 101 | 345 | 2 | 110 | 0 | 143 | 12 | 147 | 142 | 55 |
| Binary | 1000001 | 11100101 | 10 | 1001000 | 0 | 1100011 | 1010 | 1100111 | 1100010 | 101101 |
Color Harmonies of #41E502
Complementary color
Monochromatic Colors of #41E502
Black with #41E502
Text Example
Text Example
White with #41E502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E502; }
p { color: rgb(65,229,2); }
H1.HeaderClassName
{
color: #41E502;
}
.AnyTagClassName
{
color: #41E502;
}
</style>
background-color css
<style>
a { background-color: #41E502; }
a { background-color: rgb(65,229,2); }
div.DivClassName
{
background-color: #41E502;
}
.BgClassName
{
background-color: #41E502;
}
</style>
border-color css
<style>
span { border-color: #41E502; }
span { border-color: rgb(65,229,2); }
td.TdClassName
{
border-color: #41E502;
}
.TagClassName
{
border-color: #41E502;
}
</style>