Shades of Harlequin #4FDD03
Tints of Harlequin #4FDD03
RGB
CMYK
RGB Variations
Color information
#4FDD03 (or 0x4FDD03) is known color: Harlequin. HEX triplet: 4F, DD and 03. RGB value is (79,221,3). Sum of RGB (Red+Green+Blue) = 79+221+3=303 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.07% from 303); Green value is 221 (86.72% from 255 or 72.94% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDD03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FDD03 is #B022FC. Grayscale: #9A9A9A. Windows color (decimal): -11543293 or 253263. OLE color: 253263.
HSL color Cylindrical-coordinate representation of color #4FDD03: hue angle of 99.08º 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 #4FDD03 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 3 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.13 |
| HSL | 99.08º | 0.97% | 0.44% | - |
| HSV(B) | 99.08º | 0.99% | 0.87% | - |
| XYZ | 29.1 | 53.38 | 8.86 | - |
| YUV | 153.69 | 42.96 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 3 | 0.64 | 0 | 0.99 | 0.13 | 99.08 | 0.97 | 0.44 |
| Hex | 4F | DD | 3 | 40 | 0 | 63 | D | 63 | 61 | 2C |
| Octal | 117 | 335 | 3 | 100 | 0 | 143 | 15 | 143 | 141 | 54 |
| Binary | 1001111 | 11011101 | 11 | 1000000 | 0 | 1100011 | 1101 | 1100011 | 1100001 | 101100 |
Color Harmonies of #4FDD03
Complementary color
Monochromatic Colors of #4FDD03
Black with #4FDD03
Text Example
Text Example
White with #4FDD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDD03; }
p { color: rgb(79,221,3); }
H1.HeaderClassName
{
color: #4FDD03;
}
.AnyTagClassName
{
color: #4FDD03;
}
</style>
background-color css
<style>
a { background-color: #4FDD03; }
a { background-color: rgb(79,221,3); }
div.DivClassName
{
background-color: #4FDD03;
}
.BgClassName
{
background-color: #4FDD03;
}
</style>
border-color css
<style>
span { border-color: #4FDD03; }
span { border-color: rgb(79,221,3); }
td.TdClassName
{
border-color: #4FDD03;
}
.TagClassName
{
border-color: #4FDD03;
}
</style>