Shades of Harlequin #41FC25
Tints of Harlequin #41FC25
RGB
CMYK
RGB Variations
Color information
#41FC25 (or 0x41FC25) is known color: Harlequin. HEX triplet: 41, FC and 25. RGB value is (65,252,37). Sum of RGB (Red+Green+Blue) = 65+252+37=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 252 (98.83% from 255 or 71.19% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 252 - color contains mainly: green. Hex color #41FC25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41FC25 is #BE03DA. Grayscale: #ACACAC. Windows color (decimal): -12452827 or 2489409. OLE color: 2489409.
HSL color Cylindrical-coordinate representation of color #41FC25: hue angle of 112.19º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41FC25 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 252 | 37 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.01 |
| HSL | 112.19º | 0.97% | 0.57% | - |
| HSV(B) | 112.19º | 0.85% | 0.99% | - |
| XYZ | 37.32 | 70.88 | 13.46 | - |
| YUV | 171.58 | 52.05 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 252 | 37 | 0.74 | 0 | 0.85 | 0.01 | 112.19 | 0.97 | 0.57 |
| Hex | 41 | FC | 25 | 4A | 0 | 55 | 1 | 70 | 61 | 39 |
| Octal | 101 | 374 | 45 | 112 | 0 | 125 | 1 | 160 | 141 | 71 |
| Binary | 1000001 | 11111100 | 100101 | 1001010 | 0 | 1010101 | 1 | 1110000 | 1100001 | 111001 |
Color Harmonies of #41FC25
Complementary color
Monochromatic Colors of #41FC25
Black with #41FC25
Text Example
Text Example
White with #41FC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FC25; }
p { color: rgb(65,252,37); }
H1.HeaderClassName
{
color: #41FC25;
}
.AnyTagClassName
{
color: #41FC25;
}
</style>
background-color css
<style>
a { background-color: #41FC25; }
a { background-color: rgb(65,252,37); }
div.DivClassName
{
background-color: #41FC25;
}
.BgClassName
{
background-color: #41FC25;
}
</style>
border-color css
<style>
span { border-color: #41FC25; }
span { border-color: rgb(65,252,37); }
td.TdClassName
{
border-color: #41FC25;
}
.TagClassName
{
border-color: #41FC25;
}
</style>