Shades of Harlequin #4EEF14
Tints of Harlequin #4EEF14
RGB
CMYK
RGB Variations
Color information
#4EEF14 (or 0x4EEF14) is known color: Harlequin. HEX triplet: 4E, EF and 14. RGB value is (78,239,20). Sum of RGB (Red+Green+Blue) = 78+239+20=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 239 (93.75% from 255 or 70.92% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEF14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EEF14 is #B110EB. Grayscale: #A6A6A6. Windows color (decimal): -11604204 or 1371982. OLE color: 1371982.
HSL color Cylindrical-coordinate representation of color #4EEF14: hue angle of 104.11º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4EEF14 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 239 | 20 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.06 |
| HSL | 104.11º | 0.87% | 0.51% | - |
| HSV(B) | 104.11º | 0.92% | 0.94% | - |
| XYZ | 34.13 | 63.4 | 11.1 | - |
| YUV | 165.9 | 45.66 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 239 | 20 | 0.67 | 0 | 0.92 | 0.06 | 104.11 | 0.87 | 0.51 |
| Hex | 4E | EF | 14 | 43 | 0 | 5C | 6 | 68 | 57 | 33 |
| Octal | 116 | 357 | 24 | 103 | 0 | 134 | 6 | 150 | 127 | 63 |
| Binary | 1001110 | 11101111 | 10100 | 1000011 | 0 | 1011100 | 110 | 1101000 | 1010111 | 110011 |
Color Harmonies of #4EEF14
Complementary color
Monochromatic Colors of #4EEF14
Black with #4EEF14
Text Example
Text Example
White with #4EEF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEF14; }
p { color: rgb(78,239,20); }
H1.HeaderClassName
{
color: #4EEF14;
}
.AnyTagClassName
{
color: #4EEF14;
}
</style>
background-color css
<style>
a { background-color: #4EEF14; }
a { background-color: rgb(78,239,20); }
div.DivClassName
{
background-color: #4EEF14;
}
.BgClassName
{
background-color: #4EEF14;
}
</style>
border-color css
<style>
span { border-color: #4EEF14; }
span { border-color: rgb(78,239,20); }
td.TdClassName
{
border-color: #4EEF14;
}
.TagClassName
{
border-color: #4EEF14;
}
</style>