Shades of Harlequin #4FF610
Tints of Harlequin #4FF610
RGB
CMYK
RGB Variations
Color information
#4FF610 (or 0x4FF610) is known color: Harlequin. HEX triplet: 4F, F6 and 10. RGB value is (79,246,16). Sum of RGB (Red+Green+Blue) = 79+246+16=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 246 (96.48% from 255 or 72.14% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 246 - color contains mainly: green. Hex color #4FF610 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FF610 is #B009EF. Grayscale: #AAAAAA. Windows color (decimal): -11536880 or 1111631. OLE color: 1111631.
HSL color Cylindrical-coordinate representation of color #4FF610: hue angle of 103.57º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4FF610 is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 246 | 16 | - |
| CMYK | 0.68 | 0 | 0.93 | 0.04 |
| HSL | 103.57º | 0.93% | 0.51% | - |
| HSV(B) | 103.57º | 0.93% | 0.96% | - |
| XYZ | 36.27 | 67.61 | 11.63 | - |
| YUV | 169.85 | 41.17 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 246 | 16 | 0.68 | 0 | 0.93 | 0.04 | 103.57 | 0.93 | 0.51 |
| Hex | 4F | F6 | 10 | 44 | 0 | 5D | 4 | 68 | 5D | 33 |
| Octal | 117 | 366 | 20 | 104 | 0 | 135 | 4 | 150 | 135 | 63 |
| Binary | 1001111 | 11110110 | 10000 | 1000100 | 0 | 1011101 | 100 | 1101000 | 1011101 | 110011 |
Color Harmonies of #4FF610
Complementary color
Monochromatic Colors of #4FF610
Black with #4FF610
Text Example
Text Example
White with #4FF610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF610; }
p { color: rgb(79,246,16); }
H1.HeaderClassName
{
color: #4FF610;
}
.AnyTagClassName
{
color: #4FF610;
}
</style>
background-color css
<style>
a { background-color: #4FF610; }
a { background-color: rgb(79,246,16); }
div.DivClassName
{
background-color: #4FF610;
}
.BgClassName
{
background-color: #4FF610;
}
</style>
border-color css
<style>
span { border-color: #4FF610; }
span { border-color: rgb(79,246,16); }
td.TdClassName
{
border-color: #4FF610;
}
.TagClassName
{
border-color: #4FF610;
}
</style>