Shades of Harlequin #41EC12
Tints of Harlequin #41EC12
RGB
CMYK
RGB Variations
Color information
#41EC12 (or 0x41EC12) is known color: Harlequin. HEX triplet: 41, EC and 12. RGB value is (65,236,18). Sum of RGB (Red+Green+Blue) = 65+236+18=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 236 (92.58% from 255 or 73.98% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 236 - color contains mainly: green. Hex color #41EC12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41EC12 is #BE13ED. Grayscale: #A0A0A0. Windows color (decimal): -12456942 or 1240129. OLE color: 1240129.
HSL color Cylindrical-coordinate representation of color #41EC12: hue angle of 107.06º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41EC12 is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 18 | - |
| CMYK | 0.72 | 0 | 0.92 | 0.07 |
| HSL | 107.06º | 0.86% | 0.5% | - |
| HSV(B) | 107.06º | 0.92% | 0.93% | - |
| XYZ | 32.28 | 61.16 | 10.68 | - |
| YUV | 160.02 | 47.85 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 18 | 0.72 | 0 | 0.92 | 0.07 | 107.06 | 0.86 | 0.5 |
| Hex | 41 | EC | 12 | 48 | 0 | 5C | 7 | 6B | 56 | 32 |
| Octal | 101 | 354 | 22 | 110 | 0 | 134 | 7 | 153 | 126 | 62 |
| Binary | 1000001 | 11101100 | 10010 | 1001000 | 0 | 1011100 | 111 | 1101011 | 1010110 | 110010 |
Color Harmonies of #41EC12
Complementary color
Monochromatic Colors of #41EC12
Black with #41EC12
Text Example
Text Example
White with #41EC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EC12; }
p { color: rgb(65,236,18); }
H1.HeaderClassName
{
color: #41EC12;
}
.AnyTagClassName
{
color: #41EC12;
}
</style>
background-color css
<style>
a { background-color: #41EC12; }
a { background-color: rgb(65,236,18); }
div.DivClassName
{
background-color: #41EC12;
}
.BgClassName
{
background-color: #41EC12;
}
</style>
border-color css
<style>
span { border-color: #41EC12; }
span { border-color: rgb(65,236,18); }
td.TdClassName
{
border-color: #41EC12;
}
.TagClassName
{
border-color: #41EC12;
}
</style>