Shades of Harlequin #41FA0A
Tints of Harlequin #41FA0A
RGB
CMYK
RGB Variations
Color information
#41FA0A (or 0x41FA0A) is known color: Harlequin. HEX triplet: 41, FA and 0A. RGB value is (65,250,10). Sum of RGB (Red+Green+Blue) = 65+250+10=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 250 (98.05% from 255 or 76.92% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 250 - color contains mainly: green. Hex color #41FA0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FA0A is #BE05F5. Grayscale: #A8A8A8. Windows color (decimal): -12453366 or 719425. OLE color: 719425.
HSL color Cylindrical-coordinate representation of color #41FA0A: hue angle of 106.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41FA0A is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 250 | 10 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.02 |
| HSL | 106.25º | 0.96% | 0.51% | - |
| HSV(B) | 106.25º | 0.96% | 0.98% | - |
| XYZ | 36.42 | 69.52 | 11.79 | - |
| YUV | 167.33 | 39.21 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 250 | 10 | 0.74 | 0 | 0.96 | 0.02 | 106.25 | 0.96 | 0.51 |
| Hex | 41 | FA | A | 4A | 0 | 60 | 2 | 6A | 60 | 33 |
| Octal | 101 | 372 | 12 | 112 | 0 | 140 | 2 | 152 | 140 | 63 |
| Binary | 1000001 | 11111010 | 1010 | 1001010 | 0 | 1100000 | 10 | 1101010 | 1100000 | 110011 |
Color Harmonies of #41FA0A
Complementary color
Monochromatic Colors of #41FA0A
Black with #41FA0A
Text Example
Text Example
White with #41FA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FA0A; }
p { color: rgb(65,250,10); }
H1.HeaderClassName
{
color: #41FA0A;
}
.AnyTagClassName
{
color: #41FA0A;
}
</style>
background-color css
<style>
a { background-color: #41FA0A; }
a { background-color: rgb(65,250,10); }
div.DivClassName
{
background-color: #41FA0A;
}
.BgClassName
{
background-color: #41FA0A;
}
</style>
border-color css
<style>
span { border-color: #41FA0A; }
span { border-color: rgb(65,250,10); }
td.TdClassName
{
border-color: #41FA0A;
}
.TagClassName
{
border-color: #41FA0A;
}
</style>