Shades of Harlequin #4FF608
Tints of Harlequin #4FF608
RGB
CMYK
RGB Variations
Color information
#4FF608 (or 0x4FF608) is known color: Harlequin. HEX triplet: 4F, F6 and 08. RGB value is (79,246,8). Sum of RGB (Red+Green+Blue) = 79+246+8=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 246 (96.48% from 255 or 73.87% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 246 - color contains mainly: green. Hex color #4FF608 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FF608 is #B009F7. Grayscale: #A9A9A9. Windows color (decimal): -11536888 or 587343. OLE color: 587343.
HSL color Cylindrical-coordinate representation of color #4FF608: hue angle of 102.1º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4FF608 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 246 | 8 | - |
| CMYK | 0.68 | 0 | 0.97 | 0.04 |
| HSL | 102.1º | 0.94% | 0.5% | - |
| HSV(B) | 102.1º | 0.97% | 0.96% | - |
| XYZ | 36.22 | 67.59 | 11.37 | - |
| YUV | 168.94 | 37.17 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 246 | 8 | 0.68 | 0 | 0.97 | 0.04 | 102.1 | 0.94 | 0.5 |
| Hex | 4F | F6 | 8 | 44 | 0 | 61 | 4 | 66 | 5E | 32 |
| Octal | 117 | 366 | 10 | 104 | 0 | 141 | 4 | 146 | 136 | 62 |
| Binary | 1001111 | 11110110 | 1000 | 1000100 | 0 | 1100001 | 100 | 1100110 | 1011110 | 110010 |
Color Harmonies of #4FF608
Complementary color
Monochromatic Colors of #4FF608
Black with #4FF608
Text Example
Text Example
White with #4FF608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF608; }
p { color: rgb(79,246,8); }
H1.HeaderClassName
{
color: #4FF608;
}
.AnyTagClassName
{
color: #4FF608;
}
</style>
background-color css
<style>
a { background-color: #4FF608; }
a { background-color: rgb(79,246,8); }
div.DivClassName
{
background-color: #4FF608;
}
.BgClassName
{
background-color: #4FF608;
}
</style>
border-color css
<style>
span { border-color: #4FF608; }
span { border-color: rgb(79,246,8); }
td.TdClassName
{
border-color: #4FF608;
}
.TagClassName
{
border-color: #4FF608;
}
</style>