Shades of Harlequin #40EB16
Tints of Harlequin #40EB16
RGB
CMYK
RGB Variations
Color information
#40EB16 (or 0x40EB16) is known color: Harlequin. HEX triplet: 40, EB and 16. RGB value is (64,235,22). Sum of RGB (Red+Green+Blue) = 64+235+22=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 235 (92.19% from 255 or 73.21% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 235 - color contains mainly: green. Hex color #40EB16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40EB16 is #BF14E9. Grayscale: #A0A0A0. Windows color (decimal): -12522730 or 1502016. OLE color: 1502016.
HSL color Cylindrical-coordinate representation of color #40EB16: hue angle of 108.17º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40EB16 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 235 | 22 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.08 |
| HSL | 108.17º | 0.84% | 0.5% | - |
| HSV(B) | 108.17º | 0.91% | 0.92% | - |
| XYZ | 31.97 | 60.56 | 10.76 | - |
| YUV | 159.59 | 50.35 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 235 | 22 | 0.73 | 0 | 0.91 | 0.08 | 108.17 | 0.84 | 0.5 |
| Hex | 40 | EB | 16 | 49 | 0 | 5B | 8 | 6C | 54 | 32 |
| Octal | 100 | 353 | 26 | 111 | 0 | 133 | 10 | 154 | 124 | 62 |
| Binary | 1000000 | 11101011 | 10110 | 1001001 | 0 | 1011011 | 1000 | 1101100 | 1010100 | 110010 |
Color Harmonies of #40EB16
Complementary color
Monochromatic Colors of #40EB16
Black with #40EB16
Text Example
Text Example
White with #40EB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EB16; }
p { color: rgb(64,235,22); }
H1.HeaderClassName
{
color: #40EB16;
}
.AnyTagClassName
{
color: #40EB16;
}
</style>
background-color css
<style>
a { background-color: #40EB16; }
a { background-color: rgb(64,235,22); }
div.DivClassName
{
background-color: #40EB16;
}
.BgClassName
{
background-color: #40EB16;
}
</style>
border-color css
<style>
span { border-color: #40EB16; }
span { border-color: rgb(64,235,22); }
td.TdClassName
{
border-color: #40EB16;
}
.TagClassName
{
border-color: #40EB16;
}
</style>