Shades of Harlequin #4EEA04
Tints of Harlequin #4EEA04
RGB
CMYK
RGB Variations
Color information
#4EEA04 (or 0x4EEA04) is known color: Harlequin. HEX triplet: 4E, EA and 04. RGB value is (78,234,4). Sum of RGB (Red+Green+Blue) = 78+234+4=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 234 (91.80% from 255 or 74.05% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 234 - color contains mainly: green. Hex color #4EEA04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EEA04 is #B115FB. Grayscale: #A1A1A1. Windows color (decimal): -11605500 or 322126. OLE color: 322126.
HSL color Cylindrical-coordinate representation of color #4EEA04: hue angle of 100.7º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4EEA04 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 234 | 4 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.08 |
| HSL | 100.7º | 0.97% | 0.47% | - |
| HSV(B) | 100.7º | 0.98% | 0.92% | - |
| XYZ | 32.59 | 60.47 | 10.07 | - |
| YUV | 161.14 | 39.32 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 234 | 4 | 0.67 | 0 | 0.98 | 0.08 | 100.7 | 0.97 | 0.47 |
| Hex | 4E | EA | 4 | 43 | 0 | 62 | 8 | 65 | 61 | 2F |
| Octal | 116 | 352 | 4 | 103 | 0 | 142 | 10 | 145 | 141 | 57 |
| Binary | 1001110 | 11101010 | 100 | 1000011 | 0 | 1100010 | 1000 | 1100101 | 1100001 | 101111 |
Color Harmonies of #4EEA04
Complementary color
Monochromatic Colors of #4EEA04
Black with #4EEA04
Text Example
Text Example
White with #4EEA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEA04; }
p { color: rgb(78,234,4); }
H1.HeaderClassName
{
color: #4EEA04;
}
.AnyTagClassName
{
color: #4EEA04;
}
</style>
background-color css
<style>
a { background-color: #4EEA04; }
a { background-color: rgb(78,234,4); }
div.DivClassName
{
background-color: #4EEA04;
}
.BgClassName
{
background-color: #4EEA04;
}
</style>
border-color css
<style>
span { border-color: #4EEA04; }
span { border-color: rgb(78,234,4); }
td.TdClassName
{
border-color: #4EEA04;
}
.TagClassName
{
border-color: #4EEA04;
}
</style>