Shades of Harlequin #4FF220
Tints of Harlequin #4FF220
RGB
CMYK
RGB Variations
Color information
#4FF220 (or 0x4FF220) is known color: Harlequin. HEX triplet: 4F, F2 and 20. RGB value is (79,242,32). Sum of RGB (Red+Green+Blue) = 79+242+32=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 242 (94.92% from 255 or 68.56% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 242 - color contains mainly: green. Hex color #4FF220 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FF220 is #B00DDF. Grayscale: #AAAAAA. Windows color (decimal): -11537888 or 2159183. OLE color: 2159183.
HSL color Cylindrical-coordinate representation of color #4FF220: hue angle of 106.57º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4FF220 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 242 | 32 | - |
| CMYK | 0.67 | 0 | 0.87 | 0.05 |
| HSL | 106.57º | 0.89% | 0.54% | - |
| HSV(B) | 106.57º | 0.87% | 0.95% | - |
| XYZ | 35.24 | 65.27 | 12.11 | - |
| YUV | 169.32 | 50.5 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 242 | 32 | 0.67 | 0 | 0.87 | 0.05 | 106.57 | 0.89 | 0.54 |
| Hex | 4F | F2 | 20 | 43 | 0 | 57 | 5 | 6B | 59 | 36 |
| Octal | 117 | 362 | 40 | 103 | 0 | 127 | 5 | 153 | 131 | 66 |
| Binary | 1001111 | 11110010 | 100000 | 1000011 | 0 | 1010111 | 101 | 1101011 | 1011001 | 110110 |
Color Harmonies of #4FF220
Complementary color
Monochromatic Colors of #4FF220
Black with #4FF220
Text Example
Text Example
White with #4FF220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF220; }
p { color: rgb(79,242,32); }
H1.HeaderClassName
{
color: #4FF220;
}
.AnyTagClassName
{
color: #4FF220;
}
</style>
background-color css
<style>
a { background-color: #4FF220; }
a { background-color: rgb(79,242,32); }
div.DivClassName
{
background-color: #4FF220;
}
.BgClassName
{
background-color: #4FF220;
}
</style>
border-color css
<style>
span { border-color: #4FF220; }
span { border-color: rgb(79,242,32); }
td.TdClassName
{
border-color: #4FF220;
}
.TagClassName
{
border-color: #4FF220;
}
</style>