Shades of Harlequin #3FEF00
Tints of Harlequin #3FEF00
RGB
CMYK
RGB Variations
Color information
#3FEF00 (or 0x3FEF00) is known color: Harlequin. HEX triplet: 3F, EF and 00. RGB value is (63,239,0). Sum of RGB (Red+Green+Blue) = 63+239+0=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 239 (93.75% from 255 or 79.14% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEF00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEF00 is #C010FF. Grayscale: #9F9F9F. Windows color (decimal): -12587264 or 61247. OLE color: 61247.
HSL color Cylindrical-coordinate representation of color #3FEF00: hue angle of 104.18º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FEF00 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.06 |
| HSL | 104.18º | 1% | 0.47% | - |
| HSV(B) | 104.18º | 1% | 0.94% | - |
| XYZ | 32.92 | 62.79 | 10.38 | - |
| YUV | 159.13 | 38.19 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 0 | 0.74 | 0 | 1 | 0.06 | 104.18 | 1 | 0.47 |
| Hex | 3F | EF | 0 | 4A | 0 | 64 | 6 | 68 | 64 | 2F |
| Octal | 77 | 357 | 0 | 112 | 0 | 144 | 6 | 150 | 144 | 57 |
| Binary | 111111 | 11101111 | 0 | 1001010 | 0 | 1100100 | 110 | 1101000 | 1100100 | 101111 |
Color Harmonies of #3FEF00
Complementary color
Monochromatic Colors of #3FEF00
Black with #3FEF00
Text Example
Text Example
White with #3FEF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEF00; }
p { color: rgb(63,239,0); }
H1.HeaderClassName
{
color: #3FEF00;
}
.AnyTagClassName
{
color: #3FEF00;
}
</style>
background-color css
<style>
a { background-color: #3FEF00; }
a { background-color: rgb(63,239,0); }
div.DivClassName
{
background-color: #3FEF00;
}
.BgClassName
{
background-color: #3FEF00;
}
</style>
border-color css
<style>
span { border-color: #3FEF00; }
span { border-color: rgb(63,239,0); }
td.TdClassName
{
border-color: #3FEF00;
}
.TagClassName
{
border-color: #3FEF00;
}
</style>