Shades of Harlequin #4EE803
Tints of Harlequin #4EE803
RGB
CMYK
RGB Variations
Color information
#4EE803 (or 0x4EE803) is known color: Harlequin. HEX triplet: 4E, E8 and 03. RGB value is (78,232,3). Sum of RGB (Red+Green+Blue) = 78+232+3=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 232 (91.02% from 255 or 74.12% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 232 - color contains mainly: green. Hex color #4EE803 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EE803 is #B117FC. Grayscale: #A0A0A0. Windows color (decimal): -11606013 or 256078. OLE color: 256078.
HSL color Cylindrical-coordinate representation of color #4EE803: hue angle of 100.35º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4EE803 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 232 | 3 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.09 |
| HSL | 100.35º | 0.97% | 0.46% | - |
| HSV(B) | 100.35º | 0.99% | 0.91% | - |
| XYZ | 32.01 | 59.34 | 9.85 | - |
| YUV | 159.85 | 39.48 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 232 | 3 | 0.66 | 0 | 0.99 | 0.09 | 100.35 | 0.97 | 0.46 |
| Hex | 4E | E8 | 3 | 42 | 0 | 63 | 9 | 64 | 61 | 2E |
| Octal | 116 | 350 | 3 | 102 | 0 | 143 | 11 | 144 | 141 | 56 |
| Binary | 1001110 | 11101000 | 11 | 1000010 | 0 | 1100011 | 1001 | 1100100 | 1100001 | 101110 |
Color Harmonies of #4EE803
Complementary color
Monochromatic Colors of #4EE803
Black with #4EE803
Text Example
Text Example
White with #4EE803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE803; }
p { color: rgb(78,232,3); }
H1.HeaderClassName
{
color: #4EE803;
}
.AnyTagClassName
{
color: #4EE803;
}
</style>
background-color css
<style>
a { background-color: #4EE803; }
a { background-color: rgb(78,232,3); }
div.DivClassName
{
background-color: #4EE803;
}
.BgClassName
{
background-color: #4EE803;
}
</style>
border-color css
<style>
span { border-color: #4EE803; }
span { border-color: rgb(78,232,3); }
td.TdClassName
{
border-color: #4EE803;
}
.TagClassName
{
border-color: #4EE803;
}
</style>