Shades of Harlequin #41F426
Tints of Harlequin #41F426
RGB
CMYK
RGB Variations
Color information
#41F426 (or 0x41F426) is known color: Harlequin. HEX triplet: 41, F4 and 26. RGB value is (65,244,38). Sum of RGB (Red+Green+Blue) = 65+244+38=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 244 (95.70% from 255 or 70.32% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 244 - color contains mainly: green. Hex color #41F426 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F426 is #BE0BD9. Grayscale: #A7A7A7. Windows color (decimal): -12454874 or 2552897. OLE color: 2552897.
HSL color Cylindrical-coordinate representation of color #41F426: hue angle of 112.14º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41F426 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 244 | 38 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.04 |
| HSL | 112.14º | 0.9% | 0.55% | - |
| HSV(B) | 112.14º | 0.84% | 0.96% | - |
| XYZ | 34.88 | 65.97 | 12.73 | - |
| YUV | 167 | 55.2 | 55.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 244 | 38 | 0.73 | 0 | 0.84 | 0.04 | 112.14 | 0.9 | 0.55 |
| Hex | 41 | F4 | 26 | 49 | 0 | 54 | 4 | 70 | 5A | 37 |
| Octal | 101 | 364 | 46 | 111 | 0 | 124 | 4 | 160 | 132 | 67 |
| Binary | 1000001 | 11110100 | 100110 | 1001001 | 0 | 1010100 | 100 | 1110000 | 1011010 | 110111 |
Color Harmonies of #41F426
Complementary color
Monochromatic Colors of #41F426
Black with #41F426
Text Example
Text Example
White with #41F426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F426; }
p { color: rgb(65,244,38); }
H1.HeaderClassName
{
color: #41F426;
}
.AnyTagClassName
{
color: #41F426;
}
</style>
background-color css
<style>
a { background-color: #41F426; }
a { background-color: rgb(65,244,38); }
div.DivClassName
{
background-color: #41F426;
}
.BgClassName
{
background-color: #41F426;
}
</style>
border-color css
<style>
span { border-color: #41F426; }
span { border-color: rgb(65,244,38); }
td.TdClassName
{
border-color: #41F426;
}
.TagClassName
{
border-color: #41F426;
}
</style>