Shades of Harlequin #41EC1F
Tints of Harlequin #41EC1F
RGB
CMYK
RGB Variations
Color information
#41EC1F (or 0x41EC1F) is known color: Harlequin. HEX triplet: 41, EC and 1F. RGB value is (65,236,31). Sum of RGB (Red+Green+Blue) = 65+236+31=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 236 (92.58% from 255 or 71.08% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 236 - color contains mainly: green. Hex color #41EC1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EC1F is #BE13E0. Grayscale: #A2A2A2. Windows color (decimal): -12456929 or 2092097. OLE color: 2092097.
HSL color Cylindrical-coordinate representation of color #41EC1F: hue angle of 110.05º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #41EC1F is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 31 | - |
| CMYK | 0.72 | 0 | 0.87 | 0.07 |
| HSL | 110.05º | 0.84% | 0.52% | - |
| HSV(B) | 110.05º | 0.87% | 0.93% | - |
| XYZ | 32.42 | 61.21 | 11.4 | - |
| YUV | 161.5 | 54.35 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 31 | 0.72 | 0 | 0.87 | 0.07 | 110.05 | 0.84 | 0.52 |
| Hex | 41 | EC | 1F | 48 | 0 | 57 | 7 | 6E | 54 | 34 |
| Octal | 101 | 354 | 37 | 110 | 0 | 127 | 7 | 156 | 124 | 64 |
| Binary | 1000001 | 11101100 | 11111 | 1001000 | 0 | 1010111 | 111 | 1101110 | 1010100 | 110100 |
Color Harmonies of #41EC1F
Complementary color
Monochromatic Colors of #41EC1F
Black with #41EC1F
Text Example
Text Example
White with #41EC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EC1F; }
p { color: rgb(65,236,31); }
H1.HeaderClassName
{
color: #41EC1F;
}
.AnyTagClassName
{
color: #41EC1F;
}
</style>
background-color css
<style>
a { background-color: #41EC1F; }
a { background-color: rgb(65,236,31); }
div.DivClassName
{
background-color: #41EC1F;
}
.BgClassName
{
background-color: #41EC1F;
}
</style>
border-color css
<style>
span { border-color: #41EC1F; }
span { border-color: rgb(65,236,31); }
td.TdClassName
{
border-color: #41EC1F;
}
.TagClassName
{
border-color: #41EC1F;
}
</style>