Shades of Harlequin #41F80A
Tints of Harlequin #41F80A
RGB
CMYK
RGB Variations
Color information
#41F80A (or 0x41F80A) is known color: Harlequin. HEX triplet: 41, F8 and 0A. RGB value is (65,248,10). Sum of RGB (Red+Green+Blue) = 65+248+10=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 248 (97.27% from 255 or 76.78% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 248 - color contains mainly: green. Hex color #41F80A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F80A is #BE07F5. Grayscale: #A6A6A6. Windows color (decimal): -12453878 or 718913. OLE color: 718913.
HSL color Cylindrical-coordinate representation of color #41F80A: hue angle of 106.13º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41F80A is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 248 | 10 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.03 |
| HSL | 106.13º | 0.94% | 0.51% | - |
| HSV(B) | 106.13º | 0.96% | 0.97% | - |
| XYZ | 35.8 | 68.28 | 11.58 | - |
| YUV | 166.15 | 39.87 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 248 | 10 | 0.74 | 0 | 0.96 | 0.03 | 106.13 | 0.94 | 0.51 |
| Hex | 41 | F8 | A | 4A | 0 | 60 | 3 | 6A | 5E | 33 |
| Octal | 101 | 370 | 12 | 112 | 0 | 140 | 3 | 152 | 136 | 63 |
| Binary | 1000001 | 11111000 | 1010 | 1001010 | 0 | 1100000 | 11 | 1101010 | 1011110 | 110011 |
Color Harmonies of #41F80A
Complementary color
Monochromatic Colors of #41F80A
Black with #41F80A
Text Example
Text Example
White with #41F80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F80A; }
p { color: rgb(65,248,10); }
H1.HeaderClassName
{
color: #41F80A;
}
.AnyTagClassName
{
color: #41F80A;
}
</style>
background-color css
<style>
a { background-color: #41F80A; }
a { background-color: rgb(65,248,10); }
div.DivClassName
{
background-color: #41F80A;
}
.BgClassName
{
background-color: #41F80A;
}
</style>
border-color css
<style>
span { border-color: #41F80A; }
span { border-color: rgb(65,248,10); }
td.TdClassName
{
border-color: #41F80A;
}
.TagClassName
{
border-color: #41F80A;
}
</style>