Shades of Harlequin #4EEE16
Tints of Harlequin #4EEE16
RGB
CMYK
RGB Variations
Color information
#4EEE16 (or 0x4EEE16) is known color: Harlequin. HEX triplet: 4E, EE and 16. RGB value is (78,238,22). Sum of RGB (Red+Green+Blue) = 78+238+22=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 238 (93.36% from 255 or 70.41% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEE16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EEE16 is #B111E9. Grayscale: #A6A6A6. Windows color (decimal): -11604458 or 1502798. OLE color: 1502798.
HSL color Cylindrical-coordinate representation of color #4EEE16: hue angle of 104.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4EEE16 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 238 | 22 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.07 |
| HSL | 104.44º | 0.86% | 0.51% | - |
| HSV(B) | 104.44º | 0.91% | 0.93% | - |
| XYZ | 33.86 | 62.83 | 11.1 | - |
| YUV | 165.54 | 46.99 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 238 | 22 | 0.67 | 0 | 0.91 | 0.07 | 104.44 | 0.86 | 0.51 |
| Hex | 4E | EE | 16 | 43 | 0 | 5B | 7 | 68 | 56 | 33 |
| Octal | 116 | 356 | 26 | 103 | 0 | 133 | 7 | 150 | 126 | 63 |
| Binary | 1001110 | 11101110 | 10110 | 1000011 | 0 | 1011011 | 111 | 1101000 | 1010110 | 110011 |
Color Harmonies of #4EEE16
Complementary color
Monochromatic Colors of #4EEE16
Black with #4EEE16
Text Example
Text Example
White with #4EEE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEE16; }
p { color: rgb(78,238,22); }
H1.HeaderClassName
{
color: #4EEE16;
}
.AnyTagClassName
{
color: #4EEE16;
}
</style>
background-color css
<style>
a { background-color: #4EEE16; }
a { background-color: rgb(78,238,22); }
div.DivClassName
{
background-color: #4EEE16;
}
.BgClassName
{
background-color: #4EEE16;
}
</style>
border-color css
<style>
span { border-color: #4EEE16; }
span { border-color: rgb(78,238,22); }
td.TdClassName
{
border-color: #4EEE16;
}
.TagClassName
{
border-color: #4EEE16;
}
</style>