Shades of Harlequin #3EE605
Tints of Harlequin #3EE605
RGB
CMYK
RGB Variations
Color information
#3EE605 (or 0x3EE605) is known color: Harlequin. HEX triplet: 3E, E6 and 05. RGB value is (62,230,5). Sum of RGB (Red+Green+Blue) = 62+230+5=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 230 (90.23% from 255 or 77.44% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 230 - color contains mainly: green. Hex color #3EE605 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EE605 is #C119FA. Grayscale: #9A9A9A. Windows color (decimal): -12655099 or 386622. OLE color: 386622.
HSL color Cylindrical-coordinate representation of color #3EE605: hue angle of 104.8º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3EE605 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 62 | 230 | 5 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.10 |
| HSL | 104.8º | 0.96% | 0.46% | - |
| HSV(B) | 104.8º | 0.98% | 0.9% | - |
| XYZ | 30.31 | 57.63 | 9.67 | - |
| YUV | 154.12 | 43.84 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 230 | 5 | 0.73 | 0 | 0.98 | 0.10 | 104.8 | 0.96 | 0.46 |
| Hex | 3E | E6 | 5 | 49 | 0 | 62 | A | 69 | 60 | 2E |
| Octal | 76 | 346 | 5 | 111 | 0 | 142 | 12 | 151 | 140 | 56 |
| Binary | 111110 | 11100110 | 101 | 1001001 | 0 | 1100010 | 1010 | 1101001 | 1100000 | 101110 |
Color Harmonies of #3EE605
Complementary color
Monochromatic Colors of #3EE605
Black with #3EE605
Text Example
Text Example
White with #3EE605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE605; }
p { color: rgb(62,230,5); }
H1.HeaderClassName
{
color: #3EE605;
}
.AnyTagClassName
{
color: #3EE605;
}
</style>
background-color css
<style>
a { background-color: #3EE605; }
a { background-color: rgb(62,230,5); }
div.DivClassName
{
background-color: #3EE605;
}
.BgClassName
{
background-color: #3EE605;
}
</style>
border-color css
<style>
span { border-color: #3EE605; }
span { border-color: rgb(62,230,5); }
td.TdClassName
{
border-color: #3EE605;
}
.TagClassName
{
border-color: #3EE605;
}
</style>