Shades of Harlequin #41F124
Tints of Harlequin #41F124
RGB
CMYK
RGB Variations
Color information
#41F124 (or 0x41F124) is known color: Harlequin. HEX triplet: 41, F1 and 24. RGB value is (65,241,36). Sum of RGB (Red+Green+Blue) = 65+241+36=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 241 (94.53% from 255 or 70.47% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 241 - color contains mainly: green. Hex color #41F124 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F124 is #BE0EDB. Grayscale: #A5A5A5. Windows color (decimal): -12455644 or 2421057. OLE color: 2421057.
HSL color Cylindrical-coordinate representation of color #41F124: hue angle of 111.51º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41F124 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 241 | 36 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.05 |
| HSL | 111.51º | 0.88% | 0.54% | - |
| HSV(B) | 111.51º | 0.85% | 0.95% | - |
| XYZ | 33.95 | 64.16 | 12.26 | - |
| YUV | 165.01 | 55.19 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 241 | 36 | 0.73 | 0 | 0.85 | 0.05 | 111.51 | 0.88 | 0.54 |
| Hex | 41 | F1 | 24 | 49 | 0 | 55 | 5 | 70 | 58 | 36 |
| Octal | 101 | 361 | 44 | 111 | 0 | 125 | 5 | 160 | 130 | 66 |
| Binary | 1000001 | 11110001 | 100100 | 1001001 | 0 | 1010101 | 101 | 1110000 | 1011000 | 110110 |
Color Harmonies of #41F124
Complementary color
Monochromatic Colors of #41F124
Black with #41F124
Text Example
Text Example
White with #41F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F124; }
p { color: rgb(65,241,36); }
H1.HeaderClassName
{
color: #41F124;
}
.AnyTagClassName
{
color: #41F124;
}
</style>
background-color css
<style>
a { background-color: #41F124; }
a { background-color: rgb(65,241,36); }
div.DivClassName
{
background-color: #41F124;
}
.BgClassName
{
background-color: #41F124;
}
</style>
border-color css
<style>
span { border-color: #41F124; }
span { border-color: rgb(65,241,36); }
td.TdClassName
{
border-color: #41F124;
}
.TagClassName
{
border-color: #41F124;
}
</style>