Shades of Harlequin #40F720
Tints of Harlequin #40F720
RGB
CMYK
RGB Variations
Color information
#40F720 (or 0x40F720) is known color: Harlequin. HEX triplet: 40, F7 and 20. RGB value is (64,247,32). Sum of RGB (Red+Green+Blue) = 64+247+32=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 247 (96.88% from 255 or 72.01% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 247 - color contains mainly: green. Hex color #40F720 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F720 is #BF08DF. Grayscale: #A8A8A8. Windows color (decimal): -12519648 or 2160448. OLE color: 2160448.
HSL color Cylindrical-coordinate representation of color #40F720: hue angle of 111.07º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40F720 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 247 | 32 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.03 |
| HSL | 111.07º | 0.93% | 0.55% | - |
| HSV(B) | 111.07º | 0.87% | 0.97% | - |
| XYZ | 35.64 | 67.72 | 12.56 | - |
| YUV | 167.77 | 51.37 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 247 | 32 | 0.74 | 0 | 0.87 | 0.03 | 111.07 | 0.93 | 0.55 |
| Hex | 40 | F7 | 20 | 4A | 0 | 57 | 3 | 6F | 5D | 37 |
| Octal | 100 | 367 | 40 | 112 | 0 | 127 | 3 | 157 | 135 | 67 |
| Binary | 1000000 | 11110111 | 100000 | 1001010 | 0 | 1010111 | 11 | 1101111 | 1011101 | 110111 |
Color Harmonies of #40F720
Complementary color
Monochromatic Colors of #40F720
Black with #40F720
Text Example
Text Example
White with #40F720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F720; }
p { color: rgb(64,247,32); }
H1.HeaderClassName
{
color: #40F720;
}
.AnyTagClassName
{
color: #40F720;
}
</style>
background-color css
<style>
a { background-color: #40F720; }
a { background-color: rgb(64,247,32); }
div.DivClassName
{
background-color: #40F720;
}
.BgClassName
{
background-color: #40F720;
}
</style>
border-color css
<style>
span { border-color: #40F720; }
span { border-color: rgb(64,247,32); }
td.TdClassName
{
border-color: #40F720;
}
.TagClassName
{
border-color: #40F720;
}
</style>