Shades of Harlequin #41F002
Tints of Harlequin #41F002
RGB
CMYK
RGB Variations
Color information
#41F002 (or 0x41F002) is known color: Harlequin. HEX triplet: 41, F0 and 02. RGB value is (65,240,2). Sum of RGB (Red+Green+Blue) = 65+240+2=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 240 (94.14% from 255 or 78.18% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 240 - color contains mainly: green. Hex color #41F002 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F002 is #BE0FFD. Grayscale: #A1A1A1. Windows color (decimal): -12455934 or 192577. OLE color: 192577.
HSL color Cylindrical-coordinate representation of color #41F002: hue angle of 104.12º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41F002 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 240 | 2 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.06 |
| HSL | 104.12º | 0.98% | 0.47% | - |
| HSV(B) | 104.12º | 0.99% | 0.94% | - |
| XYZ | 33.35 | 63.45 | 10.55 | - |
| YUV | 160.54 | 38.52 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 240 | 2 | 0.73 | 0 | 0.99 | 0.06 | 104.12 | 0.98 | 0.47 |
| Hex | 41 | F0 | 2 | 49 | 0 | 63 | 6 | 68 | 62 | 2F |
| Octal | 101 | 360 | 2 | 111 | 0 | 143 | 6 | 150 | 142 | 57 |
| Binary | 1000001 | 11110000 | 10 | 1001001 | 0 | 1100011 | 110 | 1101000 | 1100010 | 101111 |
Color Harmonies of #41F002
Complementary color
Monochromatic Colors of #41F002
Black with #41F002
Text Example
Text Example
White with #41F002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F002; }
p { color: rgb(65,240,2); }
H1.HeaderClassName
{
color: #41F002;
}
.AnyTagClassName
{
color: #41F002;
}
</style>
background-color css
<style>
a { background-color: #41F002; }
a { background-color: rgb(65,240,2); }
div.DivClassName
{
background-color: #41F002;
}
.BgClassName
{
background-color: #41F002;
}
</style>
border-color css
<style>
span { border-color: #41F002; }
span { border-color: rgb(65,240,2); }
td.TdClassName
{
border-color: #41F002;
}
.TagClassName
{
border-color: #41F002;
}
</style>