Shades of Harlequin #40F916
Tints of Harlequin #40F916
RGB
CMYK
RGB Variations
Color information
#40F916 (or 0x40F916) is known color: Harlequin. HEX triplet: 40, F9 and 16. RGB value is (64,249,22). Sum of RGB (Red+Green+Blue) = 64+249+22=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 249 (97.66% from 255 or 74.33% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 249 - color contains mainly: green. Hex color #40F916 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F916 is #BF06E9. Grayscale: #A8A8A8. Windows color (decimal): -12519146 or 1505600. OLE color: 1505600.
HSL color Cylindrical-coordinate representation of color #40F916: hue angle of 108.9º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40F916 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 249 | 22 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.02 |
| HSL | 108.9º | 0.95% | 0.53% | - |
| HSV(B) | 108.9º | 0.91% | 0.98% | - |
| XYZ | 36.13 | 68.9 | 12.15 | - |
| YUV | 167.81 | 45.71 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 249 | 22 | 0.74 | 0 | 0.91 | 0.02 | 108.9 | 0.95 | 0.53 |
| Hex | 40 | F9 | 16 | 4A | 0 | 5B | 2 | 6D | 5F | 35 |
| Octal | 100 | 371 | 26 | 112 | 0 | 133 | 2 | 155 | 137 | 65 |
| Binary | 1000000 | 11111001 | 10110 | 1001010 | 0 | 1011011 | 10 | 1101101 | 1011111 | 110101 |
Color Harmonies of #40F916
Complementary color
Monochromatic Colors of #40F916
Black with #40F916
Text Example
Text Example
White with #40F916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F916; }
p { color: rgb(64,249,22); }
H1.HeaderClassName
{
color: #40F916;
}
.AnyTagClassName
{
color: #40F916;
}
</style>
background-color css
<style>
a { background-color: #40F916; }
a { background-color: rgb(64,249,22); }
div.DivClassName
{
background-color: #40F916;
}
.BgClassName
{
background-color: #40F916;
}
</style>
border-color css
<style>
span { border-color: #40F916; }
span { border-color: rgb(64,249,22); }
td.TdClassName
{
border-color: #40F916;
}
.TagClassName
{
border-color: #40F916;
}
</style>