Shades of Harlequin #41FC05
Tints of Harlequin #41FC05
RGB
CMYK
RGB Variations
Color information
#41FC05 (or 0x41FC05) is known color: Harlequin. HEX triplet: 41, FC and 05. RGB value is (65,252,5). Sum of RGB (Red+Green+Blue) = 65+252+5=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 252 (98.83% from 255 or 78.26% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 252 - color contains mainly: green. Hex color #41FC05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FC05 is #BE03FA. Grayscale: #A8A8A8. Windows color (decimal): -12452859 or 392257. OLE color: 392257.
HSL color Cylindrical-coordinate representation of color #41FC05: hue angle of 105.43º 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 #41FC05 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 252 | 5 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.01 |
| HSL | 105.43º | 0.98% | 0.5% | - |
| HSV(B) | 105.43º | 0.98% | 0.99% | - |
| XYZ | 37.02 | 70.76 | 11.85 | - |
| YUV | 167.93 | 36.05 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 252 | 5 | 0.74 | 0 | 0.98 | 0.01 | 105.43 | 0.98 | 0.5 |
| Hex | 41 | FC | 5 | 4A | 0 | 62 | 1 | 69 | 62 | 32 |
| Octal | 101 | 374 | 5 | 112 | 0 | 142 | 1 | 151 | 142 | 62 |
| Binary | 1000001 | 11111100 | 101 | 1001010 | 0 | 1100010 | 1 | 1101001 | 1100010 | 110010 |
Color Harmonies of #41FC05
Complementary color
Monochromatic Colors of #41FC05
Black with #41FC05
Text Example
Text Example
White with #41FC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FC05; }
p { color: rgb(65,252,5); }
H1.HeaderClassName
{
color: #41FC05;
}
.AnyTagClassName
{
color: #41FC05;
}
</style>
background-color css
<style>
a { background-color: #41FC05; }
a { background-color: rgb(65,252,5); }
div.DivClassName
{
background-color: #41FC05;
}
.BgClassName
{
background-color: #41FC05;
}
</style>
border-color css
<style>
span { border-color: #41FC05; }
span { border-color: rgb(65,252,5); }
td.TdClassName
{
border-color: #41FC05;
}
.TagClassName
{
border-color: #41FC05;
}
</style>