Shades of Harlequin #4EFC16
Tints of Harlequin #4EFC16
RGB
CMYK
RGB Variations
Color information
#4EFC16 (or 0x4EFC16) is known color: Harlequin. HEX triplet: 4E, FC and 16. RGB value is (78,252,22). Sum of RGB (Red+Green+Blue) = 78+252+22=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 252 (98.83% from 255 or 71.59% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFC16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFC16 is #B103E9. Grayscale: #AEAEAE. Windows color (decimal): -11600874 or 1506382. OLE color: 1506382.
HSL color Cylindrical-coordinate representation of color #4EFC16: hue angle of 105.39º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4EFC16 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 252 | 22 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.01 |
| HSL | 105.39º | 0.97% | 0.54% | - |
| HSV(B) | 105.39º | 0.91% | 0.99% | - |
| XYZ | 38.1 | 71.3 | 12.51 | - |
| YUV | 173.75 | 42.35 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 252 | 22 | 0.69 | 0 | 0.91 | 0.01 | 105.39 | 0.97 | 0.54 |
| Hex | 4E | FC | 16 | 45 | 0 | 5B | 1 | 69 | 61 | 36 |
| Octal | 116 | 374 | 26 | 105 | 0 | 133 | 1 | 151 | 141 | 66 |
| Binary | 1001110 | 11111100 | 10110 | 1000101 | 0 | 1011011 | 1 | 1101001 | 1100001 | 110110 |
Color Harmonies of #4EFC16
Complementary color
Monochromatic Colors of #4EFC16
Black with #4EFC16
Text Example
Text Example
White with #4EFC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFC16; }
p { color: rgb(78,252,22); }
H1.HeaderClassName
{
color: #4EFC16;
}
.AnyTagClassName
{
color: #4EFC16;
}
</style>
background-color css
<style>
a { background-color: #4EFC16; }
a { background-color: rgb(78,252,22); }
div.DivClassName
{
background-color: #4EFC16;
}
.BgClassName
{
background-color: #4EFC16;
}
</style>
border-color css
<style>
span { border-color: #4EFC16; }
span { border-color: rgb(78,252,22); }
td.TdClassName
{
border-color: #4EFC16;
}
.TagClassName
{
border-color: #4EFC16;
}
</style>