Shades of Harlequin #3FEC0D
Tints of Harlequin #3FEC0D
RGB
CMYK
RGB Variations
Color information
#3FEC0D (or 0x3FEC0D) is known color: Harlequin. HEX triplet: 3F, EC and 0D. RGB value is (63,236,13). Sum of RGB (Red+Green+Blue) = 63+236+13=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 236 (92.58% from 255 or 75.64% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEC0D is #C013F2. Grayscale: #9F9F9F. Windows color (decimal): -12588019 or 912447. OLE color: 912447.
HSL color Cylindrical-coordinate representation of color #3FEC0D: hue angle of 106.55º degrees, saturation: 0.9, 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 #3FEC0D is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 13 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.07 |
| HSL | 106.55º | 0.9% | 0.49% | - |
| HSV(B) | 106.55º | 0.94% | 0.93% | - |
| XYZ | 32.12 | 61.08 | 10.48 | - |
| YUV | 158.85 | 45.69 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 13 | 0.73 | 0 | 0.94 | 0.07 | 106.55 | 0.9 | 0.49 |
| Hex | 3F | EC | D | 49 | 0 | 5E | 7 | 6B | 5A | 31 |
| Octal | 77 | 354 | 15 | 111 | 0 | 136 | 7 | 153 | 132 | 61 |
| Binary | 111111 | 11101100 | 1101 | 1001001 | 0 | 1011110 | 111 | 1101011 | 1011010 | 110001 |
Color Harmonies of #3FEC0D
Complementary color
Monochromatic Colors of #3FEC0D
Black with #3FEC0D
Text Example
Text Example
White with #3FEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEC0D; }
p { color: rgb(63,236,13); }
H1.HeaderClassName
{
color: #3FEC0D;
}
.AnyTagClassName
{
color: #3FEC0D;
}
</style>
background-color css
<style>
a { background-color: #3FEC0D; }
a { background-color: rgb(63,236,13); }
div.DivClassName
{
background-color: #3FEC0D;
}
.BgClassName
{
background-color: #3FEC0D;
}
</style>
border-color css
<style>
span { border-color: #3FEC0D; }
span { border-color: rgb(63,236,13); }
td.TdClassName
{
border-color: #3FEC0D;
}
.TagClassName
{
border-color: #3FEC0D;
}
</style>