Shades of Harlequin #4EED16
Tints of Harlequin #4EED16
RGB
CMYK
RGB Variations
Color information
#4EED16 (or 0x4EED16) is known color: Harlequin. HEX triplet: 4E, ED and 16. RGB value is (78,237,22). Sum of RGB (Red+Green+Blue) = 78+237+22=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 237 (92.97% from 255 or 70.33% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 237 - color contains mainly: green. Hex color #4EED16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EED16 is #B112E9. Grayscale: #A5A5A5. Windows color (decimal): -11604714 or 1502542. OLE color: 1502542.
HSL color Cylindrical-coordinate representation of color #4EED16: hue angle of 104.37º 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 #4EED16 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 22 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.07 |
| HSL | 104.37º | 0.86% | 0.51% | - |
| HSV(B) | 104.37º | 0.91% | 0.93% | - |
| XYZ | 33.57 | 62.25 | 11 | - |
| YUV | 164.95 | 47.32 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 22 | 0.67 | 0 | 0.91 | 0.07 | 104.37 | 0.86 | 0.51 |
| Hex | 4E | ED | 16 | 43 | 0 | 5B | 7 | 68 | 56 | 33 |
| Octal | 116 | 355 | 26 | 103 | 0 | 133 | 7 | 150 | 126 | 63 |
| Binary | 1001110 | 11101101 | 10110 | 1000011 | 0 | 1011011 | 111 | 1101000 | 1010110 | 110011 |
Color Harmonies of #4EED16
Complementary color
Monochromatic Colors of #4EED16
Black with #4EED16
Text Example
Text Example
White with #4EED16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EED16; }
p { color: rgb(78,237,22); }
H1.HeaderClassName
{
color: #4EED16;
}
.AnyTagClassName
{
color: #4EED16;
}
</style>
background-color css
<style>
a { background-color: #4EED16; }
a { background-color: rgb(78,237,22); }
div.DivClassName
{
background-color: #4EED16;
}
.BgClassName
{
background-color: #4EED16;
}
</style>
border-color css
<style>
span { border-color: #4EED16; }
span { border-color: rgb(78,237,22); }
td.TdClassName
{
border-color: #4EED16;
}
.TagClassName
{
border-color: #4EED16;
}
</style>