Shades of Harlequin #4EE20F
Tints of Harlequin #4EE20F
RGB
CMYK
RGB Variations
Color information
#4EE20F (or 0x4EE20F) is known color: Harlequin. HEX triplet: 4E, E2 and 0F. RGB value is (78,226,15). Sum of RGB (Red+Green+Blue) = 78+226+15=319 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.45% from 319); Green value is 226 (88.67% from 255 or 70.85% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 226 - color contains mainly: green. Hex color #4EE20F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EE20F is #B11DF0. Grayscale: #9E9E9E. Windows color (decimal): -11607537 or 1040974. OLE color: 1040974.
HSL color Cylindrical-coordinate representation of color #4EE20F: hue angle of 102.09º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4EE20F is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 226 | 15 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.11 |
| HSL | 102.09º | 0.88% | 0.47% | - |
| HSV(B) | 102.09º | 0.93% | 0.89% | - |
| XYZ | 30.42 | 56.05 | 9.67 | - |
| YUV | 157.69 | 47.47 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 226 | 15 | 0.65 | 0 | 0.93 | 0.11 | 102.09 | 0.88 | 0.47 |
| Hex | 4E | E2 | F | 41 | 0 | 5D | B | 66 | 58 | 2F |
| Octal | 116 | 342 | 17 | 101 | 0 | 135 | 13 | 146 | 130 | 57 |
| Binary | 1001110 | 11100010 | 1111 | 1000001 | 0 | 1011101 | 1011 | 1100110 | 1011000 | 101111 |
Color Harmonies of #4EE20F
Complementary color
Monochromatic Colors of #4EE20F
Black with #4EE20F
Text Example
Text Example
White with #4EE20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE20F; }
p { color: rgb(78,226,15); }
H1.HeaderClassName
{
color: #4EE20F;
}
.AnyTagClassName
{
color: #4EE20F;
}
</style>
background-color css
<style>
a { background-color: #4EE20F; }
a { background-color: rgb(78,226,15); }
div.DivClassName
{
background-color: #4EE20F;
}
.BgClassName
{
background-color: #4EE20F;
}
</style>
border-color css
<style>
span { border-color: #4EE20F; }
span { border-color: rgb(78,226,15); }
td.TdClassName
{
border-color: #4EE20F;
}
.TagClassName
{
border-color: #4EE20F;
}
</style>