Shades of Harlequin #41F122
Tints of Harlequin #41F122
RGB
CMYK
RGB Variations
Color information
#41F122 (or 0x41F122) is known color: Harlequin. HEX triplet: 41, F1 and 22. RGB value is (65,241,34). Sum of RGB (Red+Green+Blue) = 65+241+34=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 241 (94.53% from 255 or 70.88% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 241 - color contains mainly: green. Hex color #41F122 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F122 is #BE0EDD. Grayscale: #A5A5A5. Windows color (decimal): -12455646 or 2289985. OLE color: 2289985.
HSL color Cylindrical-coordinate representation of color #41F122: hue angle of 111.01º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41F122 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 241 | 34 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.05 |
| HSL | 111.01º | 0.88% | 0.54% | - |
| HSV(B) | 111.01º | 0.86% | 0.95% | - |
| XYZ | 33.92 | 64.15 | 12.11 | - |
| YUV | 164.78 | 54.19 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 241 | 34 | 0.73 | 0 | 0.86 | 0.05 | 111.01 | 0.88 | 0.54 |
| Hex | 41 | F1 | 22 | 49 | 0 | 56 | 5 | 6F | 58 | 36 |
| Octal | 101 | 361 | 42 | 111 | 0 | 126 | 5 | 157 | 130 | 66 |
| Binary | 1000001 | 11110001 | 100010 | 1001001 | 0 | 1010110 | 101 | 1101111 | 1011000 | 110110 |
Color Harmonies of #41F122
Complementary color
Monochromatic Colors of #41F122
Black with #41F122
Text Example
Text Example
White with #41F122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F122; }
p { color: rgb(65,241,34); }
H1.HeaderClassName
{
color: #41F122;
}
.AnyTagClassName
{
color: #41F122;
}
</style>
background-color css
<style>
a { background-color: #41F122; }
a { background-color: rgb(65,241,34); }
div.DivClassName
{
background-color: #41F122;
}
.BgClassName
{
background-color: #41F122;
}
</style>
border-color css
<style>
span { border-color: #41F122; }
span { border-color: rgb(65,241,34); }
td.TdClassName
{
border-color: #41F122;
}
.TagClassName
{
border-color: #41F122;
}
</style>