Shades of Harlequin #40E407
Tints of Harlequin #40E407
RGB
CMYK
RGB Variations
Color information
#40E407 (or 0x40E407) is known color: Harlequin. HEX triplet: 40, E4 and 07. RGB value is (64,228,7). Sum of RGB (Red+Green+Blue) = 64+228+7=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 228 (89.45% from 255 or 76.25% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 228 - color contains mainly: green. Hex color #40E407 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40E407 is #BF1BF8. Grayscale: #9A9A9A. Windows color (decimal): -12524537 or 517184. OLE color: 517184.
HSL color Cylindrical-coordinate representation of color #40E407: hue angle of 104.52º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40E407 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 228 | 7 | - |
| CMYK | 0.72 | 0 | 0.97 | 0.11 |
| HSL | 104.52º | 0.94% | 0.46% | - |
| HSV(B) | 104.52º | 0.97% | 0.89% | - |
| XYZ | 29.9 | 56.59 | 9.55 | - |
| YUV | 153.77 | 45.17 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 228 | 7 | 0.72 | 0 | 0.97 | 0.11 | 104.52 | 0.94 | 0.46 |
| Hex | 40 | E4 | 7 | 48 | 0 | 61 | B | 69 | 5E | 2E |
| Octal | 100 | 344 | 7 | 110 | 0 | 141 | 13 | 151 | 136 | 56 |
| Binary | 1000000 | 11100100 | 111 | 1001000 | 0 | 1100001 | 1011 | 1101001 | 1011110 | 101110 |
Color Harmonies of #40E407
Complementary color
Monochromatic Colors of #40E407
Black with #40E407
Text Example
Text Example
White with #40E407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E407; }
p { color: rgb(64,228,7); }
H1.HeaderClassName
{
color: #40E407;
}
.AnyTagClassName
{
color: #40E407;
}
</style>
background-color css
<style>
a { background-color: #40E407; }
a { background-color: rgb(64,228,7); }
div.DivClassName
{
background-color: #40E407;
}
.BgClassName
{
background-color: #40E407;
}
</style>
border-color css
<style>
span { border-color: #40E407; }
span { border-color: rgb(64,228,7); }
td.TdClassName
{
border-color: #40E407;
}
.TagClassName
{
border-color: #40E407;
}
</style>