Shades of Harlequin #4EEF16
Tints of Harlequin #4EEF16
RGB
CMYK
RGB Variations
Color information
#4EEF16 (or 0x4EEF16) is known color: Harlequin. HEX triplet: 4E, EF and 16. RGB value is (78,239,22). Sum of RGB (Red+Green+Blue) = 78+239+22=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 239 (93.75% from 255 or 70.50% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEF16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EEF16 is #B110E9. Grayscale: #A6A6A6. Windows color (decimal): -11604202 or 1503054. OLE color: 1503054.
HSL color Cylindrical-coordinate representation of color #4EEF16: hue angle of 104.52º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4EEF16 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 239 | 22 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.06 |
| HSL | 104.52º | 0.87% | 0.51% | - |
| HSV(B) | 104.52º | 0.91% | 0.94% | - |
| XYZ | 34.15 | 63.41 | 11.2 | - |
| YUV | 166.12 | 46.66 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 239 | 22 | 0.67 | 0 | 0.91 | 0.06 | 104.52 | 0.87 | 0.51 |
| Hex | 4E | EF | 16 | 43 | 0 | 5B | 6 | 69 | 57 | 33 |
| Octal | 116 | 357 | 26 | 103 | 0 | 133 | 6 | 151 | 127 | 63 |
| Binary | 1001110 | 11101111 | 10110 | 1000011 | 0 | 1011011 | 110 | 1101001 | 1010111 | 110011 |
Color Harmonies of #4EEF16
Complementary color
Monochromatic Colors of #4EEF16
Black with #4EEF16
Text Example
Text Example
White with #4EEF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEF16; }
p { color: rgb(78,239,22); }
H1.HeaderClassName
{
color: #4EEF16;
}
.AnyTagClassName
{
color: #4EEF16;
}
</style>
background-color css
<style>
a { background-color: #4EEF16; }
a { background-color: rgb(78,239,22); }
div.DivClassName
{
background-color: #4EEF16;
}
.BgClassName
{
background-color: #4EEF16;
}
</style>
border-color css
<style>
span { border-color: #4EEF16; }
span { border-color: rgb(78,239,22); }
td.TdClassName
{
border-color: #4EEF16;
}
.TagClassName
{
border-color: #4EEF16;
}
</style>