Shades of Harlequin #4FE806
Tints of Harlequin #4FE806
RGB
CMYK
RGB Variations
Color information
#4FE806 (or 0x4FE806) is known color: Harlequin. HEX triplet: 4F, E8 and 06. RGB value is (79,232,6). Sum of RGB (Red+Green+Blue) = 79+232+6=317 (41% of max value = 765). Red value is 79 (31.25% from 255 or 24.92% from 317); Green value is 232 (91.02% from 255 or 73.19% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 232 - color contains mainly: green. Hex color #4FE806 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FE806 is #B017F9. Grayscale: #A1A1A1. Windows color (decimal): -11540474 or 452687. OLE color: 452687.
HSL color Cylindrical-coordinate representation of color #4FE806: hue angle of 100.62º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4FE806 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 232 | 6 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.09 |
| HSL | 100.62º | 0.95% | 0.47% | - |
| HSV(B) | 100.62º | 0.97% | 0.91% | - |
| XYZ | 32.11 | 59.39 | 9.94 | - |
| YUV | 160.49 | 40.81 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 232 | 6 | 0.66 | 0 | 0.97 | 0.09 | 100.62 | 0.95 | 0.47 |
| Hex | 4F | E8 | 6 | 42 | 0 | 61 | 9 | 65 | 5F | 2F |
| Octal | 117 | 350 | 6 | 102 | 0 | 141 | 11 | 145 | 137 | 57 |
| Binary | 1001111 | 11101000 | 110 | 1000010 | 0 | 1100001 | 1001 | 1100101 | 1011111 | 101111 |
Color Harmonies of #4FE806
Complementary color
Monochromatic Colors of #4FE806
Black with #4FE806
Text Example
Text Example
White with #4FE806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE806; }
p { color: rgb(79,232,6); }
H1.HeaderClassName
{
color: #4FE806;
}
.AnyTagClassName
{
color: #4FE806;
}
</style>
background-color css
<style>
a { background-color: #4FE806; }
a { background-color: rgb(79,232,6); }
div.DivClassName
{
background-color: #4FE806;
}
.BgClassName
{
background-color: #4FE806;
}
</style>
border-color css
<style>
span { border-color: #4FE806; }
span { border-color: rgb(79,232,6); }
td.TdClassName
{
border-color: #4FE806;
}
.TagClassName
{
border-color: #4FE806;
}
</style>