Shades of Harlequin #4FEC07
Tints of Harlequin #4FEC07
RGB
CMYK
RGB Variations
Color information
#4FEC07 (or 0x4FEC07) is known color: Harlequin. HEX triplet: 4F, EC and 07. RGB value is (79,236,7). Sum of RGB (Red+Green+Blue) = 79+236+7=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 236 (92.58% from 255 or 73.29% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 236 - color contains mainly: green. Hex color #4FEC07 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FEC07 is #B013F8. Grayscale: #A3A3A3. Windows color (decimal): -11539449 or 519247. OLE color: 519247.
HSL color Cylindrical-coordinate representation of color #4FEC07: hue angle of 101.14º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4FEC07 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 236 | 7 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.07 |
| HSL | 101.14º | 0.94% | 0.48% | - |
| HSV(B) | 101.14º | 0.97% | 0.93% | - |
| XYZ | 33.26 | 61.67 | 10.35 | - |
| YUV | 162.95 | 39.99 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 236 | 7 | 0.67 | 0 | 0.97 | 0.07 | 101.14 | 0.94 | 0.48 |
| Hex | 4F | EC | 7 | 43 | 0 | 61 | 7 | 65 | 5E | 30 |
| Octal | 117 | 354 | 7 | 103 | 0 | 141 | 7 | 145 | 136 | 60 |
| Binary | 1001111 | 11101100 | 111 | 1000011 | 0 | 1100001 | 111 | 1100101 | 1011110 | 110000 |
Color Harmonies of #4FEC07
Complementary color
Monochromatic Colors of #4FEC07
Black with #4FEC07
Text Example
Text Example
White with #4FEC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEC07; }
p { color: rgb(79,236,7); }
H1.HeaderClassName
{
color: #4FEC07;
}
.AnyTagClassName
{
color: #4FEC07;
}
</style>
background-color css
<style>
a { background-color: #4FEC07; }
a { background-color: rgb(79,236,7); }
div.DivClassName
{
background-color: #4FEC07;
}
.BgClassName
{
background-color: #4FEC07;
}
</style>
border-color css
<style>
span { border-color: #4FEC07; }
span { border-color: rgb(79,236,7); }
td.TdClassName
{
border-color: #4FEC07;
}
.TagClassName
{
border-color: #4FEC07;
}
</style>