Shades of Harlequin #40EA09
Tints of Harlequin #40EA09
RGB
CMYK
RGB Variations
Color information
#40EA09 (or 0x40EA09) is known color: Harlequin. HEX triplet: 40, EA and 09. RGB value is (64,234,9). Sum of RGB (Red+Green+Blue) = 64+234+9=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 234 (91.80% from 255 or 76.22% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 234 - color contains mainly: green. Hex color #40EA09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40EA09 is #BF15F6. Grayscale: #9E9E9E. Windows color (decimal): -12522999 or 649792. OLE color: 649792.
HSL color Cylindrical-coordinate representation of color #40EA09: hue angle of 105.33º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40EA09 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 234 | 9 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.08 |
| HSL | 105.33º | 0.93% | 0.48% | - |
| HSV(B) | 105.33º | 0.96% | 0.92% | - |
| XYZ | 31.59 | 59.96 | 10.17 | - |
| YUV | 157.52 | 44.18 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 234 | 9 | 0.73 | 0 | 0.96 | 0.08 | 105.33 | 0.93 | 0.48 |
| Hex | 40 | EA | 9 | 49 | 0 | 60 | 8 | 69 | 5D | 30 |
| Octal | 100 | 352 | 11 | 111 | 0 | 140 | 10 | 151 | 135 | 60 |
| Binary | 1000000 | 11101010 | 1001 | 1001001 | 0 | 1100000 | 1000 | 1101001 | 1011101 | 110000 |
Color Harmonies of #40EA09
Complementary color
Monochromatic Colors of #40EA09
Black with #40EA09
Text Example
Text Example
White with #40EA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EA09; }
p { color: rgb(64,234,9); }
H1.HeaderClassName
{
color: #40EA09;
}
.AnyTagClassName
{
color: #40EA09;
}
</style>
background-color css
<style>
a { background-color: #40EA09; }
a { background-color: rgb(64,234,9); }
div.DivClassName
{
background-color: #40EA09;
}
.BgClassName
{
background-color: #40EA09;
}
</style>
border-color css
<style>
span { border-color: #40EA09; }
span { border-color: rgb(64,234,9); }
td.TdClassName
{
border-color: #40EA09;
}
.TagClassName
{
border-color: #40EA09;
}
</style>