Shades of Harlequin #40F91F
Tints of Harlequin #40F91F
RGB
CMYK
RGB Variations
Color information
#40F91F (or 0x40F91F) is known color: Harlequin. HEX triplet: 40, F9 and 1F. RGB value is (64,249,31). Sum of RGB (Red+Green+Blue) = 64+249+31=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 249 (97.66% from 255 or 72.38% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 249 - color contains mainly: green. Hex color #40F91F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F91F is #BF06E0. Grayscale: #A9A9A9. Windows color (decimal): -12519137 or 2095424. OLE color: 2095424.
HSL color Cylindrical-coordinate representation of color #40F91F: hue angle of 110.92º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40F91F is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 249 | 31 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.02 |
| HSL | 110.92º | 0.95% | 0.55% | - |
| HSV(B) | 110.92º | 0.88% | 0.98% | - |
| XYZ | 36.24 | 68.94 | 12.69 | - |
| YUV | 168.83 | 50.21 | 53.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 249 | 31 | 0.74 | 0 | 0.88 | 0.02 | 110.92 | 0.95 | 0.55 |
| Hex | 40 | F9 | 1F | 4A | 0 | 58 | 2 | 6F | 5F | 37 |
| Octal | 100 | 371 | 37 | 112 | 0 | 130 | 2 | 157 | 137 | 67 |
| Binary | 1000000 | 11111001 | 11111 | 1001010 | 0 | 1011000 | 10 | 1101111 | 1011111 | 110111 |
Color Harmonies of #40F91F
Complementary color
Monochromatic Colors of #40F91F
Black with #40F91F
Text Example
Text Example
White with #40F91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F91F; }
p { color: rgb(64,249,31); }
H1.HeaderClassName
{
color: #40F91F;
}
.AnyTagClassName
{
color: #40F91F;
}
</style>
background-color css
<style>
a { background-color: #40F91F; }
a { background-color: rgb(64,249,31); }
div.DivClassName
{
background-color: #40F91F;
}
.BgClassName
{
background-color: #40F91F;
}
</style>
border-color css
<style>
span { border-color: #40F91F; }
span { border-color: rgb(64,249,31); }
td.TdClassName
{
border-color: #40F91F;
}
.TagClassName
{
border-color: #40F91F;
}
</style>