Shades of Harlequin #41EC06
Tints of Harlequin #41EC06
RGB
CMYK
RGB Variations
Color information
#41EC06 (or 0x41EC06) is known color: Harlequin. HEX triplet: 41, EC and 06. RGB value is (65,236,6). Sum of RGB (Red+Green+Blue) = 65+236+6=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 236 (92.58% from 255 or 76.87% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 236 - color contains mainly: green. Hex color #41EC06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41EC06 is #BE13F9. Grayscale: #9F9F9F. Windows color (decimal): -12456954 or 453697. OLE color: 453697.
HSL color Cylindrical-coordinate representation of color #41EC06: hue angle of 104.61º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #41EC06 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 6 | - |
| CMYK | 0.72 | 0 | 0.97 | 0.07 |
| HSL | 104.61º | 0.95% | 0.47% | - |
| HSV(B) | 104.61º | 0.97% | 0.93% | - |
| XYZ | 32.21 | 61.13 | 10.27 | - |
| YUV | 158.65 | 41.85 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 6 | 0.72 | 0 | 0.97 | 0.07 | 104.61 | 0.95 | 0.47 |
| Hex | 41 | EC | 6 | 48 | 0 | 61 | 7 | 69 | 5F | 2F |
| Octal | 101 | 354 | 6 | 110 | 0 | 141 | 7 | 151 | 137 | 57 |
| Binary | 1000001 | 11101100 | 110 | 1001000 | 0 | 1100001 | 111 | 1101001 | 1011111 | 101111 |
Color Harmonies of #41EC06
Complementary color
Monochromatic Colors of #41EC06
Black with #41EC06
Text Example
Text Example
White with #41EC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EC06; }
p { color: rgb(65,236,6); }
H1.HeaderClassName
{
color: #41EC06;
}
.AnyTagClassName
{
color: #41EC06;
}
</style>
background-color css
<style>
a { background-color: #41EC06; }
a { background-color: rgb(65,236,6); }
div.DivClassName
{
background-color: #41EC06;
}
.BgClassName
{
background-color: #41EC06;
}
</style>
border-color css
<style>
span { border-color: #41EC06; }
span { border-color: rgb(65,236,6); }
td.TdClassName
{
border-color: #41EC06;
}
.TagClassName
{
border-color: #41EC06;
}
</style>