Shades of Harlequin #3EEC07
Tints of Harlequin #3EEC07
RGB
CMYK
RGB Variations
Color information
#3EEC07 (or 0x3EEC07) is known color: Harlequin. HEX triplet: 3E, EC and 07. RGB value is (62,236,7). Sum of RGB (Red+Green+Blue) = 62+236+7=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 236 (92.58% from 255 or 77.38% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 236 - color contains mainly: green. Hex color #3EEC07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EEC07 is #C113F8. Grayscale: #9E9E9E. Windows color (decimal): -12653561 or 519230. OLE color: 519230.
HSL color Cylindrical-coordinate representation of color #3EEC07: hue angle of 105.59º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3EEC07 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 236 | 7 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.07 |
| HSL | 105.59º | 0.94% | 0.48% | - |
| HSV(B) | 105.59º | 0.97% | 0.93% | - |
| XYZ | 32.02 | 61.03 | 10.29 | - |
| YUV | 157.87 | 42.85 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 7 | 0.74 | 0 | 0.97 | 0.07 | 105.59 | 0.94 | 0.48 |
| Hex | 3E | EC | 7 | 4A | 0 | 61 | 7 | 6A | 5E | 30 |
| Octal | 76 | 354 | 7 | 112 | 0 | 141 | 7 | 152 | 136 | 60 |
| Binary | 111110 | 11101100 | 111 | 1001010 | 0 | 1100001 | 111 | 1101010 | 1011110 | 110000 |
Color Harmonies of #3EEC07
Complementary color
Monochromatic Colors of #3EEC07
Black with #3EEC07
Text Example
Text Example
White with #3EEC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEC07; }
p { color: rgb(62,236,7); }
H1.HeaderClassName
{
color: #3EEC07;
}
.AnyTagClassName
{
color: #3EEC07;
}
</style>
background-color css
<style>
a { background-color: #3EEC07; }
a { background-color: rgb(62,236,7); }
div.DivClassName
{
background-color: #3EEC07;
}
.BgClassName
{
background-color: #3EEC07;
}
</style>
border-color css
<style>
span { border-color: #3EEC07; }
span { border-color: rgb(62,236,7); }
td.TdClassName
{
border-color: #3EEC07;
}
.TagClassName
{
border-color: #3EEC07;
}
</style>