Shades of Harlequin #41E70D
Tints of Harlequin #41E70D
RGB
CMYK
RGB Variations
Color information
#41E70D (or 0x41E70D) is known color: Harlequin. HEX triplet: 41, E7 and 0D. RGB value is (65,231,13). Sum of RGB (Red+Green+Blue) = 65+231+13=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 231 (90.62% from 255 or 74.76% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 231 - color contains mainly: green. Hex color #41E70D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41E70D is #BE18F2. Grayscale: #9D9D9D. Windows color (decimal): -12458227 or 911169. OLE color: 911169.
HSL color Cylindrical-coordinate representation of color #41E70D: hue angle of 105.69º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41E70D is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 231 | 13 | - |
| CMYK | 0.72 | 0 | 0.94 | 0.09 |
| HSL | 105.69º | 0.89% | 0.48% | - |
| HSV(B) | 105.69º | 0.94% | 0.91% | - |
| XYZ | 30.83 | 58.3 | 10.01 | - |
| YUV | 156.51 | 47 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 231 | 13 | 0.72 | 0 | 0.94 | 0.09 | 105.69 | 0.89 | 0.48 |
| Hex | 41 | E7 | D | 48 | 0 | 5E | 9 | 6A | 59 | 30 |
| Octal | 101 | 347 | 15 | 110 | 0 | 136 | 11 | 152 | 131 | 60 |
| Binary | 1000001 | 11100111 | 1101 | 1001000 | 0 | 1011110 | 1001 | 1101010 | 1011001 | 110000 |
Color Harmonies of #41E70D
Complementary color
Monochromatic Colors of #41E70D
Black with #41E70D
Text Example
Text Example
White with #41E70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E70D; }
p { color: rgb(65,231,13); }
H1.HeaderClassName
{
color: #41E70D;
}
.AnyTagClassName
{
color: #41E70D;
}
</style>
background-color css
<style>
a { background-color: #41E70D; }
a { background-color: rgb(65,231,13); }
div.DivClassName
{
background-color: #41E70D;
}
.BgClassName
{
background-color: #41E70D;
}
</style>
border-color css
<style>
span { border-color: #41E70D; }
span { border-color: rgb(65,231,13); }
td.TdClassName
{
border-color: #41E70D;
}
.TagClassName
{
border-color: #41E70D;
}
</style>