Shades of Harlequin #41E601
Tints of Harlequin #41E601
RGB
CMYK
RGB Variations
Color information
#41E601 (or 0x41E601) is known color: Harlequin. HEX triplet: 41, E6 and 01. RGB value is (65,230,1). Sum of RGB (Red+Green+Blue) = 65+230+1=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 230 (90.23% from 255 or 77.70% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 230 - color contains mainly: green. Hex color #41E601 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41E601 is #BE19FE. Grayscale: #9B9B9B. Windows color (decimal): -12458495 or 124481. OLE color: 124481.
HSL color Cylindrical-coordinate representation of color #41E601: hue angle of 103.23º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41E601 is Cyan = 0.72, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 230 | 1 | - |
| CMYK | 0.72 | 0 | 1.00 | 0.10 |
| HSL | 103.23º | 0.99% | 0.45% | - |
| HSV(B) | 103.23º | 1% | 0.9% | - |
| XYZ | 30.48 | 57.72 | 9.56 | - |
| YUV | 154.56 | 41.34 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 230 | 1 | 0.72 | 0 | 1.00 | 0.10 | 103.23 | 0.99 | 0.45 |
| Hex | 41 | E6 | 1 | 48 | 0 | 64 | A | 67 | 63 | 2D |
| Octal | 101 | 346 | 1 | 110 | 0 | 144 | 12 | 147 | 143 | 55 |
| Binary | 1000001 | 11100110 | 1 | 1001000 | 0 | 1100100 | 1010 | 1100111 | 1100011 | 101101 |
Color Harmonies of #41E601
Complementary color
Monochromatic Colors of #41E601
Black with #41E601
Text Example
Text Example
White with #41E601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E601; }
p { color: rgb(65,230,1); }
H1.HeaderClassName
{
color: #41E601;
}
.AnyTagClassName
{
color: #41E601;
}
</style>
background-color css
<style>
a { background-color: #41E601; }
a { background-color: rgb(65,230,1); }
div.DivClassName
{
background-color: #41E601;
}
.BgClassName
{
background-color: #41E601;
}
</style>
border-color css
<style>
span { border-color: #41E601; }
span { border-color: rgb(65,230,1); }
td.TdClassName
{
border-color: #41E601;
}
.TagClassName
{
border-color: #41E601;
}
</style>