Shades of Harlequin #40EE0F
Tints of Harlequin #40EE0F
RGB
CMYK
RGB Variations
Color information
#40EE0F (or 0x40EE0F) is known color: Harlequin. HEX triplet: 40, EE and 0F. RGB value is (64,238,15). Sum of RGB (Red+Green+Blue) = 64+238+15=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 238 (93.36% from 255 or 75.08% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 238 - color contains mainly: green. Hex color #40EE0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40EE0F is #BF11F0. Grayscale: #A1A1A1. Windows color (decimal): -12521969 or 1044032. OLE color: 1044032.
HSL color Cylindrical-coordinate representation of color #40EE0F: hue angle of 106.82º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40EE0F is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 238 | 15 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.07 |
| HSL | 106.82º | 0.88% | 0.5% | - |
| HSV(B) | 106.82º | 0.94% | 0.93% | - |
| XYZ | 32.78 | 62.27 | 10.74 | - |
| YUV | 160.55 | 45.85 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 238 | 15 | 0.73 | 0 | 0.94 | 0.07 | 106.82 | 0.88 | 0.5 |
| Hex | 40 | EE | F | 49 | 0 | 5E | 7 | 6B | 58 | 32 |
| Octal | 100 | 356 | 17 | 111 | 0 | 136 | 7 | 153 | 130 | 62 |
| Binary | 1000000 | 11101110 | 1111 | 1001001 | 0 | 1011110 | 111 | 1101011 | 1011000 | 110010 |
Color Harmonies of #40EE0F
Complementary color
Monochromatic Colors of #40EE0F
Black with #40EE0F
Text Example
Text Example
White with #40EE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EE0F; }
p { color: rgb(64,238,15); }
H1.HeaderClassName
{
color: #40EE0F;
}
.AnyTagClassName
{
color: #40EE0F;
}
</style>
background-color css
<style>
a { background-color: #40EE0F; }
a { background-color: rgb(64,238,15); }
div.DivClassName
{
background-color: #40EE0F;
}
.BgClassName
{
background-color: #40EE0F;
}
</style>
border-color css
<style>
span { border-color: #40EE0F; }
span { border-color: rgb(64,238,15); }
td.TdClassName
{
border-color: #40EE0F;
}
.TagClassName
{
border-color: #40EE0F;
}
</style>