Shades of Harlequin #40F007
Tints of Harlequin #40F007
RGB
CMYK
RGB Variations
Color information
#40F007 (or 0x40F007) is known color: Harlequin. HEX triplet: 40, F0 and 07. RGB value is (64,240,7). Sum of RGB (Red+Green+Blue) = 64+240+7=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 240 (94.14% from 255 or 77.17% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 240 - color contains mainly: green. Hex color #40F007 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F007 is #BF0FF8. Grayscale: #A1A1A1. Windows color (decimal): -12521465 or 520256. OLE color: 520256.
HSL color Cylindrical-coordinate representation of color #40F007: hue angle of 105.32º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40F007 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 240 | 7 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.06 |
| HSL | 105.32º | 0.94% | 0.48% | - |
| HSV(B) | 105.32º | 0.97% | 0.94% | - |
| XYZ | 33.31 | 63.43 | 10.69 | - |
| YUV | 160.81 | 41.19 | 58.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 240 | 7 | 0.73 | 0 | 0.97 | 0.06 | 105.32 | 0.94 | 0.48 |
| Hex | 40 | F0 | 7 | 49 | 0 | 61 | 6 | 69 | 5E | 30 |
| Octal | 100 | 360 | 7 | 111 | 0 | 141 | 6 | 151 | 136 | 60 |
| Binary | 1000000 | 11110000 | 111 | 1001001 | 0 | 1100001 | 110 | 1101001 | 1011110 | 110000 |
Color Harmonies of #40F007
Complementary color
Monochromatic Colors of #40F007
Black with #40F007
Text Example
Text Example
White with #40F007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F007; }
p { color: rgb(64,240,7); }
H1.HeaderClassName
{
color: #40F007;
}
.AnyTagClassName
{
color: #40F007;
}
</style>
background-color css
<style>
a { background-color: #40F007; }
a { background-color: rgb(64,240,7); }
div.DivClassName
{
background-color: #40F007;
}
.BgClassName
{
background-color: #40F007;
}
</style>
border-color css
<style>
span { border-color: #40F007; }
span { border-color: rgb(64,240,7); }
td.TdClassName
{
border-color: #40F007;
}
.TagClassName
{
border-color: #40F007;
}
</style>