Shades of Harlequin #41EF0E
Tints of Harlequin #41EF0E
RGB
CMYK
RGB Variations
Color information
#41EF0E (or 0x41EF0E) is known color: Harlequin. HEX triplet: 41, EF and 0E. RGB value is (65,239,14). Sum of RGB (Red+Green+Blue) = 65+239+14=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 239 (93.75% from 255 or 75.16% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 239 - color contains mainly: green. Hex color #41EF0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41EF0E is #BE10F1. Grayscale: #A2A2A2. Windows color (decimal): -12456178 or 978753. OLE color: 978753.
HSL color Cylindrical-coordinate representation of color #41EF0E: hue angle of 106.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41EF0E is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 239 | 14 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.06 |
| HSL | 106.4º | 0.89% | 0.5% | - |
| HSV(B) | 106.4º | 0.94% | 0.94% | - |
| XYZ | 33.13 | 62.89 | 10.81 | - |
| YUV | 161.32 | 44.85 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 239 | 14 | 0.73 | 0 | 0.94 | 0.06 | 106.4 | 0.89 | 0.5 |
| Hex | 41 | EF | E | 49 | 0 | 5E | 6 | 6A | 59 | 32 |
| Octal | 101 | 357 | 16 | 111 | 0 | 136 | 6 | 152 | 131 | 62 |
| Binary | 1000001 | 11101111 | 1110 | 1001001 | 0 | 1011110 | 110 | 1101010 | 1011001 | 110010 |
Color Harmonies of #41EF0E
Complementary color
Monochromatic Colors of #41EF0E
Black with #41EF0E
Text Example
Text Example
White with #41EF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EF0E; }
p { color: rgb(65,239,14); }
H1.HeaderClassName
{
color: #41EF0E;
}
.AnyTagClassName
{
color: #41EF0E;
}
</style>
background-color css
<style>
a { background-color: #41EF0E; }
a { background-color: rgb(65,239,14); }
div.DivClassName
{
background-color: #41EF0E;
}
.BgClassName
{
background-color: #41EF0E;
}
</style>
border-color css
<style>
span { border-color: #41EF0E; }
span { border-color: rgb(65,239,14); }
td.TdClassName
{
border-color: #41EF0E;
}
.TagClassName
{
border-color: #41EF0E;
}
</style>