Shades of Harlequin #4FF707
Tints of Harlequin #4FF707
RGB
CMYK
RGB Variations
Color information
#4FF707 (or 0x4FF707) is known color: Harlequin. HEX triplet: 4F, F7 and 07. RGB value is (79,247,7). Sum of RGB (Red+Green+Blue) = 79+247+7=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 247 (96.88% from 255 or 74.17% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 247 - color contains mainly: green. Hex color #4FF707 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FF707 is #B008F8. Grayscale: #AAAAAA. Windows color (decimal): -11536633 or 522063. OLE color: 522063.
HSL color Cylindrical-coordinate representation of color #4FF707: hue angle of 102º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4FF707 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 79 | 247 | 7 | - |
| CMYK | 0.68 | 0 | 0.97 | 0.03 |
| HSL | 102º | 0.94% | 0.5% | - |
| HSV(B) | 102º | 0.97% | 0.97% | - |
| XYZ | 36.52 | 68.2 | 11.44 | - |
| YUV | 169.41 | 36.34 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 247 | 7 | 0.68 | 0 | 0.97 | 0.03 | 102 | 0.94 | 0.5 |
| Hex | 4F | F7 | 7 | 44 | 0 | 61 | 3 | 66 | 5E | 32 |
| Octal | 117 | 367 | 7 | 104 | 0 | 141 | 3 | 146 | 136 | 62 |
| Binary | 1001111 | 11110111 | 111 | 1000100 | 0 | 1100001 | 11 | 1100110 | 1011110 | 110010 |
Color Harmonies of #4FF707
Complementary color
Monochromatic Colors of #4FF707
Black with #4FF707
Text Example
Text Example
White with #4FF707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF707; }
p { color: rgb(79,247,7); }
H1.HeaderClassName
{
color: #4FF707;
}
.AnyTagClassName
{
color: #4FF707;
}
</style>
background-color css
<style>
a { background-color: #4FF707; }
a { background-color: rgb(79,247,7); }
div.DivClassName
{
background-color: #4FF707;
}
.BgClassName
{
background-color: #4FF707;
}
</style>
border-color css
<style>
span { border-color: #4FF707; }
span { border-color: rgb(79,247,7); }
td.TdClassName
{
border-color: #4FF707;
}
.TagClassName
{
border-color: #4FF707;
}
</style>