Shades of Harlequin #40F008
Tints of Harlequin #40F008
RGB
CMYK
RGB Variations
Color information
#40F008 (or 0x40F008) is known color: Harlequin. HEX triplet: 40, F0 and 08. RGB value is (64,240,8). Sum of RGB (Red+Green+Blue) = 64+240+8=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 240 (94.14% from 255 or 76.92% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 240 - color contains mainly: green. Hex color #40F008 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F008 is #BF0FF7. Grayscale: #A1A1A1. Windows color (decimal): -12521464 or 585792. OLE color: 585792.
HSL color Cylindrical-coordinate representation of color #40F008: hue angle of 105.52º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40F008 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 240 | 8 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.06 |
| HSL | 105.52º | 0.94% | 0.49% | - |
| HSV(B) | 105.52º | 0.97% | 0.94% | - |
| XYZ | 33.32 | 63.43 | 10.72 | - |
| YUV | 160.93 | 41.69 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 240 | 8 | 0.73 | 0 | 0.97 | 0.06 | 105.52 | 0.94 | 0.49 |
| Hex | 40 | F0 | 8 | 49 | 0 | 61 | 6 | 6A | 5E | 31 |
| Octal | 100 | 360 | 10 | 111 | 0 | 141 | 6 | 152 | 136 | 61 |
| Binary | 1000000 | 11110000 | 1000 | 1001001 | 0 | 1100001 | 110 | 1101010 | 1011110 | 110001 |
Color Harmonies of #40F008
Complementary color
Monochromatic Colors of #40F008
Black with #40F008
Text Example
Text Example
White with #40F008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F008; }
p { color: rgb(64,240,8); }
H1.HeaderClassName
{
color: #40F008;
}
.AnyTagClassName
{
color: #40F008;
}
</style>
background-color css
<style>
a { background-color: #40F008; }
a { background-color: rgb(64,240,8); }
div.DivClassName
{
background-color: #40F008;
}
.BgClassName
{
background-color: #40F008;
}
</style>
border-color css
<style>
span { border-color: #40F008; }
span { border-color: rgb(64,240,8); }
td.TdClassName
{
border-color: #40F008;
}
.TagClassName
{
border-color: #40F008;
}
</style>