Shades of Harlequin #4EE00D
Tints of Harlequin #4EE00D
RGB
CMYK
RGB Variations
Color information
#4EE00D (or 0x4EE00D) is known color: Harlequin. HEX triplet: 4E, E0 and 0D. RGB value is (78,224,13). Sum of RGB (Red+Green+Blue) = 78+224+13=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 224 (87.89% from 255 or 71.11% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 224 - color contains mainly: green. Hex color #4EE00D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EE00D is #B11FF2. Grayscale: #9C9C9C. Windows color (decimal): -11608051 or 909390. OLE color: 909390.
HSL color Cylindrical-coordinate representation of color #4EE00D: hue angle of 101.52º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4EE00D is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 224 | 13 | - |
| CMYK | 0.65 | 0 | 0.94 | 0.12 |
| HSL | 101.52º | 0.89% | 0.46% | - |
| HSV(B) | 101.52º | 0.94% | 0.88% | - |
| XYZ | 29.87 | 54.96 | 9.41 | - |
| YUV | 156.29 | 47.13 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 224 | 13 | 0.65 | 0 | 0.94 | 0.12 | 101.52 | 0.89 | 0.46 |
| Hex | 4E | E0 | D | 41 | 0 | 5E | C | 66 | 59 | 2E |
| Octal | 116 | 340 | 15 | 101 | 0 | 136 | 14 | 146 | 131 | 56 |
| Binary | 1001110 | 11100000 | 1101 | 1000001 | 0 | 1011110 | 1100 | 1100110 | 1011001 | 101110 |
Color Harmonies of #4EE00D
Complementary color
Monochromatic Colors of #4EE00D
Black with #4EE00D
Text Example
Text Example
White with #4EE00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE00D; }
p { color: rgb(78,224,13); }
H1.HeaderClassName
{
color: #4EE00D;
}
.AnyTagClassName
{
color: #4EE00D;
}
</style>
background-color css
<style>
a { background-color: #4EE00D; }
a { background-color: rgb(78,224,13); }
div.DivClassName
{
background-color: #4EE00D;
}
.BgClassName
{
background-color: #4EE00D;
}
</style>
border-color css
<style>
span { border-color: #4EE00D; }
span { border-color: rgb(78,224,13); }
td.TdClassName
{
border-color: #4EE00D;
}
.TagClassName
{
border-color: #4EE00D;
}
</style>