Shades of Harlequin #4FDD04
Tints of Harlequin #4FDD04
RGB
CMYK
RGB Variations
Color information
#4FDD04 (or 0x4FDD04) is known color: Harlequin. HEX triplet: 4F, DD and 04. RGB value is (79,221,4). Sum of RGB (Red+Green+Blue) = 79+221+4=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 221 (86.72% from 255 or 72.70% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDD04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FDD04 is #B022FB. Grayscale: #9A9A9A. Windows color (decimal): -11543292 or 318799. OLE color: 318799.
HSL color Cylindrical-coordinate representation of color #4FDD04: hue angle of 99.26º 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 #4FDD04 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 4 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.13 |
| HSL | 99.26º | 0.96% | 0.44% | - |
| HSV(B) | 99.26º | 0.98% | 0.87% | - |
| XYZ | 29.1 | 53.38 | 8.89 | - |
| YUV | 153.8 | 43.46 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 4 | 0.64 | 0 | 0.98 | 0.13 | 99.26 | 0.96 | 0.44 |
| Hex | 4F | DD | 4 | 40 | 0 | 62 | D | 63 | 60 | 2C |
| Octal | 117 | 335 | 4 | 100 | 0 | 142 | 15 | 143 | 140 | 54 |
| Binary | 1001111 | 11011101 | 100 | 1000000 | 0 | 1100010 | 1101 | 1100011 | 1100000 | 101100 |
Color Harmonies of #4FDD04
Complementary color
Monochromatic Colors of #4FDD04
Black with #4FDD04
Text Example
Text Example
White with #4FDD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDD04; }
p { color: rgb(79,221,4); }
H1.HeaderClassName
{
color: #4FDD04;
}
.AnyTagClassName
{
color: #4FDD04;
}
</style>
background-color css
<style>
a { background-color: #4FDD04; }
a { background-color: rgb(79,221,4); }
div.DivClassName
{
background-color: #4FDD04;
}
.BgClassName
{
background-color: #4FDD04;
}
</style>
border-color css
<style>
span { border-color: #4FDD04; }
span { border-color: rgb(79,221,4); }
td.TdClassName
{
border-color: #4FDD04;
}
.TagClassName
{
border-color: #4FDD04;
}
</style>