Shades of Harlequin #4EE306
Tints of Harlequin #4EE306
RGB
CMYK
RGB Variations
Color information
#4EE306 (or 0x4EE306) is known color: Harlequin. HEX triplet: 4E, E3 and 06. RGB value is (78,227,6). Sum of RGB (Red+Green+Blue) = 78+227+6=311 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.08% from 311); Green value is 227 (89.06% from 255 or 72.99% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 227 - color contains mainly: green. Hex color #4EE306 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EE306 is #B11CF9. Grayscale: #9D9D9D. Windows color (decimal): -11607290 or 451406. OLE color: 451406.
HSL color Cylindrical-coordinate representation of color #4EE306: hue angle of 100.45º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4EE306 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 227 | 6 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.11 |
| HSL | 100.45º | 0.95% | 0.46% | - |
| HSV(B) | 100.45º | 0.97% | 0.89% | - |
| XYZ | 30.64 | 56.57 | 9.48 | - |
| YUV | 157.26 | 42.64 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 227 | 6 | 0.66 | 0 | 0.97 | 0.11 | 100.45 | 0.95 | 0.46 |
| Hex | 4E | E3 | 6 | 42 | 0 | 61 | B | 64 | 5F | 2E |
| Octal | 116 | 343 | 6 | 102 | 0 | 141 | 13 | 144 | 137 | 56 |
| Binary | 1001110 | 11100011 | 110 | 1000010 | 0 | 1100001 | 1011 | 1100100 | 1011111 | 101110 |
Color Harmonies of #4EE306
Complementary color
Monochromatic Colors of #4EE306
Black with #4EE306
Text Example
Text Example
White with #4EE306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE306; }
p { color: rgb(78,227,6); }
H1.HeaderClassName
{
color: #4EE306;
}
.AnyTagClassName
{
color: #4EE306;
}
</style>
background-color css
<style>
a { background-color: #4EE306; }
a { background-color: rgb(78,227,6); }
div.DivClassName
{
background-color: #4EE306;
}
.BgClassName
{
background-color: #4EE306;
}
</style>
border-color css
<style>
span { border-color: #4EE306; }
span { border-color: rgb(78,227,6); }
td.TdClassName
{
border-color: #4EE306;
}
.TagClassName
{
border-color: #4EE306;
}
</style>