Shades of Harlequin #41FA1F
Tints of Harlequin #41FA1F
RGB
CMYK
RGB Variations
Color information
#41FA1F (or 0x41FA1F) is known color: Harlequin. HEX triplet: 41, FA and 1F. RGB value is (65,250,31). Sum of RGB (Red+Green+Blue) = 65+250+31=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 250 (98.05% from 255 or 72.25% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 250 - color contains mainly: green. Hex color #41FA1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41FA1F is #BE05E0. Grayscale: #AAAAAA. Windows color (decimal): -12453345 or 2095681. OLE color: 2095681.
HSL color Cylindrical-coordinate representation of color #41FA1F: hue angle of 110.68º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41FA1F is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 250 | 31 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.02 |
| HSL | 110.68º | 0.96% | 0.55% | - |
| HSV(B) | 110.68º | 0.88% | 0.98% | - |
| XYZ | 36.61 | 69.59 | 12.8 | - |
| YUV | 169.72 | 49.71 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 250 | 31 | 0.74 | 0 | 0.88 | 0.02 | 110.68 | 0.96 | 0.55 |
| Hex | 41 | FA | 1F | 4A | 0 | 58 | 2 | 6F | 60 | 37 |
| Octal | 101 | 372 | 37 | 112 | 0 | 130 | 2 | 157 | 140 | 67 |
| Binary | 1000001 | 11111010 | 11111 | 1001010 | 0 | 1011000 | 10 | 1101111 | 1100000 | 110111 |
Color Harmonies of #41FA1F
Complementary color
Monochromatic Colors of #41FA1F
Black with #41FA1F
Text Example
Text Example
White with #41FA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FA1F; }
p { color: rgb(65,250,31); }
H1.HeaderClassName
{
color: #41FA1F;
}
.AnyTagClassName
{
color: #41FA1F;
}
</style>
background-color css
<style>
a { background-color: #41FA1F; }
a { background-color: rgb(65,250,31); }
div.DivClassName
{
background-color: #41FA1F;
}
.BgClassName
{
background-color: #41FA1F;
}
</style>
border-color css
<style>
span { border-color: #41FA1F; }
span { border-color: rgb(65,250,31); }
td.TdClassName
{
border-color: #41FA1F;
}
.TagClassName
{
border-color: #41FA1F;
}
</style>