Shades of Harlequin #3FEC0F
Tints of Harlequin #3FEC0F
RGB
CMYK
RGB Variations
Color information
#3FEC0F (or 0x3FEC0F) is known color: Harlequin. HEX triplet: 3F, EC and 0F. RGB value is (63,236,15). Sum of RGB (Red+Green+Blue) = 63+236+15=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 236 (92.58% from 255 or 75.16% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEC0F is #C013F0. Grayscale: #9F9F9F. Windows color (decimal): -12588017 or 1043519. OLE color: 1043519.
HSL color Cylindrical-coordinate representation of color #3FEC0F: hue angle of 106.97º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3FEC0F is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 15 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.07 |
| HSL | 106.97º | 0.88% | 0.49% | - |
| HSV(B) | 106.97º | 0.94% | 0.93% | - |
| XYZ | 32.13 | 61.08 | 10.55 | - |
| YUV | 159.08 | 46.69 | 59.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 15 | 0.73 | 0 | 0.94 | 0.07 | 106.97 | 0.88 | 0.49 |
| Hex | 3F | EC | F | 49 | 0 | 5E | 7 | 6B | 58 | 31 |
| Octal | 77 | 354 | 17 | 111 | 0 | 136 | 7 | 153 | 130 | 61 |
| Binary | 111111 | 11101100 | 1111 | 1001001 | 0 | 1011110 | 111 | 1101011 | 1011000 | 110001 |
Color Harmonies of #3FEC0F
Complementary color
Monochromatic Colors of #3FEC0F
Black with #3FEC0F
Text Example
Text Example
White with #3FEC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEC0F; }
p { color: rgb(63,236,15); }
H1.HeaderClassName
{
color: #3FEC0F;
}
.AnyTagClassName
{
color: #3FEC0F;
}
</style>
background-color css
<style>
a { background-color: #3FEC0F; }
a { background-color: rgb(63,236,15); }
div.DivClassName
{
background-color: #3FEC0F;
}
.BgClassName
{
background-color: #3FEC0F;
}
</style>
border-color css
<style>
span { border-color: #3FEC0F; }
span { border-color: rgb(63,236,15); }
td.TdClassName
{
border-color: #3FEC0F;
}
.TagClassName
{
border-color: #3FEC0F;
}
</style>