Shades of Harlequin #4CF221
Tints of Harlequin #4CF221
RGB
CMYK
RGB Variations
Color information
#4CF221 (or 0x4CF221) is known color: Harlequin. HEX triplet: 4C, F2 and 21. RGB value is (76,242,33). Sum of RGB (Red+Green+Blue) = 76+242+33=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 242 (94.92% from 255 or 68.95% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF221 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF221 is #B30DDE. Grayscale: #A9A9A9. Windows color (decimal): -11734495 or 2224716. OLE color: 2224716.
HSL color Cylindrical-coordinate representation of color #4CF221: hue angle of 107.66º 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 #4CF221 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 33 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.05 |
| HSL | 107.66º | 0.89% | 0.54% | - |
| HSV(B) | 107.66º | 0.86% | 0.95% | - |
| XYZ | 35.01 | 65.15 | 12.17 | - |
| YUV | 168.54 | 51.5 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 33 | 0.69 | 0 | 0.86 | 0.05 | 107.66 | 0.89 | 0.54 |
| Hex | 4C | F2 | 21 | 45 | 0 | 56 | 5 | 6C | 59 | 36 |
| Octal | 114 | 362 | 41 | 105 | 0 | 126 | 5 | 154 | 131 | 66 |
| Binary | 1001100 | 11110010 | 100001 | 1000101 | 0 | 1010110 | 101 | 1101100 | 1011001 | 110110 |
Color Harmonies of #4CF221
Complementary color
Monochromatic Colors of #4CF221
Black with #4CF221
Text Example
Text Example
White with #4CF221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF221; }
p { color: rgb(76,242,33); }
H1.HeaderClassName
{
color: #4CF221;
}
.AnyTagClassName
{
color: #4CF221;
}
</style>
background-color css
<style>
a { background-color: #4CF221; }
a { background-color: rgb(76,242,33); }
div.DivClassName
{
background-color: #4CF221;
}
.BgClassName
{
background-color: #4CF221;
}
</style>
border-color css
<style>
span { border-color: #4CF221; }
span { border-color: rgb(76,242,33); }
td.TdClassName
{
border-color: #4CF221;
}
.TagClassName
{
border-color: #4CF221;
}
</style>