Shades of Harlequin #40F009
Tints of Harlequin #40F009
RGB
CMYK
RGB Variations
Color information
#40F009 (or 0x40F009) is known color: Harlequin. HEX triplet: 40, F0 and 09. RGB value is (64,240,9). Sum of RGB (Red+Green+Blue) = 64+240+9=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 240 (94.14% from 255 or 76.68% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 240 - color contains mainly: green. Hex color #40F009 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F009 is #BF0FF6. Grayscale: #A1A1A1. Windows color (decimal): -12521463 or 651328. OLE color: 651328.
HSL color Cylindrical-coordinate representation of color #40F009: hue angle of 105.71º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40F009 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 240 | 9 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.06 |
| HSL | 105.71º | 0.93% | 0.49% | - |
| HSV(B) | 105.71º | 0.96% | 0.94% | - |
| XYZ | 33.32 | 63.43 | 10.75 | - |
| YUV | 161.04 | 42.19 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 240 | 9 | 0.73 | 0 | 0.96 | 0.06 | 105.71 | 0.93 | 0.49 |
| Hex | 40 | F0 | 9 | 49 | 0 | 60 | 6 | 6A | 5D | 31 |
| Octal | 100 | 360 | 11 | 111 | 0 | 140 | 6 | 152 | 135 | 61 |
| Binary | 1000000 | 11110000 | 1001 | 1001001 | 0 | 1100000 | 110 | 1101010 | 1011101 | 110001 |
Color Harmonies of #40F009
Complementary color
Monochromatic Colors of #40F009
Black with #40F009
Text Example
Text Example
White with #40F009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F009; }
p { color: rgb(64,240,9); }
H1.HeaderClassName
{
color: #40F009;
}
.AnyTagClassName
{
color: #40F009;
}
</style>
background-color css
<style>
a { background-color: #40F009; }
a { background-color: rgb(64,240,9); }
div.DivClassName
{
background-color: #40F009;
}
.BgClassName
{
background-color: #40F009;
}
</style>
border-color css
<style>
span { border-color: #40F009; }
span { border-color: rgb(64,240,9); }
td.TdClassName
{
border-color: #40F009;
}
.TagClassName
{
border-color: #40F009;
}
</style>