Shades of Harlequin #41EC1E
Tints of Harlequin #41EC1E
RGB
CMYK
RGB Variations
Color information
#41EC1E (or 0x41EC1E) is known color: Harlequin. HEX triplet: 41, EC and 1E. RGB value is (65,236,30). Sum of RGB (Red+Green+Blue) = 65+236+30=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 236 (92.58% from 255 or 71.30% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 236 - color contains mainly: green. Hex color #41EC1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EC1E is #BE13E1. Grayscale: #A2A2A2. Windows color (decimal): -12456930 or 2026561. OLE color: 2026561.
HSL color Cylindrical-coordinate representation of color #41EC1E: hue angle of 109.81º 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 #41EC1E is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 30 | - |
| CMYK | 0.72 | 0 | 0.87 | 0.07 |
| HSL | 109.81º | 0.84% | 0.52% | - |
| HSV(B) | 109.81º | 0.87% | 0.93% | - |
| XYZ | 32.41 | 61.21 | 11.33 | - |
| YUV | 161.39 | 53.85 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 30 | 0.72 | 0 | 0.87 | 0.07 | 109.81 | 0.84 | 0.52 |
| Hex | 41 | EC | 1E | 48 | 0 | 57 | 7 | 6E | 54 | 34 |
| Octal | 101 | 354 | 36 | 110 | 0 | 127 | 7 | 156 | 124 | 64 |
| Binary | 1000001 | 11101100 | 11110 | 1001000 | 0 | 1010111 | 111 | 1101110 | 1010100 | 110100 |
Color Harmonies of #41EC1E
Complementary color
Monochromatic Colors of #41EC1E
Black with #41EC1E
Text Example
Text Example
White with #41EC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EC1E; }
p { color: rgb(65,236,30); }
H1.HeaderClassName
{
color: #41EC1E;
}
.AnyTagClassName
{
color: #41EC1E;
}
</style>
background-color css
<style>
a { background-color: #41EC1E; }
a { background-color: rgb(65,236,30); }
div.DivClassName
{
background-color: #41EC1E;
}
.BgClassName
{
background-color: #41EC1E;
}
</style>
border-color css
<style>
span { border-color: #41EC1E; }
span { border-color: rgb(65,236,30); }
td.TdClassName
{
border-color: #41EC1E;
}
.TagClassName
{
border-color: #41EC1E;
}
</style>