Shades of Harlequin #4EE314
Tints of Harlequin #4EE314
RGB
CMYK
RGB Variations
Color information
#4EE314 (or 0x4EE314) is known color: Harlequin. HEX triplet: 4E, E3 and 14. RGB value is (78,227,20). Sum of RGB (Red+Green+Blue) = 78+227+20=325 (43% of max value = 765). Red value is 78 (30.86% from 255 or 24% from 325); Green value is 227 (89.06% from 255 or 69.85% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 227 - color contains mainly: green. Hex color #4EE314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EE314 is #B11CEB. Grayscale: #9F9F9F. Windows color (decimal): -11607276 or 1368910. OLE color: 1368910.
HSL color Cylindrical-coordinate representation of color #4EE314: hue angle of 103.19º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4EE314 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 227 | 20 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.11 |
| HSL | 103.19º | 0.84% | 0.48% | - |
| HSV(B) | 103.19º | 0.91% | 0.89% | - |
| XYZ | 30.74 | 56.61 | 9.97 | - |
| YUV | 158.85 | 49.64 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 227 | 20 | 0.66 | 0 | 0.91 | 0.11 | 103.19 | 0.84 | 0.48 |
| Hex | 4E | E3 | 14 | 42 | 0 | 5B | B | 67 | 54 | 30 |
| Octal | 116 | 343 | 24 | 102 | 0 | 133 | 13 | 147 | 124 | 60 |
| Binary | 1001110 | 11100011 | 10100 | 1000010 | 0 | 1011011 | 1011 | 1100111 | 1010100 | 110000 |
Color Harmonies of #4EE314
Complementary color
Monochromatic Colors of #4EE314
Black with #4EE314
Text Example
Text Example
White with #4EE314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE314; }
p { color: rgb(78,227,20); }
H1.HeaderClassName
{
color: #4EE314;
}
.AnyTagClassName
{
color: #4EE314;
}
</style>
background-color css
<style>
a { background-color: #4EE314; }
a { background-color: rgb(78,227,20); }
div.DivClassName
{
background-color: #4EE314;
}
.BgClassName
{
background-color: #4EE314;
}
</style>
border-color css
<style>
span { border-color: #4EE314; }
span { border-color: rgb(78,227,20); }
td.TdClassName
{
border-color: #4EE314;
}
.TagClassName
{
border-color: #4EE314;
}
</style>