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