Shades of Harlequin #4FF416
Tints of Harlequin #4FF416
RGB
CMYK
RGB Variations
Color information
#4FF416 (or 0x4FF416) is known color: Harlequin. HEX triplet: 4F, F4 and 16. RGB value is (79,244,22). Sum of RGB (Red+Green+Blue) = 79+244+22=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 244 (95.70% from 255 or 70.72% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 244 - color contains mainly: green. Hex color #4FF416 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FF416 is #B00BE9. Grayscale: #AAAAAA. Windows color (decimal): -11537386 or 1504335. OLE color: 1504335.
HSL color Cylindrical-coordinate representation of color #4FF416: hue angle of 104.59º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4FF416 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 244 | 22 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.04 |
| HSL | 104.59º | 0.91% | 0.52% | - |
| HSV(B) | 104.59º | 0.91% | 0.96% | - |
| XYZ | 35.72 | 66.42 | 11.7 | - |
| YUV | 169.36 | 44.84 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 244 | 22 | 0.68 | 0 | 0.91 | 0.04 | 104.59 | 0.91 | 0.52 |
| Hex | 4F | F4 | 16 | 44 | 0 | 5B | 4 | 69 | 5B | 34 |
| Octal | 117 | 364 | 26 | 104 | 0 | 133 | 4 | 151 | 133 | 64 |
| Binary | 1001111 | 11110100 | 10110 | 1000100 | 0 | 1011011 | 100 | 1101001 | 1011011 | 110100 |
Color Harmonies of #4FF416
Complementary color
Monochromatic Colors of #4FF416
Black with #4FF416
Text Example
Text Example
White with #4FF416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF416; }
p { color: rgb(79,244,22); }
H1.HeaderClassName
{
color: #4FF416;
}
.AnyTagClassName
{
color: #4FF416;
}
</style>
background-color css
<style>
a { background-color: #4FF416; }
a { background-color: rgb(79,244,22); }
div.DivClassName
{
background-color: #4FF416;
}
.BgClassName
{
background-color: #4FF416;
}
</style>
border-color css
<style>
span { border-color: #4FF416; }
span { border-color: rgb(79,244,22); }
td.TdClassName
{
border-color: #4FF416;
}
.TagClassName
{
border-color: #4FF416;
}
</style>