Shades of Harlequin #41F224
Tints of Harlequin #41F224
RGB
CMYK
RGB Variations
Color information
#41F224 (or 0x41F224) is known color: Harlequin. HEX triplet: 41, F2 and 24. RGB value is (65,242,36). Sum of RGB (Red+Green+Blue) = 65+242+36=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 242 (94.92% from 255 or 70.55% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 242 - color contains mainly: green. Hex color #41F224 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F224 is #BE0DDB. Grayscale: #A6A6A6. Windows color (decimal): -12455388 or 2421313. OLE color: 2421313.
HSL color Cylindrical-coordinate representation of color #41F224: hue angle of 111.55º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41F224 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 242 | 36 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.05 |
| HSL | 111.55º | 0.89% | 0.55% | - |
| HSV(B) | 111.55º | 0.85% | 0.95% | - |
| XYZ | 34.25 | 64.76 | 12.36 | - |
| YUV | 165.59 | 54.86 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 242 | 36 | 0.73 | 0 | 0.85 | 0.05 | 111.55 | 0.89 | 0.55 |
| Hex | 41 | F2 | 24 | 49 | 0 | 55 | 5 | 70 | 59 | 37 |
| Octal | 101 | 362 | 44 | 111 | 0 | 125 | 5 | 160 | 131 | 67 |
| Binary | 1000001 | 11110010 | 100100 | 1001001 | 0 | 1010101 | 101 | 1110000 | 1011001 | 110111 |
Color Harmonies of #41F224
Complementary color
Monochromatic Colors of #41F224
Black with #41F224
Text Example
Text Example
White with #41F224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F224; }
p { color: rgb(65,242,36); }
H1.HeaderClassName
{
color: #41F224;
}
.AnyTagClassName
{
color: #41F224;
}
</style>
background-color css
<style>
a { background-color: #41F224; }
a { background-color: rgb(65,242,36); }
div.DivClassName
{
background-color: #41F224;
}
.BgClassName
{
background-color: #41F224;
}
</style>
border-color css
<style>
span { border-color: #41F224; }
span { border-color: rgb(65,242,36); }
td.TdClassName
{
border-color: #41F224;
}
.TagClassName
{
border-color: #41F224;
}
</style>