Shades of Harlequin #40EA06
Tints of Harlequin #40EA06
RGB
CMYK
RGB Variations
Color information
#40EA06 (or 0x40EA06) is known color: Harlequin. HEX triplet: 40, EA and 06. RGB value is (64,234,6). Sum of RGB (Red+Green+Blue) = 64+234+6=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 234 (91.80% from 255 or 76.97% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 234 - color contains mainly: green. Hex color #40EA06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40EA06 is #BF15F9. Grayscale: #9D9D9D. Windows color (decimal): -12523002 or 453184. OLE color: 453184.
HSL color Cylindrical-coordinate representation of color #40EA06: hue angle of 104.74º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40EA06 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 234 | 6 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.08 |
| HSL | 104.74º | 0.95% | 0.47% | - |
| HSV(B) | 104.74º | 0.97% | 0.92% | - |
| XYZ | 31.57 | 59.95 | 10.08 | - |
| YUV | 157.18 | 42.68 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 234 | 6 | 0.73 | 0 | 0.97 | 0.08 | 104.74 | 0.95 | 0.47 |
| Hex | 40 | EA | 6 | 49 | 0 | 61 | 8 | 69 | 5F | 2F |
| Octal | 100 | 352 | 6 | 111 | 0 | 141 | 10 | 151 | 137 | 57 |
| Binary | 1000000 | 11101010 | 110 | 1001001 | 0 | 1100001 | 1000 | 1101001 | 1011111 | 101111 |
Color Harmonies of #40EA06
Complementary color
Monochromatic Colors of #40EA06
Black with #40EA06
Text Example
Text Example
White with #40EA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EA06; }
p { color: rgb(64,234,6); }
H1.HeaderClassName
{
color: #40EA06;
}
.AnyTagClassName
{
color: #40EA06;
}
</style>
background-color css
<style>
a { background-color: #40EA06; }
a { background-color: rgb(64,234,6); }
div.DivClassName
{
background-color: #40EA06;
}
.BgClassName
{
background-color: #40EA06;
}
</style>
border-color css
<style>
span { border-color: #40EA06; }
span { border-color: rgb(64,234,6); }
td.TdClassName
{
border-color: #40EA06;
}
.TagClassName
{
border-color: #40EA06;
}
</style>