Shades of Harlequin #41FF2F
Tints of Harlequin #41FF2F
RGB
CMYK
RGB Variations
Color information
#41FF2F (or 0x41FF2F) is known color: Harlequin. HEX triplet: 41, FF and 2F. RGB value is (65,255,47). Sum of RGB (Red+Green+Blue) = 65+255+47=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 255 (100% from 255 or 69.48% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41FF2F is #BE00D0. Grayscale: #AFAFAF. Windows color (decimal): -12452049 or 3145537. OLE color: 3145537.
HSL color Cylindrical-coordinate representation of color #41FF2F: hue angle of 114.81º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41FF2F is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 47 | - |
| CMYK | 0.75 | 0 | 0.82 | 0 |
| HSL | 114.81º | 1% | 0.59% | - |
| HSV(B) | 114.81º | 0.82% | 1% | - |
| XYZ | 38.45 | 72.85 | 14.72 | - |
| YUV | 174.48 | 56.05 | 49.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 47 | 0.75 | 0 | 0.82 | 0 | 114.81 | 1 | 0.59 |
| Hex | 41 | FF | 2F | 4B | 0 | 52 | 0 | 73 | 64 | 3B |
| Octal | 101 | 377 | 57 | 113 | 0 | 122 | 0 | 163 | 144 | 73 |
| Binary | 1000001 | 11111111 | 101111 | 1001011 | 0 | 1010010 | 0 | 1110011 | 1100100 | 111011 |
Color Harmonies of #41FF2F
Complementary color
Monochromatic Colors of #41FF2F
Black with #41FF2F
Text Example
Text Example
White with #41FF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FF2F; }
p { color: rgb(65,255,47); }
H1.HeaderClassName
{
color: #41FF2F;
}
.AnyTagClassName
{
color: #41FF2F;
}
</style>
background-color css
<style>
a { background-color: #41FF2F; }
a { background-color: rgb(65,255,47); }
div.DivClassName
{
background-color: #41FF2F;
}
.BgClassName
{
background-color: #41FF2F;
}
</style>
border-color css
<style>
span { border-color: #41FF2F; }
span { border-color: rgb(65,255,47); }
td.TdClassName
{
border-color: #41FF2F;
}
.TagClassName
{
border-color: #41FF2F;
}
</style>