Shades of Harlequin #40EA0F
Tints of Harlequin #40EA0F
RGB
CMYK
RGB Variations
Color information
#40EA0F (or 0x40EA0F) is known color: Harlequin. HEX triplet: 40, EA and 0F. RGB value is (64,234,15). Sum of RGB (Red+Green+Blue) = 64+234+15=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 234 (91.80% from 255 or 74.76% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 234 - color contains mainly: green. Hex color #40EA0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40EA0F is #BF15F0. Grayscale: #9E9E9E. Windows color (decimal): -12522993 or 1043008. OLE color: 1043008.
HSL color Cylindrical-coordinate representation of color #40EA0F: hue angle of 106.58º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40EA0F is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 234 | 15 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.08 |
| HSL | 106.58º | 0.88% | 0.49% | - |
| HSV(B) | 106.58º | 0.94% | 0.92% | - |
| XYZ | 31.62 | 59.97 | 10.36 | - |
| YUV | 158.2 | 47.18 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 234 | 15 | 0.73 | 0 | 0.94 | 0.08 | 106.58 | 0.88 | 0.49 |
| Hex | 40 | EA | F | 49 | 0 | 5E | 8 | 6B | 58 | 31 |
| Octal | 100 | 352 | 17 | 111 | 0 | 136 | 10 | 153 | 130 | 61 |
| Binary | 1000000 | 11101010 | 1111 | 1001001 | 0 | 1011110 | 1000 | 1101011 | 1011000 | 110001 |
Color Harmonies of #40EA0F
Complementary color
Monochromatic Colors of #40EA0F
Black with #40EA0F
Text Example
Text Example
White with #40EA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EA0F; }
p { color: rgb(64,234,15); }
H1.HeaderClassName
{
color: #40EA0F;
}
.AnyTagClassName
{
color: #40EA0F;
}
</style>
background-color css
<style>
a { background-color: #40EA0F; }
a { background-color: rgb(64,234,15); }
div.DivClassName
{
background-color: #40EA0F;
}
.BgClassName
{
background-color: #40EA0F;
}
</style>
border-color css
<style>
span { border-color: #40EA0F; }
span { border-color: rgb(64,234,15); }
td.TdClassName
{
border-color: #40EA0F;
}
.TagClassName
{
border-color: #40EA0F;
}
</style>