Shades of Harlequin #3EEC10
Tints of Harlequin #3EEC10
RGB
CMYK
RGB Variations
Color information
#3EEC10 (or 0x3EEC10) is known color: Harlequin. HEX triplet: 3E, EC and 10. RGB value is (62,236,16). Sum of RGB (Red+Green+Blue) = 62+236+16=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 236 (92.58% from 255 or 75.16% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 236 - color contains mainly: green. Hex color #3EEC10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EEC10 is #C113EF. Grayscale: #9F9F9F. Windows color (decimal): -12653552 or 1109054. OLE color: 1109054.
HSL color Cylindrical-coordinate representation of color #3EEC10: hue angle of 107.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3EEC10 is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 236 | 16 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.07 |
| HSL | 107.45º | 0.87% | 0.49% | - |
| HSV(B) | 107.45º | 0.93% | 0.93% | - |
| XYZ | 32.08 | 61.05 | 10.58 | - |
| YUV | 158.89 | 47.35 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 16 | 0.74 | 0 | 0.93 | 0.07 | 107.45 | 0.87 | 0.49 |
| Hex | 3E | EC | 10 | 4A | 0 | 5D | 7 | 6B | 57 | 31 |
| Octal | 76 | 354 | 20 | 112 | 0 | 135 | 7 | 153 | 127 | 61 |
| Binary | 111110 | 11101100 | 10000 | 1001010 | 0 | 1011101 | 111 | 1101011 | 1010111 | 110001 |
Color Harmonies of #3EEC10
Complementary color
Monochromatic Colors of #3EEC10
Black with #3EEC10
Text Example
Text Example
White with #3EEC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEC10; }
p { color: rgb(62,236,16); }
H1.HeaderClassName
{
color: #3EEC10;
}
.AnyTagClassName
{
color: #3EEC10;
}
</style>
background-color css
<style>
a { background-color: #3EEC10; }
a { background-color: rgb(62,236,16); }
div.DivClassName
{
background-color: #3EEC10;
}
.BgClassName
{
background-color: #3EEC10;
}
</style>
border-color css
<style>
span { border-color: #3EEC10; }
span { border-color: rgb(62,236,16); }
td.TdClassName
{
border-color: #3EEC10;
}
.TagClassName
{
border-color: #3EEC10;
}
</style>