Shades of Harlequin #40E411
Tints of Harlequin #40E411
RGB
CMYK
RGB Variations
Color information
#40E411 (or 0x40E411) is known color: Harlequin. HEX triplet: 40, E4 and 11. RGB value is (64,228,17). Sum of RGB (Red+Green+Blue) = 64+228+17=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 228 (89.45% from 255 or 73.79% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 228 - color contains mainly: green. Hex color #40E411 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40E411 is #BF1BEE. Grayscale: #9B9B9B. Windows color (decimal): -12524527 or 1172544. OLE color: 1172544.
HSL color Cylindrical-coordinate representation of color #40E411: hue angle of 106.64º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40E411 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 228 | 17 | - |
| CMYK | 0.72 | 0 | 0.93 | 0.11 |
| HSL | 106.64º | 0.86% | 0.48% | - |
| HSV(B) | 106.64º | 0.93% | 0.89% | - |
| XYZ | 29.96 | 56.62 | 9.88 | - |
| YUV | 154.91 | 50.17 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 228 | 17 | 0.72 | 0 | 0.93 | 0.11 | 106.64 | 0.86 | 0.48 |
| Hex | 40 | E4 | 11 | 48 | 0 | 5D | B | 6B | 56 | 30 |
| Octal | 100 | 344 | 21 | 110 | 0 | 135 | 13 | 153 | 126 | 60 |
| Binary | 1000000 | 11100100 | 10001 | 1001000 | 0 | 1011101 | 1011 | 1101011 | 1010110 | 110000 |
Color Harmonies of #40E411
Complementary color
Monochromatic Colors of #40E411
Black with #40E411
Text Example
Text Example
White with #40E411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E411; }
p { color: rgb(64,228,17); }
H1.HeaderClassName
{
color: #40E411;
}
.AnyTagClassName
{
color: #40E411;
}
</style>
background-color css
<style>
a { background-color: #40E411; }
a { background-color: rgb(64,228,17); }
div.DivClassName
{
background-color: #40E411;
}
.BgClassName
{
background-color: #40E411;
}
</style>
border-color css
<style>
span { border-color: #40E411; }
span { border-color: rgb(64,228,17); }
td.TdClassName
{
border-color: #40E411;
}
.TagClassName
{
border-color: #40E411;
}
</style>