Shades of Harlequin #40F91A
Tints of Harlequin #40F91A
RGB
CMYK
RGB Variations
Color information
#40F91A (or 0x40F91A) is known color: Harlequin. HEX triplet: 40, F9 and 1A. RGB value is (64,249,26). Sum of RGB (Red+Green+Blue) = 64+249+26=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 249 (97.66% from 255 or 73.45% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 249 - color contains mainly: green. Hex color #40F91A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F91A is #BF06E5. Grayscale: #A8A8A8. Windows color (decimal): -12519142 or 1767744. OLE color: 1767744.
HSL color Cylindrical-coordinate representation of color #40F91A: hue angle of 109.78º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40F91A is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 249 | 26 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.02 |
| HSL | 109.78º | 0.95% | 0.54% | - |
| HSV(B) | 109.78º | 0.9% | 0.98% | - |
| XYZ | 36.18 | 68.92 | 12.37 | - |
| YUV | 168.26 | 47.71 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 249 | 26 | 0.74 | 0 | 0.90 | 0.02 | 109.78 | 0.95 | 0.54 |
| Hex | 40 | F9 | 1A | 4A | 0 | 5A | 2 | 6E | 5F | 36 |
| Octal | 100 | 371 | 32 | 112 | 0 | 132 | 2 | 156 | 137 | 66 |
| Binary | 1000000 | 11111001 | 11010 | 1001010 | 0 | 1011010 | 10 | 1101110 | 1011111 | 110110 |
Color Harmonies of #40F91A
Complementary color
Monochromatic Colors of #40F91A
Black with #40F91A
Text Example
Text Example
White with #40F91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F91A; }
p { color: rgb(64,249,26); }
H1.HeaderClassName
{
color: #40F91A;
}
.AnyTagClassName
{
color: #40F91A;
}
</style>
background-color css
<style>
a { background-color: #40F91A; }
a { background-color: rgb(64,249,26); }
div.DivClassName
{
background-color: #40F91A;
}
.BgClassName
{
background-color: #40F91A;
}
</style>
border-color css
<style>
span { border-color: #40F91A; }
span { border-color: rgb(64,249,26); }
td.TdClassName
{
border-color: #40F91A;
}
.TagClassName
{
border-color: #40F91A;
}
</style>