Shades of Harlequin #3FEC20
Tints of Harlequin #3FEC20
RGB
CMYK
RGB Variations
Color information
#3FEC20 (or 0x3FEC20) is known color: Harlequin. HEX triplet: 3F, EC and 20. RGB value is (63,236,32). Sum of RGB (Red+Green+Blue) = 63+236+32=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 236 (92.58% from 255 or 71.30% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEC20 is #C013DF. Grayscale: #A1A1A1. Windows color (decimal): -12588000 or 2157631. OLE color: 2157631.
HSL color Cylindrical-coordinate representation of color #3FEC20: hue angle of 110.88º 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 #3FEC20 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 32 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.07 |
| HSL | 110.88º | 0.84% | 0.53% | - |
| HSV(B) | 110.88º | 0.86% | 0.93% | - |
| XYZ | 32.31 | 61.15 | 11.47 | - |
| YUV | 161.02 | 55.19 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 32 | 0.73 | 0 | 0.86 | 0.07 | 110.88 | 0.84 | 0.53 |
| Hex | 3F | EC | 20 | 49 | 0 | 56 | 7 | 6F | 54 | 35 |
| Octal | 77 | 354 | 40 | 111 | 0 | 126 | 7 | 157 | 124 | 65 |
| Binary | 111111 | 11101100 | 100000 | 1001001 | 0 | 1010110 | 111 | 1101111 | 1010100 | 110101 |
Color Harmonies of #3FEC20
Complementary color
Monochromatic Colors of #3FEC20
Black with #3FEC20
Text Example
Text Example
White with #3FEC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEC20; }
p { color: rgb(63,236,32); }
H1.HeaderClassName
{
color: #3FEC20;
}
.AnyTagClassName
{
color: #3FEC20;
}
</style>
background-color css
<style>
a { background-color: #3FEC20; }
a { background-color: rgb(63,236,32); }
div.DivClassName
{
background-color: #3FEC20;
}
.BgClassName
{
background-color: #3FEC20;
}
</style>
border-color css
<style>
span { border-color: #3FEC20; }
span { border-color: rgb(63,236,32); }
td.TdClassName
{
border-color: #3FEC20;
}
.TagClassName
{
border-color: #3FEC20;
}
</style>