Shades of Harlequin #4FDE07
Tints of Harlequin #4FDE07
RGB
CMYK
RGB Variations
Color information
#4FDE07 (or 0x4FDE07) is known color: Harlequin. HEX triplet: 4F, DE and 07. RGB value is (79,222,7). Sum of RGB (Red+Green+Blue) = 79+222+7=308 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.65% from 308); Green value is 222 (87.11% from 255 or 72.08% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 222 - color contains mainly: green. Hex color #4FDE07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FDE07 is #B021F8. Grayscale: #9B9B9B. Windows color (decimal): -11543033 or 515663. OLE color: 515663.
HSL color Cylindrical-coordinate representation of color #4FDE07: hue angle of 99.91º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4FDE07 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 222 | 7 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.13 |
| HSL | 99.91º | 0.94% | 0.45% | - |
| HSV(B) | 99.91º | 0.97% | 0.87% | - |
| XYZ | 29.38 | 53.92 | 9.06 | - |
| YUV | 154.73 | 44.62 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 222 | 7 | 0.64 | 0 | 0.97 | 0.13 | 99.91 | 0.94 | 0.45 |
| Hex | 4F | DE | 7 | 40 | 0 | 61 | D | 64 | 5E | 2D |
| Octal | 117 | 336 | 7 | 100 | 0 | 141 | 15 | 144 | 136 | 55 |
| Binary | 1001111 | 11011110 | 111 | 1000000 | 0 | 1100001 | 1101 | 1100100 | 1011110 | 101101 |
Color Harmonies of #4FDE07
Complementary color
Monochromatic Colors of #4FDE07
Black with #4FDE07
Text Example
Text Example
White with #4FDE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDE07; }
p { color: rgb(79,222,7); }
H1.HeaderClassName
{
color: #4FDE07;
}
.AnyTagClassName
{
color: #4FDE07;
}
</style>
background-color css
<style>
a { background-color: #4FDE07; }
a { background-color: rgb(79,222,7); }
div.DivClassName
{
background-color: #4FDE07;
}
.BgClassName
{
background-color: #4FDE07;
}
</style>
border-color css
<style>
span { border-color: #4FDE07; }
span { border-color: rgb(79,222,7); }
td.TdClassName
{
border-color: #4FDE07;
}
.TagClassName
{
border-color: #4FDE07;
}
</style>