Shades of Harlequin #4DDD04
Tints of Harlequin #4DDD04
RGB
CMYK
RGB Variations
Color information
#4DDD04 (or 0x4DDD04) is known color: Harlequin. HEX triplet: 4D, DD and 04. RGB value is (77,221,4). Sum of RGB (Red+Green+Blue) = 77+221+4=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 221 (86.72% from 255 or 73.18% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDD04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DDD04 is #B222FB. Grayscale: #999999. Windows color (decimal): -11674364 or 318797. OLE color: 318797.
HSL color Cylindrical-coordinate representation of color #4DDD04: hue angle of 99.82º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4DDD04 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 4 | - |
| CMYK | 0.65 | 0 | 0.98 | 0.13 |
| HSL | 99.82º | 0.96% | 0.44% | - |
| HSV(B) | 99.82º | 0.98% | 0.87% | - |
| XYZ | 28.94 | 53.3 | 8.88 | - |
| YUV | 153.21 | 43.79 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 4 | 0.65 | 0 | 0.98 | 0.13 | 99.82 | 0.96 | 0.44 |
| Hex | 4D | DD | 4 | 41 | 0 | 62 | D | 64 | 60 | 2C |
| Octal | 115 | 335 | 4 | 101 | 0 | 142 | 15 | 144 | 140 | 54 |
| Binary | 1001101 | 11011101 | 100 | 1000001 | 0 | 1100010 | 1101 | 1100100 | 1100000 | 101100 |
Color Harmonies of #4DDD04
Complementary color
Monochromatic Colors of #4DDD04
Black with #4DDD04
Text Example
Text Example
White with #4DDD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDD04; }
p { color: rgb(77,221,4); }
H1.HeaderClassName
{
color: #4DDD04;
}
.AnyTagClassName
{
color: #4DDD04;
}
</style>
background-color css
<style>
a { background-color: #4DDD04; }
a { background-color: rgb(77,221,4); }
div.DivClassName
{
background-color: #4DDD04;
}
.BgClassName
{
background-color: #4DDD04;
}
</style>
border-color css
<style>
span { border-color: #4DDD04; }
span { border-color: rgb(77,221,4); }
td.TdClassName
{
border-color: #4DDD04;
}
.TagClassName
{
border-color: #4DDD04;
}
</style>