Shades of Harlequin #4FDE00
Tints of Harlequin #4FDE00
RGB
CMYK
RGB Variations
Color information
#4FDE00 (or 0x4FDE00) is known color: Harlequin. HEX triplet: 4F, DE and 00. RGB value is (79,222,0). Sum of RGB (Red+Green+Blue) = 79+222+0=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 222 (87.11% from 255 or 73.75% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 222 - color contains mainly: green. Hex color #4FDE00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FDE00 is #B021FF. Grayscale: #9A9A9A. Windows color (decimal): -11543040 or 56911. OLE color: 56911.
HSL color Cylindrical-coordinate representation of color #4FDE00: hue angle of 98.65º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4FDE00 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 222 | 0 | - |
| CMYK | 0.64 | 0 | 1 | 0.13 |
| HSL | 98.65º | 1% | 0.44% | - |
| HSV(B) | 98.65º | 1% | 0.87% | - |
| XYZ | 29.35 | 53.9 | 8.86 | - |
| YUV | 153.94 | 41.12 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 222 | 0 | 0.64 | 0 | 1 | 0.13 | 98.65 | 1 | 0.44 |
| Hex | 4F | DE | 0 | 40 | 0 | 64 | D | 63 | 64 | 2C |
| Octal | 117 | 336 | 0 | 100 | 0 | 144 | 15 | 143 | 144 | 54 |
| Binary | 1001111 | 11011110 | 0 | 1000000 | 0 | 1100100 | 1101 | 1100011 | 1100100 | 101100 |
Color Harmonies of #4FDE00
Complementary color
Monochromatic Colors of #4FDE00
Black with #4FDE00
Text Example
Text Example
White with #4FDE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDE00; }
p { color: rgb(79,222,0); }
H1.HeaderClassName
{
color: #4FDE00;
}
.AnyTagClassName
{
color: #4FDE00;
}
</style>
background-color css
<style>
a { background-color: #4FDE00; }
a { background-color: rgb(79,222,0); }
div.DivClassName
{
background-color: #4FDE00;
}
.BgClassName
{
background-color: #4FDE00;
}
</style>
border-color css
<style>
span { border-color: #4FDE00; }
span { border-color: rgb(79,222,0); }
td.TdClassName
{
border-color: #4FDE00;
}
.TagClassName
{
border-color: #4FDE00;
}
</style>