Shades of Harlequin #41EC1D
Tints of Harlequin #41EC1D
RGB
CMYK
RGB Variations
Color information
#41EC1D (or 0x41EC1D) is known color: Harlequin. HEX triplet: 41, EC and 1D. RGB value is (65,236,29). Sum of RGB (Red+Green+Blue) = 65+236+29=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 236 (92.58% from 255 or 71.52% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 236 - color contains mainly: green. Hex color #41EC1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EC1D is #BE13E2. Grayscale: #A1A1A1. Windows color (decimal): -12456931 or 1961025. OLE color: 1961025.
HSL color Cylindrical-coordinate representation of color #41EC1D: hue angle of 109.57º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41EC1D is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 29 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.07 |
| HSL | 109.57º | 0.84% | 0.52% | - |
| HSV(B) | 109.57º | 0.88% | 0.93% | - |
| XYZ | 32.4 | 61.2 | 11.27 | - |
| YUV | 161.27 | 53.35 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 29 | 0.72 | 0 | 0.88 | 0.07 | 109.57 | 0.84 | 0.52 |
| Hex | 41 | EC | 1D | 48 | 0 | 58 | 7 | 6E | 54 | 34 |
| Octal | 101 | 354 | 35 | 110 | 0 | 130 | 7 | 156 | 124 | 64 |
| Binary | 1000001 | 11101100 | 11101 | 1001000 | 0 | 1011000 | 111 | 1101110 | 1010100 | 110100 |
Color Harmonies of #41EC1D
Complementary color
Monochromatic Colors of #41EC1D
Black with #41EC1D
Text Example
Text Example
White with #41EC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EC1D; }
p { color: rgb(65,236,29); }
H1.HeaderClassName
{
color: #41EC1D;
}
.AnyTagClassName
{
color: #41EC1D;
}
</style>
background-color css
<style>
a { background-color: #41EC1D; }
a { background-color: rgb(65,236,29); }
div.DivClassName
{
background-color: #41EC1D;
}
.BgClassName
{
background-color: #41EC1D;
}
</style>
border-color css
<style>
span { border-color: #41EC1D; }
span { border-color: rgb(65,236,29); }
td.TdClassName
{
border-color: #41EC1D;
}
.TagClassName
{
border-color: #41EC1D;
}
</style>