Shades of Harlequin #3FEC16
Tints of Harlequin #3FEC16
RGB
CMYK
RGB Variations
Color information
#3FEC16 (or 0x3FEC16) is known color: Harlequin. HEX triplet: 3F, EC and 16. RGB value is (63,236,22). Sum of RGB (Red+Green+Blue) = 63+236+22=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 236 (92.58% from 255 or 73.52% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEC16 is #C013E9. Grayscale: #A0A0A0. Windows color (decimal): -12588010 or 1502271. OLE color: 1502271.
HSL color Cylindrical-coordinate representation of color #3FEC16: hue angle of 108.5º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FEC16 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 22 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.07 |
| HSL | 108.5º | 0.85% | 0.51% | - |
| HSV(B) | 108.5º | 0.91% | 0.93% | - |
| XYZ | 32.19 | 61.11 | 10.86 | - |
| YUV | 159.88 | 50.19 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 22 | 0.73 | 0 | 0.91 | 0.07 | 108.5 | 0.85 | 0.51 |
| Hex | 3F | EC | 16 | 49 | 0 | 5B | 7 | 6D | 55 | 33 |
| Octal | 77 | 354 | 26 | 111 | 0 | 133 | 7 | 155 | 125 | 63 |
| Binary | 111111 | 11101100 | 10110 | 1001001 | 0 | 1011011 | 111 | 1101101 | 1010101 | 110011 |
Color Harmonies of #3FEC16
Complementary color
Monochromatic Colors of #3FEC16
Black with #3FEC16
Text Example
Text Example
White with #3FEC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEC16; }
p { color: rgb(63,236,22); }
H1.HeaderClassName
{
color: #3FEC16;
}
.AnyTagClassName
{
color: #3FEC16;
}
</style>
background-color css
<style>
a { background-color: #3FEC16; }
a { background-color: rgb(63,236,22); }
div.DivClassName
{
background-color: #3FEC16;
}
.BgClassName
{
background-color: #3FEC16;
}
</style>
border-color css
<style>
span { border-color: #3FEC16; }
span { border-color: rgb(63,236,22); }
td.TdClassName
{
border-color: #3FEC16;
}
.TagClassName
{
border-color: #3FEC16;
}
</style>