Shades of Harlequin #41FA1C
Tints of Harlequin #41FA1C
RGB
CMYK
RGB Variations
Color information
#41FA1C (or 0x41FA1C) is known color: Harlequin. HEX triplet: 41, FA and 1C. RGB value is (65,250,28). Sum of RGB (Red+Green+Blue) = 65+250+28=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 250 (98.05% from 255 or 72.89% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 250 - color contains mainly: green. Hex color #41FA1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41FA1C is #BE05E3. Grayscale: #AAAAAA. Windows color (decimal): -12453348 or 1899073. OLE color: 1899073.
HSL color Cylindrical-coordinate representation of color #41FA1C: hue angle of 110º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41FA1C is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 250 | 28 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.02 |
| HSL | 110º | 0.96% | 0.55% | - |
| HSV(B) | 110º | 0.89% | 0.98% | - |
| XYZ | 36.58 | 69.58 | 12.6 | - |
| YUV | 169.38 | 48.21 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 250 | 28 | 0.74 | 0 | 0.89 | 0.02 | 110 | 0.96 | 0.55 |
| Hex | 41 | FA | 1C | 4A | 0 | 59 | 2 | 6E | 60 | 37 |
| Octal | 101 | 372 | 34 | 112 | 0 | 131 | 2 | 156 | 140 | 67 |
| Binary | 1000001 | 11111010 | 11100 | 1001010 | 0 | 1011001 | 10 | 1101110 | 1100000 | 110111 |
Color Harmonies of #41FA1C
Complementary color
Monochromatic Colors of #41FA1C
Black with #41FA1C
Text Example
Text Example
White with #41FA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FA1C; }
p { color: rgb(65,250,28); }
H1.HeaderClassName
{
color: #41FA1C;
}
.AnyTagClassName
{
color: #41FA1C;
}
</style>
background-color css
<style>
a { background-color: #41FA1C; }
a { background-color: rgb(65,250,28); }
div.DivClassName
{
background-color: #41FA1C;
}
.BgClassName
{
background-color: #41FA1C;
}
</style>
border-color css
<style>
span { border-color: #41FA1C; }
span { border-color: rgb(65,250,28); }
td.TdClassName
{
border-color: #41FA1C;
}
.TagClassName
{
border-color: #41FA1C;
}
</style>