Shades of Harlequin #4EE00F
Tints of Harlequin #4EE00F
RGB
CMYK
RGB Variations
Color information
#4EE00F (or 0x4EE00F) is known color: Harlequin. HEX triplet: 4E, E0 and 0F. RGB value is (78,224,15). Sum of RGB (Red+Green+Blue) = 78+224+15=317 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.61% from 317); Green value is 224 (87.89% from 255 or 70.66% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 224 - color contains mainly: green. Hex color #4EE00F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EE00F is #B11FF0. Grayscale: #9D9D9D. Windows color (decimal): -11608049 or 1040462. OLE color: 1040462.
HSL color Cylindrical-coordinate representation of color #4EE00F: hue angle of 101.91º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4EE00F is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 224 | 15 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.12 |
| HSL | 101.91º | 0.87% | 0.47% | - |
| HSV(B) | 101.91º | 0.93% | 0.88% | - |
| XYZ | 29.88 | 54.97 | 9.49 | - |
| YUV | 156.52 | 48.13 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 224 | 15 | 0.65 | 0 | 0.93 | 0.12 | 101.91 | 0.87 | 0.47 |
| Hex | 4E | E0 | F | 41 | 0 | 5D | C | 66 | 57 | 2F |
| Octal | 116 | 340 | 17 | 101 | 0 | 135 | 14 | 146 | 127 | 57 |
| Binary | 1001110 | 11100000 | 1111 | 1000001 | 0 | 1011101 | 1100 | 1100110 | 1010111 | 101111 |
Color Harmonies of #4EE00F
Complementary color
Monochromatic Colors of #4EE00F
Black with #4EE00F
Text Example
Text Example
White with #4EE00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE00F; }
p { color: rgb(78,224,15); }
H1.HeaderClassName
{
color: #4EE00F;
}
.AnyTagClassName
{
color: #4EE00F;
}
</style>
background-color css
<style>
a { background-color: #4EE00F; }
a { background-color: rgb(78,224,15); }
div.DivClassName
{
background-color: #4EE00F;
}
.BgClassName
{
background-color: #4EE00F;
}
</style>
border-color css
<style>
span { border-color: #4EE00F; }
span { border-color: rgb(78,224,15); }
td.TdClassName
{
border-color: #4EE00F;
}
.TagClassName
{
border-color: #4EE00F;
}
</style>