Shades of Harlequin #3FEC14
Tints of Harlequin #3FEC14
RGB
CMYK
RGB Variations
Color information
#3FEC14 (or 0x3FEC14) is known color: Harlequin. HEX triplet: 3F, EC and 14. RGB value is (63,236,20). Sum of RGB (Red+Green+Blue) = 63+236+20=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 236 (92.58% from 255 or 73.98% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEC14 is #C013EB. Grayscale: #A0A0A0. Windows color (decimal): -12588012 or 1371199. OLE color: 1371199.
HSL color Cylindrical-coordinate representation of color #3FEC14: hue angle of 108.06º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3FEC14 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 20 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.07 |
| HSL | 108.06º | 0.85% | 0.5% | - |
| HSV(B) | 108.06º | 0.92% | 0.93% | - |
| XYZ | 32.17 | 61.1 | 10.76 | - |
| YUV | 159.65 | 49.19 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 20 | 0.73 | 0 | 0.92 | 0.07 | 108.06 | 0.85 | 0.5 |
| Hex | 3F | EC | 14 | 49 | 0 | 5C | 7 | 6C | 55 | 32 |
| Octal | 77 | 354 | 24 | 111 | 0 | 134 | 7 | 154 | 125 | 62 |
| Binary | 111111 | 11101100 | 10100 | 1001001 | 0 | 1011100 | 111 | 1101100 | 1010101 | 110010 |
Color Harmonies of #3FEC14
Complementary color
Monochromatic Colors of #3FEC14
Black with #3FEC14
Text Example
Text Example
White with #3FEC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEC14; }
p { color: rgb(63,236,20); }
H1.HeaderClassName
{
color: #3FEC14;
}
.AnyTagClassName
{
color: #3FEC14;
}
</style>
background-color css
<style>
a { background-color: #3FEC14; }
a { background-color: rgb(63,236,20); }
div.DivClassName
{
background-color: #3FEC14;
}
.BgClassName
{
background-color: #3FEC14;
}
</style>
border-color css
<style>
span { border-color: #3FEC14; }
span { border-color: rgb(63,236,20); }
td.TdClassName
{
border-color: #3FEC14;
}
.TagClassName
{
border-color: #3FEC14;
}
</style>