Shades of Harlequin #41FA16
Tints of Harlequin #41FA16
RGB
CMYK
RGB Variations
Color information
#41FA16 (or 0x41FA16) is known color: Harlequin. HEX triplet: 41, FA and 16. RGB value is (65,250,22). Sum of RGB (Red+Green+Blue) = 65+250+22=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 250 (98.05% from 255 or 74.18% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 250 - color contains mainly: green. Hex color #41FA16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FA16 is #BE05E9. Grayscale: #A9A9A9. Windows color (decimal): -12453354 or 1505857. OLE color: 1505857.
HSL color Cylindrical-coordinate representation of color #41FA16: hue angle of 108.68º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41FA16 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 250 | 22 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.02 |
| HSL | 108.68º | 0.96% | 0.53% | - |
| HSV(B) | 108.68º | 0.91% | 0.98% | - |
| XYZ | 36.51 | 69.55 | 12.26 | - |
| YUV | 168.69 | 45.21 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 250 | 22 | 0.74 | 0 | 0.91 | 0.02 | 108.68 | 0.96 | 0.53 |
| Hex | 41 | FA | 16 | 4A | 0 | 5B | 2 | 6D | 60 | 35 |
| Octal | 101 | 372 | 26 | 112 | 0 | 133 | 2 | 155 | 140 | 65 |
| Binary | 1000001 | 11111010 | 10110 | 1001010 | 0 | 1011011 | 10 | 1101101 | 1100000 | 110101 |
Color Harmonies of #41FA16
Complementary color
Monochromatic Colors of #41FA16
Black with #41FA16
Text Example
Text Example
White with #41FA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FA16; }
p { color: rgb(65,250,22); }
H1.HeaderClassName
{
color: #41FA16;
}
.AnyTagClassName
{
color: #41FA16;
}
</style>
background-color css
<style>
a { background-color: #41FA16; }
a { background-color: rgb(65,250,22); }
div.DivClassName
{
background-color: #41FA16;
}
.BgClassName
{
background-color: #41FA16;
}
</style>
border-color css
<style>
span { border-color: #41FA16; }
span { border-color: rgb(65,250,22); }
td.TdClassName
{
border-color: #41FA16;
}
.TagClassName
{
border-color: #41FA16;
}
</style>