Shades of Harlequin #40E405
Tints of Harlequin #40E405
RGB
CMYK
RGB Variations
Color information
#40E405 (or 0x40E405) is known color: Harlequin. HEX triplet: 40, E4 and 05. RGB value is (64,228,5). Sum of RGB (Red+Green+Blue) = 64+228+5=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 228 (89.45% from 255 or 76.77% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 228 - color contains mainly: green. Hex color #40E405 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40E405 is #BF1BFA. Grayscale: #9A9A9A. Windows color (decimal): -12524539 or 386112. OLE color: 386112.
HSL color Cylindrical-coordinate representation of color #40E405: hue angle of 104.13º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40E405 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 228 | 5 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.11 |
| HSL | 104.13º | 0.96% | 0.46% | - |
| HSV(B) | 104.13º | 0.98% | 0.89% | - |
| XYZ | 29.89 | 56.59 | 9.49 | - |
| YUV | 153.54 | 44.17 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 228 | 5 | 0.72 | 0 | 0.98 | 0.11 | 104.13 | 0.96 | 0.46 |
| Hex | 40 | E4 | 5 | 48 | 0 | 62 | B | 68 | 60 | 2E |
| Octal | 100 | 344 | 5 | 110 | 0 | 142 | 13 | 150 | 140 | 56 |
| Binary | 1000000 | 11100100 | 101 | 1001000 | 0 | 1100010 | 1011 | 1101000 | 1100000 | 101110 |
Color Harmonies of #40E405
Complementary color
Monochromatic Colors of #40E405
Black with #40E405
Text Example
Text Example
White with #40E405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E405; }
p { color: rgb(64,228,5); }
H1.HeaderClassName
{
color: #40E405;
}
.AnyTagClassName
{
color: #40E405;
}
</style>
background-color css
<style>
a { background-color: #40E405; }
a { background-color: rgb(64,228,5); }
div.DivClassName
{
background-color: #40E405;
}
.BgClassName
{
background-color: #40E405;
}
</style>
border-color css
<style>
span { border-color: #40E405; }
span { border-color: rgb(64,228,5); }
td.TdClassName
{
border-color: #40E405;
}
.TagClassName
{
border-color: #40E405;
}
</style>