Shades of Harlequin #4FE406
Tints of Harlequin #4FE406
RGB
CMYK
RGB Variations
Color information
#4FE406 (or 0x4FE406) is known color: Harlequin. HEX triplet: 4F, E4 and 06. RGB value is (79,228,6). Sum of RGB (Red+Green+Blue) = 79+228+6=313 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.24% from 313); Green value is 228 (89.45% from 255 or 72.84% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 228 - color contains mainly: green. Hex color #4FE406 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FE406 is #B01BF9. Grayscale: #9E9E9E. Windows color (decimal): -11541498 or 451663. OLE color: 451663.
HSL color Cylindrical-coordinate representation of color #4FE406: hue angle of 100.27º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4FE406 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 79 | 228 | 6 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.11 |
| HSL | 100.27º | 0.95% | 0.46% | - |
| HSV(B) | 100.27º | 0.97% | 0.89% | - |
| XYZ | 31 | 57.16 | 9.57 | - |
| YUV | 158.14 | 42.14 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 228 | 6 | 0.65 | 0 | 0.97 | 0.11 | 100.27 | 0.95 | 0.46 |
| Hex | 4F | E4 | 6 | 41 | 0 | 61 | B | 64 | 5F | 2E |
| Octal | 117 | 344 | 6 | 101 | 0 | 141 | 13 | 144 | 137 | 56 |
| Binary | 1001111 | 11100100 | 110 | 1000001 | 0 | 1100001 | 1011 | 1100100 | 1011111 | 101110 |
Color Harmonies of #4FE406
Complementary color
Monochromatic Colors of #4FE406
Black with #4FE406
Text Example
Text Example
White with #4FE406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE406; }
p { color: rgb(79,228,6); }
H1.HeaderClassName
{
color: #4FE406;
}
.AnyTagClassName
{
color: #4FE406;
}
</style>
background-color css
<style>
a { background-color: #4FE406; }
a { background-color: rgb(79,228,6); }
div.DivClassName
{
background-color: #4FE406;
}
.BgClassName
{
background-color: #4FE406;
}
</style>
border-color css
<style>
span { border-color: #4FE406; }
span { border-color: rgb(79,228,6); }
td.TdClassName
{
border-color: #4FE406;
}
.TagClassName
{
border-color: #4FE406;
}
</style>