Shades of Harlequin #41F705
Tints of Harlequin #41F705
RGB
CMYK
RGB Variations
Color information
#41F705 (or 0x41F705) is known color: Harlequin. HEX triplet: 41, F7 and 05. RGB value is (65,247,5). Sum of RGB (Red+Green+Blue) = 65+247+5=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 247 (96.88% from 255 or 77.92% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 247 - color contains mainly: green. Hex color #41F705 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F705 is #BE08FA. Grayscale: #A5A5A5. Windows color (decimal): -12454139 or 390977. OLE color: 390977.
HSL color Cylindrical-coordinate representation of color #41F705: hue angle of 105.12º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41F705 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 247 | 5 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.03 |
| HSL | 105.12º | 0.96% | 0.49% | - |
| HSV(B) | 105.12º | 0.98% | 0.97% | - |
| XYZ | 35.47 | 67.66 | 11.33 | - |
| YUV | 164.99 | 37.7 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 247 | 5 | 0.74 | 0 | 0.98 | 0.03 | 105.12 | 0.96 | 0.49 |
| Hex | 41 | F7 | 5 | 4A | 0 | 62 | 3 | 69 | 60 | 31 |
| Octal | 101 | 367 | 5 | 112 | 0 | 142 | 3 | 151 | 140 | 61 |
| Binary | 1000001 | 11110111 | 101 | 1001010 | 0 | 1100010 | 11 | 1101001 | 1100000 | 110001 |
Color Harmonies of #41F705
Complementary color
Monochromatic Colors of #41F705
Black with #41F705
Text Example
Text Example
White with #41F705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F705; }
p { color: rgb(65,247,5); }
H1.HeaderClassName
{
color: #41F705;
}
.AnyTagClassName
{
color: #41F705;
}
</style>
background-color css
<style>
a { background-color: #41F705; }
a { background-color: rgb(65,247,5); }
div.DivClassName
{
background-color: #41F705;
}
.BgClassName
{
background-color: #41F705;
}
</style>
border-color css
<style>
span { border-color: #41F705; }
span { border-color: rgb(65,247,5); }
td.TdClassName
{
border-color: #41F705;
}
.TagClassName
{
border-color: #41F705;
}
</style>