Shades of Harlequin #4FF110
Tints of Harlequin #4FF110
RGB
CMYK
RGB Variations
Color information
#4FF110 (or 0x4FF110) is known color: Harlequin. HEX triplet: 4F, F1 and 10. RGB value is (79,241,16). Sum of RGB (Red+Green+Blue) = 79+241+16=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 241 (94.53% from 255 or 71.73% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 241 - color contains mainly: green. Hex color #4FF110 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FF110 is #B00EEF. Grayscale: #A7A7A7. Windows color (decimal): -11538160 or 1110351. OLE color: 1110351.
HSL color Cylindrical-coordinate representation of color #4FF110: hue angle of 103.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4FF110 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 241 | 16 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.05 |
| HSL | 103.2º | 0.89% | 0.5% | - |
| HSV(B) | 103.2º | 0.93% | 0.95% | - |
| XYZ | 34.77 | 64.61 | 11.13 | - |
| YUV | 166.91 | 42.83 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 241 | 16 | 0.67 | 0 | 0.93 | 0.05 | 103.2 | 0.89 | 0.5 |
| Hex | 4F | F1 | 10 | 43 | 0 | 5D | 5 | 67 | 59 | 32 |
| Octal | 117 | 361 | 20 | 103 | 0 | 135 | 5 | 147 | 131 | 62 |
| Binary | 1001111 | 11110001 | 10000 | 1000011 | 0 | 1011101 | 101 | 1100111 | 1011001 | 110010 |
Color Harmonies of #4FF110
Complementary color
Monochromatic Colors of #4FF110
Black with #4FF110
Text Example
Text Example
White with #4FF110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF110; }
p { color: rgb(79,241,16); }
H1.HeaderClassName
{
color: #4FF110;
}
.AnyTagClassName
{
color: #4FF110;
}
</style>
background-color css
<style>
a { background-color: #4FF110; }
a { background-color: rgb(79,241,16); }
div.DivClassName
{
background-color: #4FF110;
}
.BgClassName
{
background-color: #4FF110;
}
</style>
border-color css
<style>
span { border-color: #4FF110; }
span { border-color: rgb(79,241,16); }
td.TdClassName
{
border-color: #4FF110;
}
.TagClassName
{
border-color: #4FF110;
}
</style>