Shades of Harlequin #41F013
Tints of Harlequin #41F013
RGB
CMYK
RGB Variations
Color information
#41F013 (or 0x41F013) is known color: Harlequin. HEX triplet: 41, F0 and 13. RGB value is (65,240,19). Sum of RGB (Red+Green+Blue) = 65+240+19=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 240 (94.14% from 255 or 74.07% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 240 - color contains mainly: green. Hex color #41F013 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F013 is #BE0FEC. Grayscale: #A3A3A3. Windows color (decimal): -12455917 or 1306689. OLE color: 1306689.
HSL color Cylindrical-coordinate representation of color #41F013: hue angle of 107.51º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41F013 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 240 | 19 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.06 |
| HSL | 107.51º | 0.88% | 0.51% | - |
| HSV(B) | 107.51º | 0.92% | 0.94% | - |
| XYZ | 33.46 | 63.49 | 11.11 | - |
| YUV | 162.48 | 47.02 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 240 | 19 | 0.73 | 0 | 0.92 | 0.06 | 107.51 | 0.88 | 0.51 |
| Hex | 41 | F0 | 13 | 49 | 0 | 5C | 6 | 6C | 58 | 33 |
| Octal | 101 | 360 | 23 | 111 | 0 | 134 | 6 | 154 | 130 | 63 |
| Binary | 1000001 | 11110000 | 10011 | 1001001 | 0 | 1011100 | 110 | 1101100 | 1011000 | 110011 |
Color Harmonies of #41F013
Complementary color
Monochromatic Colors of #41F013
Black with #41F013
Text Example
Text Example
White with #41F013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F013; }
p { color: rgb(65,240,19); }
H1.HeaderClassName
{
color: #41F013;
}
.AnyTagClassName
{
color: #41F013;
}
</style>
background-color css
<style>
a { background-color: #41F013; }
a { background-color: rgb(65,240,19); }
div.DivClassName
{
background-color: #41F013;
}
.BgClassName
{
background-color: #41F013;
}
</style>
border-color css
<style>
span { border-color: #41F013; }
span { border-color: rgb(65,240,19); }
td.TdClassName
{
border-color: #41F013;
}
.TagClassName
{
border-color: #41F013;
}
</style>