Shades of Harlequin #3EE810
Tints of Harlequin #3EE810
RGB
CMYK
RGB Variations
Color information
#3EE810 (or 0x3EE810) is known color: Harlequin. HEX triplet: 3E, E8 and 10. RGB value is (62,232,16). Sum of RGB (Red+Green+Blue) = 62+232+16=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 232 (91.02% from 255 or 74.84% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 232 - color contains mainly: green. Hex color #3EE810 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EE810 is #C117EF. Grayscale: #9D9D9D. Windows color (decimal): -12654576 or 1108030. OLE color: 1108030.
HSL color Cylindrical-coordinate representation of color #3EE810: hue angle of 107.22º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3EE810 is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 232 | 16 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.09 |
| HSL | 107.22º | 0.87% | 0.49% | - |
| HSV(B) | 107.22º | 0.93% | 0.91% | - |
| XYZ | 30.94 | 58.77 | 10.2 | - |
| YUV | 156.55 | 48.68 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 232 | 16 | 0.73 | 0 | 0.93 | 0.09 | 107.22 | 0.87 | 0.49 |
| Hex | 3E | E8 | 10 | 49 | 0 | 5D | 9 | 6B | 57 | 31 |
| Octal | 76 | 350 | 20 | 111 | 0 | 135 | 11 | 153 | 127 | 61 |
| Binary | 111110 | 11101000 | 10000 | 1001001 | 0 | 1011101 | 1001 | 1101011 | 1010111 | 110001 |
Color Harmonies of #3EE810
Complementary color
Monochromatic Colors of #3EE810
Black with #3EE810
Text Example
Text Example
White with #3EE810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE810; }
p { color: rgb(62,232,16); }
H1.HeaderClassName
{
color: #3EE810;
}
.AnyTagClassName
{
color: #3EE810;
}
</style>
background-color css
<style>
a { background-color: #3EE810; }
a { background-color: rgb(62,232,16); }
div.DivClassName
{
background-color: #3EE810;
}
.BgClassName
{
background-color: #3EE810;
}
</style>
border-color css
<style>
span { border-color: #3EE810; }
span { border-color: rgb(62,232,16); }
td.TdClassName
{
border-color: #3EE810;
}
.TagClassName
{
border-color: #3EE810;
}
</style>