Shades of Harlequin #41FB03
Tints of Harlequin #41FB03
RGB
CMYK
RGB Variations
Color information
#41FB03 (or 0x41FB03) is known color: Harlequin. HEX triplet: 41, FB and 03. RGB value is (65,251,3). Sum of RGB (Red+Green+Blue) = 65+251+3=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 251 (98.44% from 255 or 78.68% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 251 - color contains mainly: green. Hex color #41FB03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FB03 is #BE04FC. Grayscale: #A7A7A7. Windows color (decimal): -12453117 or 260929. OLE color: 260929.
HSL color Cylindrical-coordinate representation of color #41FB03: hue angle of 105º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41FB03 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 251 | 3 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.02 |
| HSL | 105º | 0.98% | 0.5% | - |
| HSV(B) | 105º | 0.99% | 0.98% | - |
| XYZ | 36.69 | 70.12 | 11.69 | - |
| YUV | 167.11 | 35.38 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 251 | 3 | 0.74 | 0 | 0.99 | 0.02 | 105 | 0.98 | 0.5 |
| Hex | 41 | FB | 3 | 4A | 0 | 63 | 2 | 69 | 62 | 32 |
| Octal | 101 | 373 | 3 | 112 | 0 | 143 | 2 | 151 | 142 | 62 |
| Binary | 1000001 | 11111011 | 11 | 1001010 | 0 | 1100011 | 10 | 1101001 | 1100010 | 110010 |
Color Harmonies of #41FB03
Complementary color
Monochromatic Colors of #41FB03
Black with #41FB03
Text Example
Text Example
White with #41FB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FB03; }
p { color: rgb(65,251,3); }
H1.HeaderClassName
{
color: #41FB03;
}
.AnyTagClassName
{
color: #41FB03;
}
</style>
background-color css
<style>
a { background-color: #41FB03; }
a { background-color: rgb(65,251,3); }
div.DivClassName
{
background-color: #41FB03;
}
.BgClassName
{
background-color: #41FB03;
}
</style>
border-color css
<style>
span { border-color: #41FB03; }
span { border-color: rgb(65,251,3); }
td.TdClassName
{
border-color: #41FB03;
}
.TagClassName
{
border-color: #41FB03;
}
</style>