Shades of Harlequin #41FC04
Tints of Harlequin #41FC04
RGB
CMYK
RGB Variations
Color information
#41FC04 (or 0x41FC04) is known color: Harlequin. HEX triplet: 41, FC and 04. RGB value is (65,252,4). Sum of RGB (Red+Green+Blue) = 65+252+4=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 252 (98.83% from 255 or 78.50% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 252 - color contains mainly: green. Hex color #41FC04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FC04 is #BE03FB. Grayscale: #A8A8A8. Windows color (decimal): -12452860 or 326721. OLE color: 326721.
HSL color Cylindrical-coordinate representation of color #41FC04: hue angle of 105.24º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41FC04 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 252 | 4 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.01 |
| HSL | 105.24º | 0.98% | 0.5% | - |
| HSV(B) | 105.24º | 0.98% | 0.99% | - |
| XYZ | 37.01 | 70.75 | 11.82 | - |
| YUV | 167.82 | 35.55 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 252 | 4 | 0.74 | 0 | 0.98 | 0.01 | 105.24 | 0.98 | 0.5 |
| Hex | 41 | FC | 4 | 4A | 0 | 62 | 1 | 69 | 62 | 32 |
| Octal | 101 | 374 | 4 | 112 | 0 | 142 | 1 | 151 | 142 | 62 |
| Binary | 1000001 | 11111100 | 100 | 1001010 | 0 | 1100010 | 1 | 1101001 | 1100010 | 110010 |
Color Harmonies of #41FC04
Complementary color
Monochromatic Colors of #41FC04
Black with #41FC04
Text Example
Text Example
White with #41FC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FC04; }
p { color: rgb(65,252,4); }
H1.HeaderClassName
{
color: #41FC04;
}
.AnyTagClassName
{
color: #41FC04;
}
</style>
background-color css
<style>
a { background-color: #41FC04; }
a { background-color: rgb(65,252,4); }
div.DivClassName
{
background-color: #41FC04;
}
.BgClassName
{
background-color: #41FC04;
}
</style>
border-color css
<style>
span { border-color: #41FC04; }
span { border-color: rgb(65,252,4); }
td.TdClassName
{
border-color: #41FC04;
}
.TagClassName
{
border-color: #41FC04;
}
</style>