Shades of Harlequin #41F324
Tints of Harlequin #41F324
RGB
CMYK
RGB Variations
Color information
#41F324 (or 0x41F324) is known color: Harlequin. HEX triplet: 41, F3 and 24. RGB value is (65,243,36). Sum of RGB (Red+Green+Blue) = 65+243+36=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 243 (95.31% from 255 or 70.64% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 243 - color contains mainly: green. Hex color #41F324 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F324 is #BE0CDB. Grayscale: #A6A6A6. Windows color (decimal): -12455132 or 2421569. OLE color: 2421569.
HSL color Cylindrical-coordinate representation of color #41F324: hue angle of 111.59º degrees, saturation: 0.9, 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 #41F324 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 243 | 36 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.05 |
| HSL | 111.59º | 0.9% | 0.55% | - |
| HSV(B) | 111.59º | 0.85% | 0.95% | - |
| XYZ | 34.55 | 65.35 | 12.46 | - |
| YUV | 166.18 | 54.53 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 243 | 36 | 0.73 | 0 | 0.85 | 0.05 | 111.59 | 0.9 | 0.55 |
| Hex | 41 | F3 | 24 | 49 | 0 | 55 | 5 | 70 | 5A | 37 |
| Octal | 101 | 363 | 44 | 111 | 0 | 125 | 5 | 160 | 132 | 67 |
| Binary | 1000001 | 11110011 | 100100 | 1001001 | 0 | 1010101 | 101 | 1110000 | 1011010 | 110111 |
Color Harmonies of #41F324
Complementary color
Monochromatic Colors of #41F324
Black with #41F324
Text Example
Text Example
White with #41F324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F324; }
p { color: rgb(65,243,36); }
H1.HeaderClassName
{
color: #41F324;
}
.AnyTagClassName
{
color: #41F324;
}
</style>
background-color css
<style>
a { background-color: #41F324; }
a { background-color: rgb(65,243,36); }
div.DivClassName
{
background-color: #41F324;
}
.BgClassName
{
background-color: #41F324;
}
</style>
border-color css
<style>
span { border-color: #41F324; }
span { border-color: rgb(65,243,36); }
td.TdClassName
{
border-color: #41F324;
}
.TagClassName
{
border-color: #41F324;
}
</style>