Shades of Harlequin #41EF04
Tints of Harlequin #41EF04
RGB
CMYK
RGB Variations
Color information
#41EF04 (or 0x41EF04) is known color: Harlequin. HEX triplet: 41, EF and 04. RGB value is (65,239,4). Sum of RGB (Red+Green+Blue) = 65+239+4=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 239 (93.75% from 255 or 77.60% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 239 - color contains mainly: green. Hex color #41EF04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41EF04 is #BE10FB. Grayscale: #A0A0A0. Windows color (decimal): -12456188 or 323393. OLE color: 323393.
HSL color Cylindrical-coordinate representation of color #41EF04: hue angle of 104.43º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41EF04 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 239 | 4 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.06 |
| HSL | 104.43º | 0.97% | 0.48% | - |
| HSV(B) | 104.43º | 0.98% | 0.94% | - |
| XYZ | 33.07 | 62.87 | 10.51 | - |
| YUV | 160.18 | 39.85 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 239 | 4 | 0.73 | 0 | 0.98 | 0.06 | 104.43 | 0.97 | 0.48 |
| Hex | 41 | EF | 4 | 49 | 0 | 62 | 6 | 68 | 61 | 30 |
| Octal | 101 | 357 | 4 | 111 | 0 | 142 | 6 | 150 | 141 | 60 |
| Binary | 1000001 | 11101111 | 100 | 1001001 | 0 | 1100010 | 110 | 1101000 | 1100001 | 110000 |
Color Harmonies of #41EF04
Complementary color
Monochromatic Colors of #41EF04
Black with #41EF04
Text Example
Text Example
White with #41EF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EF04; }
p { color: rgb(65,239,4); }
H1.HeaderClassName
{
color: #41EF04;
}
.AnyTagClassName
{
color: #41EF04;
}
</style>
background-color css
<style>
a { background-color: #41EF04; }
a { background-color: rgb(65,239,4); }
div.DivClassName
{
background-color: #41EF04;
}
.BgClassName
{
background-color: #41EF04;
}
</style>
border-color css
<style>
span { border-color: #41EF04; }
span { border-color: rgb(65,239,4); }
td.TdClassName
{
border-color: #41EF04;
}
.TagClassName
{
border-color: #41EF04;
}
</style>