Shades of Harlequin #3EEF07
Tints of Harlequin #3EEF07
RGB
CMYK
RGB Variations
Color information
#3EEF07 (or 0x3EEF07) is known color: Harlequin. HEX triplet: 3E, EF and 07. RGB value is (62,239,7). Sum of RGB (Red+Green+Blue) = 62+239+7=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 239 (93.75% from 255 or 77.60% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEF07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EEF07 is #C110F8. Grayscale: #A0A0A0. Windows color (decimal): -12652793 or 519998. OLE color: 519998.
HSL color Cylindrical-coordinate representation of color #3EEF07: hue angle of 105.78º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3EEF07 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 239 | 7 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.06 |
| HSL | 105.78º | 0.94% | 0.48% | - |
| HSV(B) | 105.78º | 0.97% | 0.94% | - |
| XYZ | 32.89 | 62.77 | 10.58 | - |
| YUV | 159.63 | 41.86 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 239 | 7 | 0.74 | 0 | 0.97 | 0.06 | 105.78 | 0.94 | 0.48 |
| Hex | 3E | EF | 7 | 4A | 0 | 61 | 6 | 6A | 5E | 30 |
| Octal | 76 | 357 | 7 | 112 | 0 | 141 | 6 | 152 | 136 | 60 |
| Binary | 111110 | 11101111 | 111 | 1001010 | 0 | 1100001 | 110 | 1101010 | 1011110 | 110000 |
Color Harmonies of #3EEF07
Complementary color
Monochromatic Colors of #3EEF07
Black with #3EEF07
Text Example
Text Example
White with #3EEF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEF07; }
p { color: rgb(62,239,7); }
H1.HeaderClassName
{
color: #3EEF07;
}
.AnyTagClassName
{
color: #3EEF07;
}
</style>
background-color css
<style>
a { background-color: #3EEF07; }
a { background-color: rgb(62,239,7); }
div.DivClassName
{
background-color: #3EEF07;
}
.BgClassName
{
background-color: #3EEF07;
}
</style>
border-color css
<style>
span { border-color: #3EEF07; }
span { border-color: rgb(62,239,7); }
td.TdClassName
{
border-color: #3EEF07;
}
.TagClassName
{
border-color: #3EEF07;
}
</style>