Shades of Harlequin #3EEC16
Tints of Harlequin #3EEC16
RGB
CMYK
RGB Variations
Color information
#3EEC16 (or 0x3EEC16) is known color: Harlequin. HEX triplet: 3E, EC and 16. RGB value is (62,236,22). Sum of RGB (Red+Green+Blue) = 62+236+22=320 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.38% from 320); Green value is 236 (92.58% from 255 or 73.75% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 236 - color contains mainly: green. Hex color #3EEC16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EEC16 is #C113E9. Grayscale: #A0A0A0. Windows color (decimal): -12653546 or 1502270. OLE color: 1502270.
HSL color Cylindrical-coordinate representation of color #3EEC16: hue angle of 108.79º 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 #3EEC16 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 236 | 22 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.07 |
| HSL | 108.79º | 0.85% | 0.51% | - |
| HSV(B) | 108.79º | 0.91% | 0.93% | - |
| XYZ | 32.13 | 61.07 | 10.85 | - |
| YUV | 159.58 | 50.35 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 22 | 0.74 | 0 | 0.91 | 0.07 | 108.79 | 0.85 | 0.51 |
| Hex | 3E | EC | 16 | 4A | 0 | 5B | 7 | 6D | 55 | 33 |
| Octal | 76 | 354 | 26 | 112 | 0 | 133 | 7 | 155 | 125 | 63 |
| Binary | 111110 | 11101100 | 10110 | 1001010 | 0 | 1011011 | 111 | 1101101 | 1010101 | 110011 |
Color Harmonies of #3EEC16
Complementary color
Monochromatic Colors of #3EEC16
Black with #3EEC16
Text Example
Text Example
White with #3EEC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEC16; }
p { color: rgb(62,236,22); }
H1.HeaderClassName
{
color: #3EEC16;
}
.AnyTagClassName
{
color: #3EEC16;
}
</style>
background-color css
<style>
a { background-color: #3EEC16; }
a { background-color: rgb(62,236,22); }
div.DivClassName
{
background-color: #3EEC16;
}
.BgClassName
{
background-color: #3EEC16;
}
</style>
border-color css
<style>
span { border-color: #3EEC16; }
span { border-color: rgb(62,236,22); }
td.TdClassName
{
border-color: #3EEC16;
}
.TagClassName
{
border-color: #3EEC16;
}
</style>