Shades of Harlequin #41FA25
Tints of Harlequin #41FA25
RGB
CMYK
RGB Variations
Color information
#41FA25 (or 0x41FA25) is known color: Harlequin. HEX triplet: 41, FA and 25. RGB value is (65,250,37). Sum of RGB (Red+Green+Blue) = 65+250+37=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 250 (98.05% from 255 or 71.02% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 250 - color contains mainly: green. Hex color #41FA25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41FA25 is #BE05DA. Grayscale: #ABABAB. Windows color (decimal): -12453339 or 2488897. OLE color: 2488897.
HSL color Cylindrical-coordinate representation of color #41FA25: hue angle of 112.11º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41FA25 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 250 | 37 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.02 |
| HSL | 112.11º | 0.96% | 0.56% | - |
| HSV(B) | 112.11º | 0.85% | 0.98% | - |
| XYZ | 36.7 | 69.63 | 13.26 | - |
| YUV | 170.4 | 52.71 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 250 | 37 | 0.74 | 0 | 0.85 | 0.02 | 112.11 | 0.96 | 0.56 |
| Hex | 41 | FA | 25 | 4A | 0 | 55 | 2 | 70 | 60 | 38 |
| Octal | 101 | 372 | 45 | 112 | 0 | 125 | 2 | 160 | 140 | 70 |
| Binary | 1000001 | 11111010 | 100101 | 1001010 | 0 | 1010101 | 10 | 1110000 | 1100000 | 111000 |
Color Harmonies of #41FA25
Complementary color
Monochromatic Colors of #41FA25
Black with #41FA25
Text Example
Text Example
White with #41FA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FA25; }
p { color: rgb(65,250,37); }
H1.HeaderClassName
{
color: #41FA25;
}
.AnyTagClassName
{
color: #41FA25;
}
</style>
background-color css
<style>
a { background-color: #41FA25; }
a { background-color: rgb(65,250,37); }
div.DivClassName
{
background-color: #41FA25;
}
.BgClassName
{
background-color: #41FA25;
}
</style>
border-color css
<style>
span { border-color: #41FA25; }
span { border-color: rgb(65,250,37); }
td.TdClassName
{
border-color: #41FA25;
}
.TagClassName
{
border-color: #41FA25;
}
</style>