Shades of Harlequin #40F721
Tints of Harlequin #40F721
RGB
CMYK
RGB Variations
Color information
#40F721 (or 0x40F721) is known color: Harlequin. HEX triplet: 40, F7 and 21. RGB value is (64,247,33). Sum of RGB (Red+Green+Blue) = 64+247+33=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 247 (96.88% from 255 or 71.80% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 247 - color contains mainly: green. Hex color #40F721 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F721 is #BF08DE. Grayscale: #A8A8A8. Windows color (decimal): -12519647 or 2225984. OLE color: 2225984.
HSL color Cylindrical-coordinate representation of color #40F721: hue angle of 111.31º 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 #40F721 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 247 | 33 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.03 |
| HSL | 111.31º | 0.93% | 0.55% | - |
| HSV(B) | 111.31º | 0.87% | 0.97% | - |
| XYZ | 35.65 | 67.72 | 12.63 | - |
| YUV | 167.89 | 51.87 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 247 | 33 | 0.74 | 0 | 0.87 | 0.03 | 111.31 | 0.93 | 0.55 |
| Hex | 40 | F7 | 21 | 4A | 0 | 57 | 3 | 6F | 5D | 37 |
| Octal | 100 | 367 | 41 | 112 | 0 | 127 | 3 | 157 | 135 | 67 |
| Binary | 1000000 | 11110111 | 100001 | 1001010 | 0 | 1010111 | 11 | 1101111 | 1011101 | 110111 |
Color Harmonies of #40F721
Complementary color
Monochromatic Colors of #40F721
Black with #40F721
Text Example
Text Example
White with #40F721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F721; }
p { color: rgb(64,247,33); }
H1.HeaderClassName
{
color: #40F721;
}
.AnyTagClassName
{
color: #40F721;
}
</style>
background-color css
<style>
a { background-color: #40F721; }
a { background-color: rgb(64,247,33); }
div.DivClassName
{
background-color: #40F721;
}
.BgClassName
{
background-color: #40F721;
}
</style>
border-color css
<style>
span { border-color: #40F721; }
span { border-color: rgb(64,247,33); }
td.TdClassName
{
border-color: #40F721;
}
.TagClassName
{
border-color: #40F721;
}
</style>