Shades of Harlequin #40EF09
Tints of Harlequin #40EF09
RGB
CMYK
RGB Variations
Color information
#40EF09 (or 0x40EF09) is known color: Harlequin. HEX triplet: 40, EF and 09. RGB value is (64,239,9). Sum of RGB (Red+Green+Blue) = 64+239+9=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 239 (93.75% from 255 or 76.60% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 239 - color contains mainly: green. Hex color #40EF09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40EF09 is #BF10F6. Grayscale: #A1A1A1. Windows color (decimal): -12521719 or 651072. OLE color: 651072.
HSL color Cylindrical-coordinate representation of color #40EF09: hue angle of 105.65º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40EF09 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 239 | 9 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.06 |
| HSL | 105.65º | 0.93% | 0.49% | - |
| HSV(B) | 105.65º | 0.96% | 0.94% | - |
| XYZ | 33.03 | 62.84 | 10.65 | - |
| YUV | 160.46 | 42.52 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 239 | 9 | 0.73 | 0 | 0.96 | 0.06 | 105.65 | 0.93 | 0.49 |
| Hex | 40 | EF | 9 | 49 | 0 | 60 | 6 | 6A | 5D | 31 |
| Octal | 100 | 357 | 11 | 111 | 0 | 140 | 6 | 152 | 135 | 61 |
| Binary | 1000000 | 11101111 | 1001 | 1001001 | 0 | 1100000 | 110 | 1101010 | 1011101 | 110001 |
Color Harmonies of #40EF09
Complementary color
Monochromatic Colors of #40EF09
Black with #40EF09
Text Example
Text Example
White with #40EF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EF09; }
p { color: rgb(64,239,9); }
H1.HeaderClassName
{
color: #40EF09;
}
.AnyTagClassName
{
color: #40EF09;
}
</style>
background-color css
<style>
a { background-color: #40EF09; }
a { background-color: rgb(64,239,9); }
div.DivClassName
{
background-color: #40EF09;
}
.BgClassName
{
background-color: #40EF09;
}
</style>
border-color css
<style>
span { border-color: #40EF09; }
span { border-color: rgb(64,239,9); }
td.TdClassName
{
border-color: #40EF09;
}
.TagClassName
{
border-color: #40EF09;
}
</style>