Shades of Harlequin #40EB10
Tints of Harlequin #40EB10
RGB
CMYK
RGB Variations
Color information
#40EB10 (or 0x40EB10) is known color: Harlequin. HEX triplet: 40, EB and 10. RGB value is (64,235,16). Sum of RGB (Red+Green+Blue) = 64+235+16=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 235 (92.19% from 255 or 74.60% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 235 - color contains mainly: green. Hex color #40EB10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40EB10 is #BF14EF. Grayscale: #9F9F9F. Windows color (decimal): -12522736 or 1108800. OLE color: 1108800.
HSL color Cylindrical-coordinate representation of color #40EB10: hue angle of 106.85º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40EB10 is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 235 | 16 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.08 |
| HSL | 106.85º | 0.87% | 0.49% | - |
| HSV(B) | 106.85º | 0.93% | 0.92% | - |
| XYZ | 31.92 | 60.54 | 10.49 | - |
| YUV | 158.91 | 47.35 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 235 | 16 | 0.73 | 0 | 0.93 | 0.08 | 106.85 | 0.87 | 0.49 |
| Hex | 40 | EB | 10 | 49 | 0 | 5D | 8 | 6B | 57 | 31 |
| Octal | 100 | 353 | 20 | 111 | 0 | 135 | 10 | 153 | 127 | 61 |
| Binary | 1000000 | 11101011 | 10000 | 1001001 | 0 | 1011101 | 1000 | 1101011 | 1010111 | 110001 |
Color Harmonies of #40EB10
Complementary color
Monochromatic Colors of #40EB10
Black with #40EB10
Text Example
Text Example
White with #40EB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EB10; }
p { color: rgb(64,235,16); }
H1.HeaderClassName
{
color: #40EB10;
}
.AnyTagClassName
{
color: #40EB10;
}
</style>
background-color css
<style>
a { background-color: #40EB10; }
a { background-color: rgb(64,235,16); }
div.DivClassName
{
background-color: #40EB10;
}
.BgClassName
{
background-color: #40EB10;
}
</style>
border-color css
<style>
span { border-color: #40EB10; }
span { border-color: rgb(64,235,16); }
td.TdClassName
{
border-color: #40EB10;
}
.TagClassName
{
border-color: #40EB10;
}
</style>