Shades of Harlequin #40E709
Tints of Harlequin #40E709
RGB
CMYK
RGB Variations
Color information
#40E709 (or 0x40E709) is known color: Harlequin. HEX triplet: 40, E7 and 09. RGB value is (64,231,9). Sum of RGB (Red+Green+Blue) = 64+231+9=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 231 (90.62% from 255 or 75.99% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 231 - color contains mainly: green. Hex color #40E709 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40E709 is #BF18F6. Grayscale: #9C9C9C. Windows color (decimal): -12523767 or 649024. OLE color: 649024.
HSL color Cylindrical-coordinate representation of color #40E709: hue angle of 105.14º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40E709 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 231 | 9 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.09 |
| HSL | 105.14º | 0.93% | 0.47% | - |
| HSV(B) | 105.14º | 0.96% | 0.91% | - |
| XYZ | 30.74 | 58.26 | 9.88 | - |
| YUV | 155.76 | 45.17 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 231 | 9 | 0.72 | 0 | 0.96 | 0.09 | 105.14 | 0.93 | 0.47 |
| Hex | 40 | E7 | 9 | 48 | 0 | 60 | 9 | 69 | 5C | 2F |
| Octal | 100 | 347 | 11 | 110 | 0 | 140 | 11 | 151 | 134 | 57 |
| Binary | 1000000 | 11100111 | 1001 | 1001000 | 0 | 1100000 | 1001 | 1101001 | 1011100 | 101111 |
Color Harmonies of #40E709
Complementary color
Monochromatic Colors of #40E709
Black with #40E709
Text Example
Text Example
White with #40E709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E709; }
p { color: rgb(64,231,9); }
H1.HeaderClassName
{
color: #40E709;
}
.AnyTagClassName
{
color: #40E709;
}
</style>
background-color css
<style>
a { background-color: #40E709; }
a { background-color: rgb(64,231,9); }
div.DivClassName
{
background-color: #40E709;
}
.BgClassName
{
background-color: #40E709;
}
</style>
border-color css
<style>
span { border-color: #40E709; }
span { border-color: rgb(64,231,9); }
td.TdClassName
{
border-color: #40E709;
}
.TagClassName
{
border-color: #40E709;
}
</style>