Shades of Harlequin #40EE18
Tints of Harlequin #40EE18
RGB
CMYK
RGB Variations
Color information
#40EE18 (or 0x40EE18) is known color: Harlequin. HEX triplet: 40, EE and 18. RGB value is (64,238,24). Sum of RGB (Red+Green+Blue) = 64+238+24=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 238 (93.36% from 255 or 73.01% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 238 - color contains mainly: green. Hex color #40EE18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40EE18 is #BF11E7. Grayscale: #A2A2A2. Windows color (decimal): -12521960 or 1633856. OLE color: 1633856.
HSL color Cylindrical-coordinate representation of color #40EE18: hue angle of 108.79º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40EE18 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 238 | 24 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.07 |
| HSL | 108.79º | 0.86% | 0.51% | - |
| HSV(B) | 108.79º | 0.9% | 0.93% | - |
| XYZ | 32.85 | 62.31 | 11.16 | - |
| YUV | 161.58 | 50.35 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 238 | 24 | 0.73 | 0 | 0.90 | 0.07 | 108.79 | 0.86 | 0.51 |
| Hex | 40 | EE | 18 | 49 | 0 | 5A | 7 | 6D | 56 | 33 |
| Octal | 100 | 356 | 30 | 111 | 0 | 132 | 7 | 155 | 126 | 63 |
| Binary | 1000000 | 11101110 | 11000 | 1001001 | 0 | 1011010 | 111 | 1101101 | 1010110 | 110011 |
Color Harmonies of #40EE18
Complementary color
Monochromatic Colors of #40EE18
Black with #40EE18
Text Example
Text Example
White with #40EE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EE18; }
p { color: rgb(64,238,24); }
H1.HeaderClassName
{
color: #40EE18;
}
.AnyTagClassName
{
color: #40EE18;
}
</style>
background-color css
<style>
a { background-color: #40EE18; }
a { background-color: rgb(64,238,24); }
div.DivClassName
{
background-color: #40EE18;
}
.BgClassName
{
background-color: #40EE18;
}
</style>
border-color css
<style>
span { border-color: #40EE18; }
span { border-color: rgb(64,238,24); }
td.TdClassName
{
border-color: #40EE18;
}
.TagClassName
{
border-color: #40EE18;
}
</style>