Shades of Harlequin #4EDD03
Tints of Harlequin #4EDD03
RGB
CMYK
RGB Variations
Color information
#4EDD03 (or 0x4EDD03) is known color: Harlequin. HEX triplet: 4E, DD and 03. RGB value is (78,221,3). Sum of RGB (Red+Green+Blue) = 78+221+3=302 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.83% from 302); Green value is 221 (86.72% from 255 or 73.18% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDD03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EDD03 is #B122FC. Grayscale: #9A9A9A. Windows color (decimal): -11608829 or 253262. OLE color: 253262.
HSL color Cylindrical-coordinate representation of color #4EDD03: hue angle of 99.36º 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 #4EDD03 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 3 | - |
| CMYK | 0.65 | 0 | 0.99 | 0.13 |
| HSL | 99.36º | 0.97% | 0.44% | - |
| HSV(B) | 99.36º | 0.99% | 0.87% | - |
| XYZ | 29.01 | 53.34 | 8.85 | - |
| YUV | 153.39 | 43.12 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 3 | 0.65 | 0 | 0.99 | 0.13 | 99.36 | 0.97 | 0.44 |
| Hex | 4E | DD | 3 | 41 | 0 | 63 | D | 63 | 61 | 2C |
| Octal | 116 | 335 | 3 | 101 | 0 | 143 | 15 | 143 | 141 | 54 |
| Binary | 1001110 | 11011101 | 11 | 1000001 | 0 | 1100011 | 1101 | 1100011 | 1100001 | 101100 |
Color Harmonies of #4EDD03
Complementary color
Monochromatic Colors of #4EDD03
Black with #4EDD03
Text Example
Text Example
White with #4EDD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDD03; }
p { color: rgb(78,221,3); }
H1.HeaderClassName
{
color: #4EDD03;
}
.AnyTagClassName
{
color: #4EDD03;
}
</style>
background-color css
<style>
a { background-color: #4EDD03; }
a { background-color: rgb(78,221,3); }
div.DivClassName
{
background-color: #4EDD03;
}
.BgClassName
{
background-color: #4EDD03;
}
</style>
border-color css
<style>
span { border-color: #4EDD03; }
span { border-color: rgb(78,221,3); }
td.TdClassName
{
border-color: #4EDD03;
}
.TagClassName
{
border-color: #4EDD03;
}
</style>