Shades of Harlequin #3FEC08
Tints of Harlequin #3FEC08
RGB
CMYK
RGB Variations
Color information
#3FEC08 (or 0x3FEC08) is known color: Harlequin. HEX triplet: 3F, EC and 08. RGB value is (63,236,8). Sum of RGB (Red+Green+Blue) = 63+236+8=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 236 (92.58% from 255 or 76.87% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEC08 is #C013F7. Grayscale: #9F9F9F. Windows color (decimal): -12588024 or 584767. OLE color: 584767.
HSL color Cylindrical-coordinate representation of color #3FEC08: hue angle of 105.53º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3FEC08 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 8 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.07 |
| HSL | 105.53º | 0.93% | 0.48% | - |
| HSV(B) | 105.53º | 0.97% | 0.93% | - |
| XYZ | 32.09 | 61.07 | 10.33 | - |
| YUV | 158.28 | 43.19 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 8 | 0.73 | 0 | 0.97 | 0.07 | 105.53 | 0.93 | 0.48 |
| Hex | 3F | EC | 8 | 49 | 0 | 61 | 7 | 6A | 5D | 30 |
| Octal | 77 | 354 | 10 | 111 | 0 | 141 | 7 | 152 | 135 | 60 |
| Binary | 111111 | 11101100 | 1000 | 1001001 | 0 | 1100001 | 111 | 1101010 | 1011101 | 110000 |
Color Harmonies of #3FEC08
Complementary color
Monochromatic Colors of #3FEC08
Black with #3FEC08
Text Example
Text Example
White with #3FEC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEC08; }
p { color: rgb(63,236,8); }
H1.HeaderClassName
{
color: #3FEC08;
}
.AnyTagClassName
{
color: #3FEC08;
}
</style>
background-color css
<style>
a { background-color: #3FEC08; }
a { background-color: rgb(63,236,8); }
div.DivClassName
{
background-color: #3FEC08;
}
.BgClassName
{
background-color: #3FEC08;
}
</style>
border-color css
<style>
span { border-color: #3FEC08; }
span { border-color: rgb(63,236,8); }
td.TdClassName
{
border-color: #3FEC08;
}
.TagClassName
{
border-color: #3FEC08;
}
</style>