Shades of Harlequin #3EF716
Tints of Harlequin #3EF716
RGB
CMYK
RGB Variations
Color information
#3EF716 (or 0x3EF716) is known color: Harlequin. HEX triplet: 3E, F7 and 16. RGB value is (62,247,22). Sum of RGB (Red+Green+Blue) = 62+247+22=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 247 (96.88% from 255 or 74.62% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 247 - color contains mainly: green. Hex color #3EF716 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EF716 is #C108E9. Grayscale: #A6A6A6. Windows color (decimal): -12650730 or 1505086. OLE color: 1505086.
HSL color Cylindrical-coordinate representation of color #3EF716: hue angle of 109.33º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3EF716 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 62 | 247 | 22 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.03 |
| HSL | 109.33º | 0.93% | 0.53% | - |
| HSV(B) | 109.33º | 0.91% | 0.97% | - |
| XYZ | 35.39 | 67.6 | 11.94 | - |
| YUV | 166.04 | 46.71 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 247 | 22 | 0.75 | 0 | 0.91 | 0.03 | 109.33 | 0.93 | 0.53 |
| Hex | 3E | F7 | 16 | 4B | 0 | 5B | 3 | 6D | 5D | 35 |
| Octal | 76 | 367 | 26 | 113 | 0 | 133 | 3 | 155 | 135 | 65 |
| Binary | 111110 | 11110111 | 10110 | 1001011 | 0 | 1011011 | 11 | 1101101 | 1011101 | 110101 |
Color Harmonies of #3EF716
Complementary color
Monochromatic Colors of #3EF716
Black with #3EF716
Text Example
Text Example
White with #3EF716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF716; }
p { color: rgb(62,247,22); }
H1.HeaderClassName
{
color: #3EF716;
}
.AnyTagClassName
{
color: #3EF716;
}
</style>
background-color css
<style>
a { background-color: #3EF716; }
a { background-color: rgb(62,247,22); }
div.DivClassName
{
background-color: #3EF716;
}
.BgClassName
{
background-color: #3EF716;
}
</style>
border-color css
<style>
span { border-color: #3EF716; }
span { border-color: rgb(62,247,22); }
td.TdClassName
{
border-color: #3EF716;
}
.TagClassName
{
border-color: #3EF716;
}
</style>