Shades of Harlequin #41FF2E
Tints of Harlequin #41FF2E
RGB
CMYK
RGB Variations
Color information
#41FF2E (or 0x41FF2E) is known color: Harlequin. HEX triplet: 41, FF and 2E. RGB value is (65,255,46). Sum of RGB (Red+Green+Blue) = 65+255+46=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 255 (100% from 255 or 69.67% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41FF2E is #BE00D1. Grayscale: #AFAFAF. Windows color (decimal): -12452050 or 3080001. OLE color: 3080001.
HSL color Cylindrical-coordinate representation of color #41FF2E: hue angle of 114.55º 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 #41FF2E is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 46 | - |
| CMYK | 0.75 | 0 | 0.82 | 0 |
| HSL | 114.55º | 1% | 0.59% | - |
| HSV(B) | 114.55º | 0.82% | 1% | - |
| XYZ | 38.43 | 72.84 | 14.62 | - |
| YUV | 174.36 | 55.55 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 46 | 0.75 | 0 | 0.82 | 0 | 114.55 | 1 | 0.59 |
| Hex | 41 | FF | 2E | 4B | 0 | 52 | 0 | 73 | 64 | 3B |
| Octal | 101 | 377 | 56 | 113 | 0 | 122 | 0 | 163 | 144 | 73 |
| Binary | 1000001 | 11111111 | 101110 | 1001011 | 0 | 1010010 | 0 | 1110011 | 1100100 | 111011 |
Color Harmonies of #41FF2E
Complementary color
Monochromatic Colors of #41FF2E
Black with #41FF2E
Text Example
Text Example
White with #41FF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FF2E; }
p { color: rgb(65,255,46); }
H1.HeaderClassName
{
color: #41FF2E;
}
.AnyTagClassName
{
color: #41FF2E;
}
</style>
background-color css
<style>
a { background-color: #41FF2E; }
a { background-color: rgb(65,255,46); }
div.DivClassName
{
background-color: #41FF2E;
}
.BgClassName
{
background-color: #41FF2E;
}
</style>
border-color css
<style>
span { border-color: #41FF2E; }
span { border-color: rgb(65,255,46); }
td.TdClassName
{
border-color: #41FF2E;
}
.TagClassName
{
border-color: #41FF2E;
}
</style>