Shades of Harlequin #40FC11
Tints of Harlequin #40FC11
RGB
CMYK
RGB Variations
Color information
#40FC11 (or 0x40FC11) is known color: Harlequin. HEX triplet: 40, FC and 11. RGB value is (64,252,17). Sum of RGB (Red+Green+Blue) = 64+252+17=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 252 (98.83% from 255 or 75.68% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 252 - color contains mainly: green. Hex color #40FC11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40FC11 is #BF03EE. Grayscale: #A9A9A9. Windows color (decimal): -12518383 or 1178688. OLE color: 1178688.
HSL color Cylindrical-coordinate representation of color #40FC11: hue angle of 108º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40FC11 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 252 | 17 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.01 |
| HSL | 108º | 0.98% | 0.53% | - |
| HSV(B) | 108º | 0.93% | 0.99% | - |
| XYZ | 37.03 | 70.75 | 12.24 | - |
| YUV | 169 | 42.22 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 252 | 17 | 0.75 | 0 | 0.93 | 0.01 | 108 | 0.98 | 0.53 |
| Hex | 40 | FC | 11 | 4B | 0 | 5D | 1 | 6C | 62 | 35 |
| Octal | 100 | 374 | 21 | 113 | 0 | 135 | 1 | 154 | 142 | 65 |
| Binary | 1000000 | 11111100 | 10001 | 1001011 | 0 | 1011101 | 1 | 1101100 | 1100010 | 110101 |
Color Harmonies of #40FC11
Complementary color
Monochromatic Colors of #40FC11
Black with #40FC11
Text Example
Text Example
White with #40FC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FC11; }
p { color: rgb(64,252,17); }
H1.HeaderClassName
{
color: #40FC11;
}
.AnyTagClassName
{
color: #40FC11;
}
</style>
background-color css
<style>
a { background-color: #40FC11; }
a { background-color: rgb(64,252,17); }
div.DivClassName
{
background-color: #40FC11;
}
.BgClassName
{
background-color: #40FC11;
}
</style>
border-color css
<style>
span { border-color: #40FC11; }
span { border-color: rgb(64,252,17); }
td.TdClassName
{
border-color: #40FC11;
}
.TagClassName
{
border-color: #40FC11;
}
</style>