Shades of Harlequin #4FF221
Tints of Harlequin #4FF221
RGB
CMYK
RGB Variations
Color information
#4FF221 (or 0x4FF221) is known color: Harlequin. HEX triplet: 4F, F2 and 21. RGB value is (79,242,33). Sum of RGB (Red+Green+Blue) = 79+242+33=354 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.32% from 354); Green value is 242 (94.92% from 255 or 68.36% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 242 - color contains mainly: green. Hex color #4FF221 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FF221 is #B00DDE. Grayscale: #AAAAAA. Windows color (decimal): -11537887 or 2224719. OLE color: 2224719.
HSL color Cylindrical-coordinate representation of color #4FF221: hue angle of 106.79º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4FF221 is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 242 | 33 | - |
| CMYK | 0.67 | 0 | 0.86 | 0.05 |
| HSL | 106.79º | 0.89% | 0.54% | - |
| HSV(B) | 106.79º | 0.86% | 0.95% | - |
| XYZ | 35.25 | 65.28 | 12.18 | - |
| YUV | 169.44 | 51 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 242 | 33 | 0.67 | 0 | 0.86 | 0.05 | 106.79 | 0.89 | 0.54 |
| Hex | 4F | F2 | 21 | 43 | 0 | 56 | 5 | 6B | 59 | 36 |
| Octal | 117 | 362 | 41 | 103 | 0 | 126 | 5 | 153 | 131 | 66 |
| Binary | 1001111 | 11110010 | 100001 | 1000011 | 0 | 1010110 | 101 | 1101011 | 1011001 | 110110 |
Color Harmonies of #4FF221
Complementary color
Monochromatic Colors of #4FF221
Black with #4FF221
Text Example
Text Example
White with #4FF221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF221; }
p { color: rgb(79,242,33); }
H1.HeaderClassName
{
color: #4FF221;
}
.AnyTagClassName
{
color: #4FF221;
}
</style>
background-color css
<style>
a { background-color: #4FF221; }
a { background-color: rgb(79,242,33); }
div.DivClassName
{
background-color: #4FF221;
}
.BgClassName
{
background-color: #4FF221;
}
</style>
border-color css
<style>
span { border-color: #4FF221; }
span { border-color: rgb(79,242,33); }
td.TdClassName
{
border-color: #4FF221;
}
.TagClassName
{
border-color: #4FF221;
}
</style>