Shades of Harlequin #3EF006
Tints of Harlequin #3EF006
RGB
CMYK
RGB Variations
Color information
#3EF006 (or 0x3EF006) is known color: Harlequin. HEX triplet: 3E, F0 and 06. RGB value is (62,240,6). Sum of RGB (Red+Green+Blue) = 62+240+6=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 240 (94.14% from 255 or 77.92% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 240 - color contains mainly: green. Hex color #3EF006 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EF006 is #C10FF9. Grayscale: #A0A0A0. Windows color (decimal): -12652538 or 454718. OLE color: 454718.
HSL color Cylindrical-coordinate representation of color #3EF006: hue angle of 105.64º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3EF006 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 240 | 6 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.06 |
| HSL | 105.64º | 0.95% | 0.48% | - |
| HSV(B) | 105.64º | 0.98% | 0.94% | - |
| XYZ | 33.18 | 63.36 | 10.65 | - |
| YUV | 160.1 | 41.03 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 240 | 6 | 0.74 | 0 | 0.98 | 0.06 | 105.64 | 0.95 | 0.48 |
| Hex | 3E | F0 | 6 | 4A | 0 | 62 | 6 | 6A | 5F | 30 |
| Octal | 76 | 360 | 6 | 112 | 0 | 142 | 6 | 152 | 137 | 60 |
| Binary | 111110 | 11110000 | 110 | 1001010 | 0 | 1100010 | 110 | 1101010 | 1011111 | 110000 |
Color Harmonies of #3EF006
Complementary color
Monochromatic Colors of #3EF006
Black with #3EF006
Text Example
Text Example
White with #3EF006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF006; }
p { color: rgb(62,240,6); }
H1.HeaderClassName
{
color: #3EF006;
}
.AnyTagClassName
{
color: #3EF006;
}
</style>
background-color css
<style>
a { background-color: #3EF006; }
a { background-color: rgb(62,240,6); }
div.DivClassName
{
background-color: #3EF006;
}
.BgClassName
{
background-color: #3EF006;
}
</style>
border-color css
<style>
span { border-color: #3EF006; }
span { border-color: rgb(62,240,6); }
td.TdClassName
{
border-color: #3EF006;
}
.TagClassName
{
border-color: #3EF006;
}
</style>