Shades of Harlequin #40DE11
Tints of Harlequin #40DE11
RGB
CMYK
RGB Variations
Color information
#40DE11 (or 0x40DE11) is known color: Harlequin. HEX triplet: 40, DE and 11. RGB value is (64,222,17). Sum of RGB (Red+Green+Blue) = 64+222+17=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 222 (87.11% from 255 or 73.27% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 222 - color contains mainly: green. Hex color #40DE11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40DE11 is #BF21EE. Grayscale: #989898. Windows color (decimal): -12526063 or 1171008. OLE color: 1171008.
HSL color Cylindrical-coordinate representation of color #40DE11: hue angle of 106.24º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40DE11 is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 222 | 17 | - |
| CMYK | 0.71 | 0 | 0.92 | 0.13 |
| HSL | 106.24º | 0.86% | 0.47% | - |
| HSV(B) | 106.24º | 0.92% | 0.87% | - |
| XYZ | 28.34 | 53.37 | 9.34 | - |
| YUV | 151.39 | 52.15 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 222 | 17 | 0.71 | 0 | 0.92 | 0.13 | 106.24 | 0.86 | 0.47 |
| Hex | 40 | DE | 11 | 47 | 0 | 5C | D | 6A | 56 | 2F |
| Octal | 100 | 336 | 21 | 107 | 0 | 134 | 15 | 152 | 126 | 57 |
| Binary | 1000000 | 11011110 | 10001 | 1000111 | 0 | 1011100 | 1101 | 1101010 | 1010110 | 101111 |
Color Harmonies of #40DE11
Complementary color
Monochromatic Colors of #40DE11
Black with #40DE11
Text Example
Text Example
White with #40DE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DE11; }
p { color: rgb(64,222,17); }
H1.HeaderClassName
{
color: #40DE11;
}
.AnyTagClassName
{
color: #40DE11;
}
</style>
background-color css
<style>
a { background-color: #40DE11; }
a { background-color: rgb(64,222,17); }
div.DivClassName
{
background-color: #40DE11;
}
.BgClassName
{
background-color: #40DE11;
}
</style>
border-color css
<style>
span { border-color: #40DE11; }
span { border-color: rgb(64,222,17); }
td.TdClassName
{
border-color: #40DE11;
}
.TagClassName
{
border-color: #40DE11;
}
</style>