Shades of Harlequin #4EE311
Tints of Harlequin #4EE311
RGB
CMYK
RGB Variations
Color information
#4EE311 (or 0x4EE311) is known color: Harlequin. HEX triplet: 4E, E3 and 11. RGB value is (78,227,17). Sum of RGB (Red+Green+Blue) = 78+227+17=322 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.22% from 322); Green value is 227 (89.06% from 255 or 70.50% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 227 - color contains mainly: green. Hex color #4EE311 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EE311 is #B11CEE. Grayscale: #9F9F9F. Windows color (decimal): -11607279 or 1172302. OLE color: 1172302.
HSL color Cylindrical-coordinate representation of color #4EE311: hue angle of 102.57º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4EE311 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 227 | 17 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.11 |
| HSL | 102.57º | 0.86% | 0.48% | - |
| HSV(B) | 102.57º | 0.93% | 0.89% | - |
| XYZ | 30.71 | 56.6 | 9.84 | - |
| YUV | 158.51 | 48.14 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 227 | 17 | 0.66 | 0 | 0.93 | 0.11 | 102.57 | 0.86 | 0.48 |
| Hex | 4E | E3 | 11 | 42 | 0 | 5D | B | 67 | 56 | 30 |
| Octal | 116 | 343 | 21 | 102 | 0 | 135 | 13 | 147 | 126 | 60 |
| Binary | 1001110 | 11100011 | 10001 | 1000010 | 0 | 1011101 | 1011 | 1100111 | 1010110 | 110000 |
Color Harmonies of #4EE311
Complementary color
Monochromatic Colors of #4EE311
Black with #4EE311
Text Example
Text Example
White with #4EE311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE311; }
p { color: rgb(78,227,17); }
H1.HeaderClassName
{
color: #4EE311;
}
.AnyTagClassName
{
color: #4EE311;
}
</style>
background-color css
<style>
a { background-color: #4EE311; }
a { background-color: rgb(78,227,17); }
div.DivClassName
{
background-color: #4EE311;
}
.BgClassName
{
background-color: #4EE311;
}
</style>
border-color css
<style>
span { border-color: #4EE311; }
span { border-color: rgb(78,227,17); }
td.TdClassName
{
border-color: #4EE311;
}
.TagClassName
{
border-color: #4EE311;
}
</style>