Shades of Harlequin #3EE510
Tints of Harlequin #3EE510
RGB
CMYK
RGB Variations
Color information
#3EE510 (or 0x3EE510) is known color: Harlequin. HEX triplet: 3E, E5 and 10. RGB value is (62,229,16). Sum of RGB (Red+Green+Blue) = 62+229+16=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 229 (89.84% from 255 or 74.59% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 229 - color contains mainly: green. Hex color #3EE510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EE510 is #C11AEF. Grayscale: #9B9B9B. Windows color (decimal): -12655344 or 1107262. OLE color: 1107262.
HSL color Cylindrical-coordinate representation of color #3EE510: hue angle of 107.04º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3EE510 is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 62 | 229 | 16 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.10 |
| HSL | 107.04º | 0.87% | 0.48% | - |
| HSV(B) | 107.04º | 0.93% | 0.9% | - |
| XYZ | 30.1 | 57.1 | 9.93 | - |
| YUV | 154.79 | 49.67 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 229 | 16 | 0.73 | 0 | 0.93 | 0.10 | 107.04 | 0.87 | 0.48 |
| Hex | 3E | E5 | 10 | 49 | 0 | 5D | A | 6B | 57 | 30 |
| Octal | 76 | 345 | 20 | 111 | 0 | 135 | 12 | 153 | 127 | 60 |
| Binary | 111110 | 11100101 | 10000 | 1001001 | 0 | 1011101 | 1010 | 1101011 | 1010111 | 110000 |
Color Harmonies of #3EE510
Complementary color
Monochromatic Colors of #3EE510
Black with #3EE510
Text Example
Text Example
White with #3EE510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE510; }
p { color: rgb(62,229,16); }
H1.HeaderClassName
{
color: #3EE510;
}
.AnyTagClassName
{
color: #3EE510;
}
</style>
background-color css
<style>
a { background-color: #3EE510; }
a { background-color: rgb(62,229,16); }
div.DivClassName
{
background-color: #3EE510;
}
.BgClassName
{
background-color: #3EE510;
}
</style>
border-color css
<style>
span { border-color: #3EE510; }
span { border-color: rgb(62,229,16); }
td.TdClassName
{
border-color: #3EE510;
}
.TagClassName
{
border-color: #3EE510;
}
</style>