Shades of Harlequin #3FEC0C
Tints of Harlequin #3FEC0C
RGB
CMYK
RGB Variations
Color information
#3FEC0C (or 0x3FEC0C) is known color: Harlequin. HEX triplet: 3F, EC and 0C. RGB value is (63,236,12). Sum of RGB (Red+Green+Blue) = 63+236+12=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 236 (92.58% from 255 or 75.88% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEC0C is #C013F3. Grayscale: #9F9F9F. Windows color (decimal): -12588020 or 846911. OLE color: 846911.
HSL color Cylindrical-coordinate representation of color #3FEC0C: hue angle of 106.34º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3FEC0C is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 12 | - |
| CMYK | 0.73 | 0 | 0.95 | 0.07 |
| HSL | 106.34º | 0.9% | 0.49% | - |
| HSV(B) | 106.34º | 0.95% | 0.93% | - |
| XYZ | 32.11 | 61.07 | 10.44 | - |
| YUV | 158.74 | 45.19 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 12 | 0.73 | 0 | 0.95 | 0.07 | 106.34 | 0.9 | 0.49 |
| Hex | 3F | EC | C | 49 | 0 | 5F | 7 | 6A | 5A | 31 |
| Octal | 77 | 354 | 14 | 111 | 0 | 137 | 7 | 152 | 132 | 61 |
| Binary | 111111 | 11101100 | 1100 | 1001001 | 0 | 1011111 | 111 | 1101010 | 1011010 | 110001 |
Color Harmonies of #3FEC0C
Complementary color
Monochromatic Colors of #3FEC0C
Black with #3FEC0C
Text Example
Text Example
White with #3FEC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEC0C; }
p { color: rgb(63,236,12); }
H1.HeaderClassName
{
color: #3FEC0C;
}
.AnyTagClassName
{
color: #3FEC0C;
}
</style>
background-color css
<style>
a { background-color: #3FEC0C; }
a { background-color: rgb(63,236,12); }
div.DivClassName
{
background-color: #3FEC0C;
}
.BgClassName
{
background-color: #3FEC0C;
}
</style>
border-color css
<style>
span { border-color: #3FEC0C; }
span { border-color: rgb(63,236,12); }
td.TdClassName
{
border-color: #3FEC0C;
}
.TagClassName
{
border-color: #3FEC0C;
}
</style>