Shades of Harlequin #40FC07
Tints of Harlequin #40FC07
RGB
CMYK
RGB Variations
Color information
#40FC07 (or 0x40FC07) is known color: Harlequin. HEX triplet: 40, FC and 07. RGB value is (64,252,7). Sum of RGB (Red+Green+Blue) = 64+252+7=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 252 (98.83% from 255 or 78.02% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 252 - color contains mainly: green. Hex color #40FC07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40FC07 is #BF03F8. Grayscale: #A8A8A8. Windows color (decimal): -12518393 or 523328. OLE color: 523328.
HSL color Cylindrical-coordinate representation of color #40FC07: hue angle of 106.04º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40FC07 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 252 | 7 | - |
| CMYK | 0.75 | 0 | 0.97 | 0.01 |
| HSL | 106.04º | 0.98% | 0.51% | - |
| HSV(B) | 106.04º | 0.97% | 0.99% | - |
| XYZ | 36.96 | 70.73 | 11.9 | - |
| YUV | 167.86 | 37.22 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 252 | 7 | 0.75 | 0 | 0.97 | 0.01 | 106.04 | 0.98 | 0.51 |
| Hex | 40 | FC | 7 | 4B | 0 | 61 | 1 | 6A | 62 | 33 |
| Octal | 100 | 374 | 7 | 113 | 0 | 141 | 1 | 152 | 142 | 63 |
| Binary | 1000000 | 11111100 | 111 | 1001011 | 0 | 1100001 | 1 | 1101010 | 1100010 | 110011 |
Color Harmonies of #40FC07
Complementary color
Monochromatic Colors of #40FC07
Black with #40FC07
Text Example
Text Example
White with #40FC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FC07; }
p { color: rgb(64,252,7); }
H1.HeaderClassName
{
color: #40FC07;
}
.AnyTagClassName
{
color: #40FC07;
}
</style>
background-color css
<style>
a { background-color: #40FC07; }
a { background-color: rgb(64,252,7); }
div.DivClassName
{
background-color: #40FC07;
}
.BgClassName
{
background-color: #40FC07;
}
</style>
border-color css
<style>
span { border-color: #40FC07; }
span { border-color: rgb(64,252,7); }
td.TdClassName
{
border-color: #40FC07;
}
.TagClassName
{
border-color: #40FC07;
}
</style>