Shades of Harlequin #41F003
Tints of Harlequin #41F003
RGB
CMYK
RGB Variations
Color information
#41F003 (or 0x41F003) is known color: Harlequin. HEX triplet: 41, F0 and 03. RGB value is (65,240,3). Sum of RGB (Red+Green+Blue) = 65+240+3=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 240 (94.14% from 255 or 77.92% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 240 - color contains mainly: green. Hex color #41F003 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F003 is #BE0FFC. Grayscale: #A1A1A1. Windows color (decimal): -12455933 or 258113. OLE color: 258113.
HSL color Cylindrical-coordinate representation of color #41F003: hue angle of 104.3º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41F003 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 240 | 3 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.06 |
| HSL | 104.3º | 0.98% | 0.48% | - |
| HSV(B) | 104.3º | 0.99% | 0.94% | - |
| XYZ | 33.36 | 63.45 | 10.58 | - |
| YUV | 160.66 | 39.02 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 240 | 3 | 0.73 | 0 | 0.99 | 0.06 | 104.3 | 0.98 | 0.48 |
| Hex | 41 | F0 | 3 | 49 | 0 | 63 | 6 | 68 | 62 | 30 |
| Octal | 101 | 360 | 3 | 111 | 0 | 143 | 6 | 150 | 142 | 60 |
| Binary | 1000001 | 11110000 | 11 | 1001001 | 0 | 1100011 | 110 | 1101000 | 1100010 | 110000 |
Color Harmonies of #41F003
Complementary color
Monochromatic Colors of #41F003
Black with #41F003
Text Example
Text Example
White with #41F003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F003; }
p { color: rgb(65,240,3); }
H1.HeaderClassName
{
color: #41F003;
}
.AnyTagClassName
{
color: #41F003;
}
</style>
background-color css
<style>
a { background-color: #41F003; }
a { background-color: rgb(65,240,3); }
div.DivClassName
{
background-color: #41F003;
}
.BgClassName
{
background-color: #41F003;
}
</style>
border-color css
<style>
span { border-color: #41F003; }
span { border-color: rgb(65,240,3); }
td.TdClassName
{
border-color: #41F003;
}
.TagClassName
{
border-color: #41F003;
}
</style>