Shades of Harlequin #40EB1B
Tints of Harlequin #40EB1B
RGB
CMYK
RGB Variations
Color information
#40EB1B (or 0x40EB1B) is known color: Harlequin. HEX triplet: 40, EB and 1B. RGB value is (64,235,27). Sum of RGB (Red+Green+Blue) = 64+235+27=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 235 (92.19% from 255 or 72.09% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 235 - color contains mainly: green. Hex color #40EB1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EB1B is #BF14E4. Grayscale: #A0A0A0. Windows color (decimal): -12522725 or 1829696. OLE color: 1829696.
HSL color Cylindrical-coordinate representation of color #40EB1B: hue angle of 109.33º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40EB1B is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 235 | 27 | - |
| CMYK | 0.73 | 0 | 0.89 | 0.08 |
| HSL | 109.33º | 0.84% | 0.51% | - |
| HSV(B) | 109.33º | 0.89% | 0.92% | - |
| XYZ | 32.02 | 60.59 | 11.04 | - |
| YUV | 160.16 | 52.85 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 235 | 27 | 0.73 | 0 | 0.89 | 0.08 | 109.33 | 0.84 | 0.51 |
| Hex | 40 | EB | 1B | 49 | 0 | 59 | 8 | 6D | 54 | 33 |
| Octal | 100 | 353 | 33 | 111 | 0 | 131 | 10 | 155 | 124 | 63 |
| Binary | 1000000 | 11101011 | 11011 | 1001001 | 0 | 1011001 | 1000 | 1101101 | 1010100 | 110011 |
Color Harmonies of #40EB1B
Complementary color
Monochromatic Colors of #40EB1B
Black with #40EB1B
Text Example
Text Example
White with #40EB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EB1B; }
p { color: rgb(64,235,27); }
H1.HeaderClassName
{
color: #40EB1B;
}
.AnyTagClassName
{
color: #40EB1B;
}
</style>
background-color css
<style>
a { background-color: #40EB1B; }
a { background-color: rgb(64,235,27); }
div.DivClassName
{
background-color: #40EB1B;
}
.BgClassName
{
background-color: #40EB1B;
}
</style>
border-color css
<style>
span { border-color: #40EB1B; }
span { border-color: rgb(64,235,27); }
td.TdClassName
{
border-color: #40EB1B;
}
.TagClassName
{
border-color: #40EB1B;
}
</style>