Shades of Harlequin #4EE514
Tints of Harlequin #4EE514
RGB
CMYK
RGB Variations
Color information
#4EE514 (or 0x4EE514) is known color: Harlequin. HEX triplet: 4E, E5 and 14. RGB value is (78,229,20). Sum of RGB (Red+Green+Blue) = 78+229+20=327 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.85% from 327); Green value is 229 (89.84% from 255 or 70.03% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 229 - color contains mainly: green. Hex color #4EE514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EE514 is #B11AEB. Grayscale: #A0A0A0. Windows color (decimal): -11606764 or 1369422. OLE color: 1369422.
HSL color Cylindrical-coordinate representation of color #4EE514: hue angle of 103.35º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4EE514 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 78 | 229 | 20 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.10 |
| HSL | 103.35º | 0.84% | 0.49% | - |
| HSV(B) | 103.35º | 0.91% | 0.9% | - |
| XYZ | 31.29 | 57.71 | 10.15 | - |
| YUV | 160.03 | 48.97 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 229 | 20 | 0.66 | 0 | 0.91 | 0.10 | 103.35 | 0.84 | 0.49 |
| Hex | 4E | E5 | 14 | 42 | 0 | 5B | A | 67 | 54 | 31 |
| Octal | 116 | 345 | 24 | 102 | 0 | 133 | 12 | 147 | 124 | 61 |
| Binary | 1001110 | 11100101 | 10100 | 1000010 | 0 | 1011011 | 1010 | 1100111 | 1010100 | 110001 |
Color Harmonies of #4EE514
Complementary color
Monochromatic Colors of #4EE514
Black with #4EE514
Text Example
Text Example
White with #4EE514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE514; }
p { color: rgb(78,229,20); }
H1.HeaderClassName
{
color: #4EE514;
}
.AnyTagClassName
{
color: #4EE514;
}
</style>
background-color css
<style>
a { background-color: #4EE514; }
a { background-color: rgb(78,229,20); }
div.DivClassName
{
background-color: #4EE514;
}
.BgClassName
{
background-color: #4EE514;
}
</style>
border-color css
<style>
span { border-color: #4EE514; }
span { border-color: rgb(78,229,20); }
td.TdClassName
{
border-color: #4EE514;
}
.TagClassName
{
border-color: #4EE514;
}
</style>