Shades of Harlequin #4EE416
Tints of Harlequin #4EE416
RGB
CMYK
RGB Variations
Color information
#4EE416 (or 0x4EE416) is known color: Harlequin. HEX triplet: 4E, E4 and 16. RGB value is (78,228,22). Sum of RGB (Red+Green+Blue) = 78+228+22=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 228 (89.45% from 255 or 69.51% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 228 - color contains mainly: green. Hex color #4EE416 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EE416 is #B11BE9. Grayscale: #A0A0A0. Windows color (decimal): -11607018 or 1500238. OLE color: 1500238.
HSL color Cylindrical-coordinate representation of color #4EE416: hue angle of 103.69º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4EE416 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 228 | 22 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.11 |
| HSL | 103.69º | 0.82% | 0.49% | - |
| HSV(B) | 103.69º | 0.9% | 0.89% | - |
| XYZ | 31.03 | 57.16 | 10.16 | - |
| YUV | 159.67 | 50.31 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 228 | 22 | 0.66 | 0 | 0.90 | 0.11 | 103.69 | 0.82 | 0.49 |
| Hex | 4E | E4 | 16 | 42 | 0 | 5A | B | 68 | 52 | 31 |
| Octal | 116 | 344 | 26 | 102 | 0 | 132 | 13 | 150 | 122 | 61 |
| Binary | 1001110 | 11100100 | 10110 | 1000010 | 0 | 1011010 | 1011 | 1101000 | 1010010 | 110001 |
Color Harmonies of #4EE416
Complementary color
Monochromatic Colors of #4EE416
Black with #4EE416
Text Example
Text Example
White with #4EE416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE416; }
p { color: rgb(78,228,22); }
H1.HeaderClassName
{
color: #4EE416;
}
.AnyTagClassName
{
color: #4EE416;
}
</style>
background-color css
<style>
a { background-color: #4EE416; }
a { background-color: rgb(78,228,22); }
div.DivClassName
{
background-color: #4EE416;
}
.BgClassName
{
background-color: #4EE416;
}
</style>
border-color css
<style>
span { border-color: #4EE416; }
span { border-color: rgb(78,228,22); }
td.TdClassName
{
border-color: #4EE416;
}
.TagClassName
{
border-color: #4EE416;
}
</style>