Shades of Harlequin #3FEC21
Tints of Harlequin #3FEC21
RGB
CMYK
RGB Variations
Color information
#3FEC21 (or 0x3FEC21) is known color: Harlequin. HEX triplet: 3F, EC and 21. RGB value is (63,236,33). Sum of RGB (Red+Green+Blue) = 63+236+33=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 236 (92.58% from 255 or 71.08% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEC21 is #C013DE. Grayscale: #A1A1A1. Windows color (decimal): -12587999 or 2223167. OLE color: 2223167.
HSL color Cylindrical-coordinate representation of color #3FEC21: hue angle of 111.13º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3FEC21 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 33 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.07 |
| HSL | 111.13º | 0.84% | 0.53% | - |
| HSV(B) | 111.13º | 0.86% | 0.93% | - |
| XYZ | 32.32 | 61.16 | 11.54 | - |
| YUV | 161.13 | 55.69 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 33 | 0.73 | 0 | 0.86 | 0.07 | 111.13 | 0.84 | 0.53 |
| Hex | 3F | EC | 21 | 49 | 0 | 56 | 7 | 6F | 54 | 35 |
| Octal | 77 | 354 | 41 | 111 | 0 | 126 | 7 | 157 | 124 | 65 |
| Binary | 111111 | 11101100 | 100001 | 1001001 | 0 | 1010110 | 111 | 1101111 | 1010100 | 110101 |
Color Harmonies of #3FEC21
Complementary color
Monochromatic Colors of #3FEC21
Black with #3FEC21
Text Example
Text Example
White with #3FEC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEC21; }
p { color: rgb(63,236,33); }
H1.HeaderClassName
{
color: #3FEC21;
}
.AnyTagClassName
{
color: #3FEC21;
}
</style>
background-color css
<style>
a { background-color: #3FEC21; }
a { background-color: rgb(63,236,33); }
div.DivClassName
{
background-color: #3FEC21;
}
.BgClassName
{
background-color: #3FEC21;
}
</style>
border-color css
<style>
span { border-color: #3FEC21; }
span { border-color: rgb(63,236,33); }
td.TdClassName
{
border-color: #3FEC21;
}
.TagClassName
{
border-color: #3FEC21;
}
</style>