Shades of Harlequin #40E805
Tints of Harlequin #40E805
RGB
CMYK
RGB Variations
Color information
#40E805 (or 0x40E805) is known color: Harlequin. HEX triplet: 40, E8 and 05. RGB value is (64,232,5). Sum of RGB (Red+Green+Blue) = 64+232+5=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 232 (91.02% from 255 or 77.08% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 232 - color contains mainly: green. Hex color #40E805 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40E805 is #BF17FA. Grayscale: #9C9C9C. Windows color (decimal): -12523515 or 387136. OLE color: 387136.
HSL color Cylindrical-coordinate representation of color #40E805: hue angle of 104.41º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40E805 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 232 | 5 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.09 |
| HSL | 104.41º | 0.96% | 0.46% | - |
| HSV(B) | 104.41º | 0.98% | 0.91% | - |
| XYZ | 31 | 58.81 | 9.86 | - |
| YUV | 155.89 | 42.84 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 232 | 5 | 0.72 | 0 | 0.98 | 0.09 | 104.41 | 0.96 | 0.46 |
| Hex | 40 | E8 | 5 | 48 | 0 | 62 | 9 | 68 | 60 | 2E |
| Octal | 100 | 350 | 5 | 110 | 0 | 142 | 11 | 150 | 140 | 56 |
| Binary | 1000000 | 11101000 | 101 | 1001000 | 0 | 1100010 | 1001 | 1101000 | 1100000 | 101110 |
Color Harmonies of #40E805
Complementary color
Monochromatic Colors of #40E805
Black with #40E805
Text Example
Text Example
White with #40E805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E805; }
p { color: rgb(64,232,5); }
H1.HeaderClassName
{
color: #40E805;
}
.AnyTagClassName
{
color: #40E805;
}
</style>
background-color css
<style>
a { background-color: #40E805; }
a { background-color: rgb(64,232,5); }
div.DivClassName
{
background-color: #40E805;
}
.BgClassName
{
background-color: #40E805;
}
</style>
border-color css
<style>
span { border-color: #40E805; }
span { border-color: rgb(64,232,5); }
td.TdClassName
{
border-color: #40E805;
}
.TagClassName
{
border-color: #40E805;
}
</style>