Shades of Harlequin #4EEA03
Tints of Harlequin #4EEA03
RGB
CMYK
RGB Variations
Color information
#4EEA03 (or 0x4EEA03) is known color: Harlequin. HEX triplet: 4E, EA and 03. RGB value is (78,234,3). Sum of RGB (Red+Green+Blue) = 78+234+3=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 234 (91.80% from 255 or 74.29% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 234 - color contains mainly: green. Hex color #4EEA03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EEA03 is #B115FC. Grayscale: #A1A1A1. Windows color (decimal): -11605501 or 256590. OLE color: 256590.
HSL color Cylindrical-coordinate representation of color #4EEA03: hue angle of 100.52º degrees, saturation: 0.97, 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 #4EEA03 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 234 | 3 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.08 |
| HSL | 100.52º | 0.97% | 0.46% | - |
| HSV(B) | 100.52º | 0.99% | 0.92% | - |
| XYZ | 32.58 | 60.47 | 10.04 | - |
| YUV | 161.02 | 38.82 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 234 | 3 | 0.67 | 0 | 0.99 | 0.08 | 100.52 | 0.97 | 0.46 |
| Hex | 4E | EA | 3 | 43 | 0 | 63 | 8 | 65 | 61 | 2E |
| Octal | 116 | 352 | 3 | 103 | 0 | 143 | 10 | 145 | 141 | 56 |
| Binary | 1001110 | 11101010 | 11 | 1000011 | 0 | 1100011 | 1000 | 1100101 | 1100001 | 101110 |
Color Harmonies of #4EEA03
Complementary color
Monochromatic Colors of #4EEA03
Black with #4EEA03
Text Example
Text Example
White with #4EEA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEA03; }
p { color: rgb(78,234,3); }
H1.HeaderClassName
{
color: #4EEA03;
}
.AnyTagClassName
{
color: #4EEA03;
}
</style>
background-color css
<style>
a { background-color: #4EEA03; }
a { background-color: rgb(78,234,3); }
div.DivClassName
{
background-color: #4EEA03;
}
.BgClassName
{
background-color: #4EEA03;
}
</style>
border-color css
<style>
span { border-color: #4EEA03; }
span { border-color: rgb(78,234,3); }
td.TdClassName
{
border-color: #4EEA03;
}
.TagClassName
{
border-color: #4EEA03;
}
</style>