Shades of Harlequin #40EA02
Tints of Harlequin #40EA02
RGB
CMYK
RGB Variations
Color information
#40EA02 (or 0x40EA02) is known color: Harlequin. HEX triplet: 40, EA and 02. RGB value is (64,234,2). Sum of RGB (Red+Green+Blue) = 64+234+2=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 234 (91.80% from 255 or 78% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 234 - color contains mainly: green. Hex color #40EA02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40EA02 is #BF15FD. Grayscale: #9D9D9D. Windows color (decimal): -12523006 or 191040. OLE color: 191040.
HSL color Cylindrical-coordinate representation of color #40EA02: hue angle of 103.97º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40EA02 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 234 | 2 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.08 |
| HSL | 103.97º | 0.98% | 0.46% | - |
| HSV(B) | 103.97º | 0.99% | 0.92% | - |
| XYZ | 31.55 | 59.94 | 9.96 | - |
| YUV | 156.72 | 40.68 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 234 | 2 | 0.73 | 0 | 0.99 | 0.08 | 103.97 | 0.98 | 0.46 |
| Hex | 40 | EA | 2 | 49 | 0 | 63 | 8 | 68 | 62 | 2E |
| Octal | 100 | 352 | 2 | 111 | 0 | 143 | 10 | 150 | 142 | 56 |
| Binary | 1000000 | 11101010 | 10 | 1001001 | 0 | 1100011 | 1000 | 1101000 | 1100010 | 101110 |
Color Harmonies of #40EA02
Complementary color
Monochromatic Colors of #40EA02
Black with #40EA02
Text Example
Text Example
White with #40EA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EA02; }
p { color: rgb(64,234,2); }
H1.HeaderClassName
{
color: #40EA02;
}
.AnyTagClassName
{
color: #40EA02;
}
</style>
background-color css
<style>
a { background-color: #40EA02; }
a { background-color: rgb(64,234,2); }
div.DivClassName
{
background-color: #40EA02;
}
.BgClassName
{
background-color: #40EA02;
}
</style>
border-color css
<style>
span { border-color: #40EA02; }
span { border-color: rgb(64,234,2); }
td.TdClassName
{
border-color: #40EA02;
}
.TagClassName
{
border-color: #40EA02;
}
</style>