Shades of Harlequin #41F425
Tints of Harlequin #41F425
RGB
CMYK
RGB Variations
Color information
#41F425 (or 0x41F425) is known color: Harlequin. HEX triplet: 41, F4 and 25. RGB value is (65,244,37). Sum of RGB (Red+Green+Blue) = 65+244+37=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 244 (95.70% from 255 or 70.52% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 244 - color contains mainly: green. Hex color #41F425 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F425 is #BE0BDA. Grayscale: #A7A7A7. Windows color (decimal): -12454875 or 2487361. OLE color: 2487361.
HSL color Cylindrical-coordinate representation of color #41F425: hue angle of 111.88º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41F425 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 244 | 37 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.04 |
| HSL | 111.88º | 0.9% | 0.55% | - |
| HSV(B) | 111.88º | 0.85% | 0.96% | - |
| XYZ | 34.86 | 65.96 | 12.64 | - |
| YUV | 166.88 | 54.7 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 244 | 37 | 0.73 | 0 | 0.85 | 0.04 | 111.88 | 0.9 | 0.55 |
| Hex | 41 | F4 | 25 | 49 | 0 | 55 | 4 | 70 | 5A | 37 |
| Octal | 101 | 364 | 45 | 111 | 0 | 125 | 4 | 160 | 132 | 67 |
| Binary | 1000001 | 11110100 | 100101 | 1001001 | 0 | 1010101 | 100 | 1110000 | 1011010 | 110111 |
Color Harmonies of #41F425
Complementary color
Monochromatic Colors of #41F425
Black with #41F425
Text Example
Text Example
White with #41F425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F425; }
p { color: rgb(65,244,37); }
H1.HeaderClassName
{
color: #41F425;
}
.AnyTagClassName
{
color: #41F425;
}
</style>
background-color css
<style>
a { background-color: #41F425; }
a { background-color: rgb(65,244,37); }
div.DivClassName
{
background-color: #41F425;
}
.BgClassName
{
background-color: #41F425;
}
</style>
border-color css
<style>
span { border-color: #41F425; }
span { border-color: rgb(65,244,37); }
td.TdClassName
{
border-color: #41F425;
}
.TagClassName
{
border-color: #41F425;
}
</style>