Shades of Harlequin #4EEA1C
Tints of Harlequin #4EEA1C
RGB
CMYK
RGB Variations
Color information
#4EEA1C (or 0x4EEA1C) is known color: Harlequin. HEX triplet: 4E, EA and 1C. RGB value is (78,234,28). Sum of RGB (Red+Green+Blue) = 78+234+28=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 234 (91.80% from 255 or 68.82% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 234 - color contains mainly: green. Hex color #4EEA1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EEA1C is #B115E3. Grayscale: #A4A4A4. Windows color (decimal): -11605476 or 1894990. OLE color: 1894990.
HSL color Cylindrical-coordinate representation of color #4EEA1C: hue angle of 105.44º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4EEA1C is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 234 | 28 | - |
| CMYK | 0.67 | 0 | 0.88 | 0.08 |
| HSL | 105.44º | 0.83% | 0.51% | - |
| HSV(B) | 105.44º | 0.88% | 0.92% | - |
| XYZ | 32.77 | 60.55 | 11.06 | - |
| YUV | 163.87 | 51.32 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 234 | 28 | 0.67 | 0 | 0.88 | 0.08 | 105.44 | 0.83 | 0.51 |
| Hex | 4E | EA | 1C | 43 | 0 | 58 | 8 | 69 | 53 | 33 |
| Octal | 116 | 352 | 34 | 103 | 0 | 130 | 10 | 151 | 123 | 63 |
| Binary | 1001110 | 11101010 | 11100 | 1000011 | 0 | 1011000 | 1000 | 1101001 | 1010011 | 110011 |
Color Harmonies of #4EEA1C
Complementary color
Monochromatic Colors of #4EEA1C
Black with #4EEA1C
Text Example
Text Example
White with #4EEA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEA1C; }
p { color: rgb(78,234,28); }
H1.HeaderClassName
{
color: #4EEA1C;
}
.AnyTagClassName
{
color: #4EEA1C;
}
</style>
background-color css
<style>
a { background-color: #4EEA1C; }
a { background-color: rgb(78,234,28); }
div.DivClassName
{
background-color: #4EEA1C;
}
.BgClassName
{
background-color: #4EEA1C;
}
</style>
border-color css
<style>
span { border-color: #4EEA1C; }
span { border-color: rgb(78,234,28); }
td.TdClassName
{
border-color: #4EEA1C;
}
.TagClassName
{
border-color: #4EEA1C;
}
</style>