Shades of Harlequin #40EC1D
Tints of Harlequin #40EC1D
RGB
CMYK
RGB Variations
Color information
#40EC1D (or 0x40EC1D) is known color: Harlequin. HEX triplet: 40, EC and 1D. RGB value is (64,236,29). Sum of RGB (Red+Green+Blue) = 64+236+29=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 236 (92.58% from 255 or 71.73% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 236 - color contains mainly: green. Hex color #40EC1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EC1D is #BF13E2. Grayscale: #A1A1A1. Windows color (decimal): -12522467 or 1961024. OLE color: 1961024.
HSL color Cylindrical-coordinate representation of color #40EC1D: hue angle of 109.86º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40EC1D is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 29 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.07 |
| HSL | 109.86º | 0.84% | 0.52% | - |
| HSV(B) | 109.86º | 0.88% | 0.93% | - |
| XYZ | 32.33 | 61.17 | 11.27 | - |
| YUV | 160.97 | 53.52 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 29 | 0.73 | 0 | 0.88 | 0.07 | 109.86 | 0.84 | 0.52 |
| Hex | 40 | EC | 1D | 49 | 0 | 58 | 7 | 6E | 54 | 34 |
| Octal | 100 | 354 | 35 | 111 | 0 | 130 | 7 | 156 | 124 | 64 |
| Binary | 1000000 | 11101100 | 11101 | 1001001 | 0 | 1011000 | 111 | 1101110 | 1010100 | 110100 |
Color Harmonies of #40EC1D
Complementary color
Monochromatic Colors of #40EC1D
Black with #40EC1D
Text Example
Text Example
White with #40EC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EC1D; }
p { color: rgb(64,236,29); }
H1.HeaderClassName
{
color: #40EC1D;
}
.AnyTagClassName
{
color: #40EC1D;
}
</style>
background-color css
<style>
a { background-color: #40EC1D; }
a { background-color: rgb(64,236,29); }
div.DivClassName
{
background-color: #40EC1D;
}
.BgClassName
{
background-color: #40EC1D;
}
</style>
border-color css
<style>
span { border-color: #40EC1D; }
span { border-color: rgb(64,236,29); }
td.TdClassName
{
border-color: #40EC1D;
}
.TagClassName
{
border-color: #40EC1D;
}
</style>