Shades of Harlequin #40F221
Tints of Harlequin #40F221
RGB
CMYK
RGB Variations
Color information
#40F221 (or 0x40F221) is known color: Harlequin. HEX triplet: 40, F2 and 21. RGB value is (64,242,33). Sum of RGB (Red+Green+Blue) = 64+242+33=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 242 (94.92% from 255 or 71.39% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 242 - color contains mainly: green. Hex color #40F221 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F221 is #BF0DDE. Grayscale: #A5A5A5. Windows color (decimal): -12520927 or 2224704. OLE color: 2224704.
HSL color Cylindrical-coordinate representation of color #40F221: hue angle of 111.1º 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 #40F221 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 242 | 33 | - |
| CMYK | 0.74 | 0 | 0.86 | 0.05 |
| HSL | 111.1º | 0.89% | 0.54% | - |
| HSV(B) | 111.1º | 0.86% | 0.95% | - |
| XYZ | 34.14 | 64.7 | 12.13 | - |
| YUV | 164.95 | 53.53 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 242 | 33 | 0.74 | 0 | 0.86 | 0.05 | 111.1 | 0.89 | 0.54 |
| Hex | 40 | F2 | 21 | 4A | 0 | 56 | 5 | 6F | 59 | 36 |
| Octal | 100 | 362 | 41 | 112 | 0 | 126 | 5 | 157 | 131 | 66 |
| Binary | 1000000 | 11110010 | 100001 | 1001010 | 0 | 1010110 | 101 | 1101111 | 1011001 | 110110 |
Color Harmonies of #40F221
Complementary color
Monochromatic Colors of #40F221
Black with #40F221
Text Example
Text Example
White with #40F221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F221; }
p { color: rgb(64,242,33); }
H1.HeaderClassName
{
color: #40F221;
}
.AnyTagClassName
{
color: #40F221;
}
</style>
background-color css
<style>
a { background-color: #40F221; }
a { background-color: rgb(64,242,33); }
div.DivClassName
{
background-color: #40F221;
}
.BgClassName
{
background-color: #40F221;
}
</style>
border-color css
<style>
span { border-color: #40F221; }
span { border-color: rgb(64,242,33); }
td.TdClassName
{
border-color: #40F221;
}
.TagClassName
{
border-color: #40F221;
}
</style>