Shades of Harlequin #4DF221
Tints of Harlequin #4DF221
RGB
CMYK
RGB Variations
Color information
#4DF221 (or 0x4DF221) is known color: Harlequin. HEX triplet: 4D, F2 and 21. RGB value is (77,242,33). Sum of RGB (Red+Green+Blue) = 77+242+33=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 242 (94.92% from 255 or 68.75% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF221 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF221 is #B20DDE. Grayscale: #A9A9A9. Windows color (decimal): -11668959 or 2224717. OLE color: 2224717.
HSL color Cylindrical-coordinate representation of color #4DF221: hue angle of 107.37º 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 #4DF221 is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 242 | 33 | - |
| CMYK | 0.68 | 0 | 0.86 | 0.05 |
| HSL | 107.37º | 0.89% | 0.54% | - |
| HSV(B) | 107.37º | 0.86% | 0.95% | - |
| XYZ | 35.09 | 65.19 | 12.17 | - |
| YUV | 168.84 | 51.34 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 242 | 33 | 0.68 | 0 | 0.86 | 0.05 | 107.37 | 0.89 | 0.54 |
| Hex | 4D | F2 | 21 | 44 | 0 | 56 | 5 | 6B | 59 | 36 |
| Octal | 115 | 362 | 41 | 104 | 0 | 126 | 5 | 153 | 131 | 66 |
| Binary | 1001101 | 11110010 | 100001 | 1000100 | 0 | 1010110 | 101 | 1101011 | 1011001 | 110110 |
Color Harmonies of #4DF221
Complementary color
Monochromatic Colors of #4DF221
Black with #4DF221
Text Example
Text Example
White with #4DF221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF221; }
p { color: rgb(77,242,33); }
H1.HeaderClassName
{
color: #4DF221;
}
.AnyTagClassName
{
color: #4DF221;
}
</style>
background-color css
<style>
a { background-color: #4DF221; }
a { background-color: rgb(77,242,33); }
div.DivClassName
{
background-color: #4DF221;
}
.BgClassName
{
background-color: #4DF221;
}
</style>
border-color css
<style>
span { border-color: #4DF221; }
span { border-color: rgb(77,242,33); }
td.TdClassName
{
border-color: #4DF221;
}
.TagClassName
{
border-color: #4DF221;
}
</style>