Shades of Harlequin #41E010
Tints of Harlequin #41E010
RGB
CMYK
RGB Variations
Color information
#41E010 (or 0x41E010) is known color: Harlequin. HEX triplet: 41, E0 and 10. RGB value is (65,224,16). Sum of RGB (Red+Green+Blue) = 65+224+16=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 224 (87.89% from 255 or 73.44% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 224 - color contains mainly: green. Hex color #41E010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41E010 is #BE1FEF. Grayscale: #999999. Windows color (decimal): -12460016 or 1105985. OLE color: 1105985.
HSL color Cylindrical-coordinate representation of color #41E010: hue angle of 105.87º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #41E010 is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 224 | 16 | - |
| CMYK | 0.71 | 0 | 0.93 | 0.12 |
| HSL | 105.87º | 0.87% | 0.47% | - |
| HSV(B) | 105.87º | 0.93% | 0.88% | - |
| XYZ | 28.93 | 54.47 | 9.48 | - |
| YUV | 152.75 | 50.82 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 224 | 16 | 0.71 | 0 | 0.93 | 0.12 | 105.87 | 0.87 | 0.47 |
| Hex | 41 | E0 | 10 | 47 | 0 | 5D | C | 6A | 57 | 2F |
| Octal | 101 | 340 | 20 | 107 | 0 | 135 | 14 | 152 | 127 | 57 |
| Binary | 1000001 | 11100000 | 10000 | 1000111 | 0 | 1011101 | 1100 | 1101010 | 1010111 | 101111 |
Color Harmonies of #41E010
Complementary color
Monochromatic Colors of #41E010
Black with #41E010
Text Example
Text Example
White with #41E010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E010; }
p { color: rgb(65,224,16); }
H1.HeaderClassName
{
color: #41E010;
}
.AnyTagClassName
{
color: #41E010;
}
</style>
background-color css
<style>
a { background-color: #41E010; }
a { background-color: rgb(65,224,16); }
div.DivClassName
{
background-color: #41E010;
}
.BgClassName
{
background-color: #41E010;
}
</style>
border-color css
<style>
span { border-color: #41E010; }
span { border-color: rgb(65,224,16); }
td.TdClassName
{
border-color: #41E010;
}
.TagClassName
{
border-color: #41E010;
}
</style>