Shades of Harlequin #40F109
Tints of Harlequin #40F109
RGB
CMYK
RGB Variations
Color information
#40F109 (or 0x40F109) is known color: Harlequin. HEX triplet: 40, F1 and 09. RGB value is (64,241,9). Sum of RGB (Red+Green+Blue) = 64+241+9=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 241 (94.53% from 255 or 76.75% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 241 - color contains mainly: green. Hex color #40F109 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F109 is #BF0EF6. Grayscale: #A2A2A2. Windows color (decimal): -12521207 or 651584. OLE color: 651584.
HSL color Cylindrical-coordinate representation of color #40F109: hue angle of 105.78º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40F109 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 241 | 9 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.05 |
| HSL | 105.78º | 0.93% | 0.49% | - |
| HSV(B) | 105.78º | 0.96% | 0.95% | - |
| XYZ | 33.62 | 64.02 | 10.84 | - |
| YUV | 161.63 | 41.86 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 241 | 9 | 0.73 | 0 | 0.96 | 0.05 | 105.78 | 0.93 | 0.49 |
| Hex | 40 | F1 | 9 | 49 | 0 | 60 | 5 | 6A | 5D | 31 |
| Octal | 100 | 361 | 11 | 111 | 0 | 140 | 5 | 152 | 135 | 61 |
| Binary | 1000000 | 11110001 | 1001 | 1001001 | 0 | 1100000 | 101 | 1101010 | 1011101 | 110001 |
Color Harmonies of #40F109
Complementary color
Monochromatic Colors of #40F109
Black with #40F109
Text Example
Text Example
White with #40F109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F109; }
p { color: rgb(64,241,9); }
H1.HeaderClassName
{
color: #40F109;
}
.AnyTagClassName
{
color: #40F109;
}
</style>
background-color css
<style>
a { background-color: #40F109; }
a { background-color: rgb(64,241,9); }
div.DivClassName
{
background-color: #40F109;
}
.BgClassName
{
background-color: #40F109;
}
</style>
border-color css
<style>
span { border-color: #40F109; }
span { border-color: rgb(64,241,9); }
td.TdClassName
{
border-color: #40F109;
}
.TagClassName
{
border-color: #40F109;
}
</style>