Shades of Harlequin #4FE106
Tints of Harlequin #4FE106
RGB
CMYK
RGB Variations
Color information
#4FE106 (or 0x4FE106) is known color: Harlequin. HEX triplet: 4F, E1 and 06. RGB value is (79,225,6). Sum of RGB (Red+Green+Blue) = 79+225+6=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 225 (88.28% from 255 or 72.58% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 225 - color contains mainly: green. Hex color #4FE106 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FE106 is #B01EF9. Grayscale: #9D9D9D. Windows color (decimal): -11542266 or 450895. OLE color: 450895.
HSL color Cylindrical-coordinate representation of color #4FE106: hue angle of 100º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4FE106 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 225 | 6 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.12 |
| HSL | 100º | 0.95% | 0.45% | - |
| HSV(B) | 100º | 0.97% | 0.88% | - |
| XYZ | 30.18 | 55.53 | 9.3 | - |
| YUV | 156.38 | 43.13 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 225 | 6 | 0.65 | 0 | 0.97 | 0.12 | 100 | 0.95 | 0.45 |
| Hex | 4F | E1 | 6 | 41 | 0 | 61 | C | 64 | 5F | 2D |
| Octal | 117 | 341 | 6 | 101 | 0 | 141 | 14 | 144 | 137 | 55 |
| Binary | 1001111 | 11100001 | 110 | 1000001 | 0 | 1100001 | 1100 | 1100100 | 1011111 | 101101 |
Color Harmonies of #4FE106
Complementary color
Monochromatic Colors of #4FE106
Black with #4FE106
Text Example
Text Example
White with #4FE106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE106; }
p { color: rgb(79,225,6); }
H1.HeaderClassName
{
color: #4FE106;
}
.AnyTagClassName
{
color: #4FE106;
}
</style>
background-color css
<style>
a { background-color: #4FE106; }
a { background-color: rgb(79,225,6); }
div.DivClassName
{
background-color: #4FE106;
}
.BgClassName
{
background-color: #4FE106;
}
</style>
border-color css
<style>
span { border-color: #4FE106; }
span { border-color: rgb(79,225,6); }
td.TdClassName
{
border-color: #4FE106;
}
.TagClassName
{
border-color: #4FE106;
}
</style>