Shades of Harlequin #3FEC1F
Tints of Harlequin #3FEC1F
RGB
CMYK
RGB Variations
Color information
#3FEC1F (or 0x3FEC1F) is known color: Harlequin. HEX triplet: 3F, EC and 1F. RGB value is (63,236,31). Sum of RGB (Red+Green+Blue) = 63+236+31=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 236 (92.58% from 255 or 71.52% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEC1F is #C013E0. Grayscale: #A1A1A1. Windows color (decimal): -12588001 or 2092095. OLE color: 2092095.
HSL color Cylindrical-coordinate representation of color #3FEC1F: hue angle of 110.63º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3FEC1F is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 31 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.07 |
| HSL | 110.63º | 0.84% | 0.52% | - |
| HSV(B) | 110.63º | 0.87% | 0.93% | - |
| XYZ | 32.29 | 61.15 | 11.4 | - |
| YUV | 160.9 | 54.69 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 31 | 0.73 | 0 | 0.87 | 0.07 | 110.63 | 0.84 | 0.52 |
| Hex | 3F | EC | 1F | 49 | 0 | 57 | 7 | 6F | 54 | 34 |
| Octal | 77 | 354 | 37 | 111 | 0 | 127 | 7 | 157 | 124 | 64 |
| Binary | 111111 | 11101100 | 11111 | 1001001 | 0 | 1010111 | 111 | 1101111 | 1010100 | 110100 |
Color Harmonies of #3FEC1F
Complementary color
Monochromatic Colors of #3FEC1F
Black with #3FEC1F
Text Example
Text Example
White with #3FEC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEC1F; }
p { color: rgb(63,236,31); }
H1.HeaderClassName
{
color: #3FEC1F;
}
.AnyTagClassName
{
color: #3FEC1F;
}
</style>
background-color css
<style>
a { background-color: #3FEC1F; }
a { background-color: rgb(63,236,31); }
div.DivClassName
{
background-color: #3FEC1F;
}
.BgClassName
{
background-color: #3FEC1F;
}
</style>
border-color css
<style>
span { border-color: #3FEC1F; }
span { border-color: rgb(63,236,31); }
td.TdClassName
{
border-color: #3FEC1F;
}
.TagClassName
{
border-color: #3FEC1F;
}
</style>