Shades of Harlequin #3FEF07
Tints of Harlequin #3FEF07
RGB
CMYK
RGB Variations
Color information
#3FEF07 (or 0x3FEF07) is known color: Harlequin. HEX triplet: 3F, EF and 07. RGB value is (63,239,7). Sum of RGB (Red+Green+Blue) = 63+239+7=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 239 (93.75% from 255 or 77.35% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEF07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEF07 is #C010F8. Grayscale: #A0A0A0. Windows color (decimal): -12587257 or 519999. OLE color: 519999.
HSL color Cylindrical-coordinate representation of color #3FEF07: hue angle of 105.52º 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 #3FEF07 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 7 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.06 |
| HSL | 105.52º | 0.94% | 0.48% | - |
| HSV(B) | 105.52º | 0.97% | 0.94% | - |
| XYZ | 32.95 | 62.81 | 10.59 | - |
| YUV | 159.93 | 41.69 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 7 | 0.74 | 0 | 0.97 | 0.06 | 105.52 | 0.94 | 0.48 |
| Hex | 3F | EF | 7 | 4A | 0 | 61 | 6 | 6A | 5E | 30 |
| Octal | 77 | 357 | 7 | 112 | 0 | 141 | 6 | 152 | 136 | 60 |
| Binary | 111111 | 11101111 | 111 | 1001010 | 0 | 1100001 | 110 | 1101010 | 1011110 | 110000 |
Color Harmonies of #3FEF07
Complementary color
Monochromatic Colors of #3FEF07
Black with #3FEF07
Text Example
Text Example
White with #3FEF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEF07; }
p { color: rgb(63,239,7); }
H1.HeaderClassName
{
color: #3FEF07;
}
.AnyTagClassName
{
color: #3FEF07;
}
</style>
background-color css
<style>
a { background-color: #3FEF07; }
a { background-color: rgb(63,239,7); }
div.DivClassName
{
background-color: #3FEF07;
}
.BgClassName
{
background-color: #3FEF07;
}
</style>
border-color css
<style>
span { border-color: #3FEF07; }
span { border-color: rgb(63,239,7); }
td.TdClassName
{
border-color: #3FEF07;
}
.TagClassName
{
border-color: #3FEF07;
}
</style>