Shades of Harlequin #40E816
Tints of Harlequin #40E816
RGB
CMYK
RGB Variations
Color information
#40E816 (or 0x40E816) is known color: Harlequin. HEX triplet: 40, E8 and 16. RGB value is (64,232,22). Sum of RGB (Red+Green+Blue) = 64+232+22=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 232 (91.02% from 255 or 72.96% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 232 - color contains mainly: green. Hex color #40E816 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40E816 is #BF17E9. Grayscale: #9E9E9E. Windows color (decimal): -12523498 or 1501248. OLE color: 1501248.
HSL color Cylindrical-coordinate representation of color #40E816: hue angle of 108º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40E816 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 232 | 22 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.09 |
| HSL | 108º | 0.83% | 0.5% | - |
| HSV(B) | 108º | 0.91% | 0.91% | - |
| XYZ | 31.12 | 58.86 | 10.48 | - |
| YUV | 157.83 | 51.34 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 232 | 22 | 0.72 | 0 | 0.91 | 0.09 | 108 | 0.83 | 0.5 |
| Hex | 40 | E8 | 16 | 48 | 0 | 5B | 9 | 6C | 53 | 32 |
| Octal | 100 | 350 | 26 | 110 | 0 | 133 | 11 | 154 | 123 | 62 |
| Binary | 1000000 | 11101000 | 10110 | 1001000 | 0 | 1011011 | 1001 | 1101100 | 1010011 | 110010 |
Color Harmonies of #40E816
Complementary color
Monochromatic Colors of #40E816
Black with #40E816
Text Example
Text Example
White with #40E816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E816; }
p { color: rgb(64,232,22); }
H1.HeaderClassName
{
color: #40E816;
}
.AnyTagClassName
{
color: #40E816;
}
</style>
background-color css
<style>
a { background-color: #40E816; }
a { background-color: rgb(64,232,22); }
div.DivClassName
{
background-color: #40E816;
}
.BgClassName
{
background-color: #40E816;
}
</style>
border-color css
<style>
span { border-color: #40E816; }
span { border-color: rgb(64,232,22); }
td.TdClassName
{
border-color: #40E816;
}
.TagClassName
{
border-color: #40E816;
}
</style>