Shades of Harlequin #40E005
Tints of Harlequin #40E005
RGB
CMYK
RGB Variations
Color information
#40E005 (or 0x40E005) is known color: Harlequin. HEX triplet: 40, E0 and 05. RGB value is (64,224,5). Sum of RGB (Red+Green+Blue) = 64+224+5=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 224 (87.89% from 255 or 76.45% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 224 - color contains mainly: green. Hex color #40E005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40E005 is #BF1FFA. Grayscale: #979797. Windows color (decimal): -12525563 or 385088. OLE color: 385088.
HSL color Cylindrical-coordinate representation of color #40E005: hue angle of 103.84º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40E005 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 224 | 5 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.12 |
| HSL | 103.84º | 0.96% | 0.45% | - |
| HSV(B) | 103.84º | 0.98% | 0.88% | - |
| XYZ | 28.8 | 54.41 | 9.13 | - |
| YUV | 151.19 | 45.49 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 224 | 5 | 0.71 | 0 | 0.98 | 0.12 | 103.84 | 0.96 | 0.45 |
| Hex | 40 | E0 | 5 | 47 | 0 | 62 | C | 68 | 60 | 2D |
| Octal | 100 | 340 | 5 | 107 | 0 | 142 | 14 | 150 | 140 | 55 |
| Binary | 1000000 | 11100000 | 101 | 1000111 | 0 | 1100010 | 1100 | 1101000 | 1100000 | 101101 |
Color Harmonies of #40E005
Complementary color
Monochromatic Colors of #40E005
Black with #40E005
Text Example
Text Example
White with #40E005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E005; }
p { color: rgb(64,224,5); }
H1.HeaderClassName
{
color: #40E005;
}
.AnyTagClassName
{
color: #40E005;
}
</style>
background-color css
<style>
a { background-color: #40E005; }
a { background-color: rgb(64,224,5); }
div.DivClassName
{
background-color: #40E005;
}
.BgClassName
{
background-color: #40E005;
}
</style>
border-color css
<style>
span { border-color: #40E005; }
span { border-color: rgb(64,224,5); }
td.TdClassName
{
border-color: #40E005;
}
.TagClassName
{
border-color: #40E005;
}
</style>