Shades of Harlequin #40E505
Tints of Harlequin #40E505
RGB
CMYK
RGB Variations
Color information
#40E505 (or 0x40E505) is known color: Harlequin. HEX triplet: 40, E5 and 05. RGB value is (64,229,5). Sum of RGB (Red+Green+Blue) = 64+229+5=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 229 (89.84% from 255 or 76.85% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 229 - color contains mainly: green. Hex color #40E505 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40E505 is #BF1AFA. Grayscale: #9A9A9A. Windows color (decimal): -12524283 or 386368. OLE color: 386368.
HSL color Cylindrical-coordinate representation of color #40E505: hue angle of 104.2º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40E505 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 229 | 5 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.10 |
| HSL | 104.2º | 0.96% | 0.46% | - |
| HSV(B) | 104.2º | 0.98% | 0.9% | - |
| XYZ | 30.16 | 57.14 | 9.58 | - |
| YUV | 154.13 | 43.84 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 229 | 5 | 0.72 | 0 | 0.98 | 0.10 | 104.2 | 0.96 | 0.46 |
| Hex | 40 | E5 | 5 | 48 | 0 | 62 | A | 68 | 60 | 2E |
| Octal | 100 | 345 | 5 | 110 | 0 | 142 | 12 | 150 | 140 | 56 |
| Binary | 1000000 | 11100101 | 101 | 1001000 | 0 | 1100010 | 1010 | 1101000 | 1100000 | 101110 |
Color Harmonies of #40E505
Complementary color
Monochromatic Colors of #40E505
Black with #40E505
Text Example
Text Example
White with #40E505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E505; }
p { color: rgb(64,229,5); }
H1.HeaderClassName
{
color: #40E505;
}
.AnyTagClassName
{
color: #40E505;
}
</style>
background-color css
<style>
a { background-color: #40E505; }
a { background-color: rgb(64,229,5); }
div.DivClassName
{
background-color: #40E505;
}
.BgClassName
{
background-color: #40E505;
}
</style>
border-color css
<style>
span { border-color: #40E505; }
span { border-color: rgb(64,229,5); }
td.TdClassName
{
border-color: #40E505;
}
.TagClassName
{
border-color: #40E505;
}
</style>