Shades of Harlequin #4EEA0C
Tints of Harlequin #4EEA0C
RGB
CMYK
RGB Variations
Color information
#4EEA0C (or 0x4EEA0C) is known color: Harlequin. HEX triplet: 4E, EA and 0C. RGB value is (78,234,12). Sum of RGB (Red+Green+Blue) = 78+234+12=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 234 (91.80% from 255 or 72.22% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 234 - color contains mainly: green. Hex color #4EEA0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EEA0C is #B115F3. Grayscale: #A2A2A2. Windows color (decimal): -11605492 or 846414. OLE color: 846414.
HSL color Cylindrical-coordinate representation of color #4EEA0C: hue angle of 102.16º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4EEA0C is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 234 | 12 | - |
| CMYK | 0.67 | 0 | 0.95 | 0.08 |
| HSL | 102.16º | 0.9% | 0.48% | - |
| HSV(B) | 102.16º | 0.95% | 0.92% | - |
| XYZ | 32.63 | 60.49 | 10.3 | - |
| YUV | 162.05 | 43.32 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 234 | 12 | 0.67 | 0 | 0.95 | 0.08 | 102.16 | 0.9 | 0.48 |
| Hex | 4E | EA | C | 43 | 0 | 5F | 8 | 66 | 5A | 30 |
| Octal | 116 | 352 | 14 | 103 | 0 | 137 | 10 | 146 | 132 | 60 |
| Binary | 1001110 | 11101010 | 1100 | 1000011 | 0 | 1011111 | 1000 | 1100110 | 1011010 | 110000 |
Color Harmonies of #4EEA0C
Complementary color
Monochromatic Colors of #4EEA0C
Black with #4EEA0C
Text Example
Text Example
White with #4EEA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEA0C; }
p { color: rgb(78,234,12); }
H1.HeaderClassName
{
color: #4EEA0C;
}
.AnyTagClassName
{
color: #4EEA0C;
}
</style>
background-color css
<style>
a { background-color: #4EEA0C; }
a { background-color: rgb(78,234,12); }
div.DivClassName
{
background-color: #4EEA0C;
}
.BgClassName
{
background-color: #4EEA0C;
}
</style>
border-color css
<style>
span { border-color: #4EEA0C; }
span { border-color: rgb(78,234,12); }
td.TdClassName
{
border-color: #4EEA0C;
}
.TagClassName
{
border-color: #4EEA0C;
}
</style>