Shades of Harlequin #4EDE03
Tints of Harlequin #4EDE03
RGB
CMYK
RGB Variations
Color information
#4EDE03 (or 0x4EDE03) is known color: Harlequin. HEX triplet: 4E, DE and 03. RGB value is (78,222,3). Sum of RGB (Red+Green+Blue) = 78+222+3=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 222 (87.11% from 255 or 73.27% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDE03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EDE03 is #B121FC. Grayscale: #9A9A9A. Windows color (decimal): -11608573 or 253518. OLE color: 253518.
HSL color Cylindrical-coordinate representation of color #4EDE03: hue angle of 99.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4EDE03 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 222 | 3 | - |
| CMYK | 0.65 | 0 | 0.99 | 0.13 |
| HSL | 99.45º | 0.97% | 0.44% | - |
| HSV(B) | 99.45º | 0.99% | 0.87% | - |
| XYZ | 29.28 | 53.87 | 8.94 | - |
| YUV | 153.98 | 42.79 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 222 | 3 | 0.65 | 0 | 0.99 | 0.13 | 99.45 | 0.97 | 0.44 |
| Hex | 4E | DE | 3 | 41 | 0 | 63 | D | 63 | 61 | 2C |
| Octal | 116 | 336 | 3 | 101 | 0 | 143 | 15 | 143 | 141 | 54 |
| Binary | 1001110 | 11011110 | 11 | 1000001 | 0 | 1100011 | 1101 | 1100011 | 1100001 | 101100 |
Color Harmonies of #4EDE03
Complementary color
Monochromatic Colors of #4EDE03
Black with #4EDE03
Text Example
Text Example
White with #4EDE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDE03; }
p { color: rgb(78,222,3); }
H1.HeaderClassName
{
color: #4EDE03;
}
.AnyTagClassName
{
color: #4EDE03;
}
</style>
background-color css
<style>
a { background-color: #4EDE03; }
a { background-color: rgb(78,222,3); }
div.DivClassName
{
background-color: #4EDE03;
}
.BgClassName
{
background-color: #4EDE03;
}
</style>
border-color css
<style>
span { border-color: #4EDE03; }
span { border-color: rgb(78,222,3); }
td.TdClassName
{
border-color: #4EDE03;
}
.TagClassName
{
border-color: #4EDE03;
}
</style>