Shades of Harlequin #3FE004
Tints of Harlequin #3FE004
RGB
CMYK
RGB Variations
Color information
#3FE004 (or 0x3FE004) is known color: Harlequin. HEX triplet: 3F, E0 and 04. RGB value is (63,224,4). Sum of RGB (Red+Green+Blue) = 63+224+4=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 224 (87.89% from 255 or 76.98% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE004 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FE004 is #C01FFB. Grayscale: #979797. Windows color (decimal): -12591100 or 319551. OLE color: 319551.
HSL color Cylindrical-coordinate representation of color #3FE004: hue angle of 103.91º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3FE004 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 224 | 4 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.12 |
| HSL | 103.91º | 0.96% | 0.45% | - |
| HSV(B) | 103.91º | 0.98% | 0.88% | - |
| XYZ | 28.73 | 54.38 | 9.1 | - |
| YUV | 150.78 | 45.16 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 4 | 0.72 | 0 | 0.98 | 0.12 | 103.91 | 0.96 | 0.45 |
| Hex | 3F | E0 | 4 | 48 | 0 | 62 | C | 68 | 60 | 2D |
| Octal | 77 | 340 | 4 | 110 | 0 | 142 | 14 | 150 | 140 | 55 |
| Binary | 111111 | 11100000 | 100 | 1001000 | 0 | 1100010 | 1100 | 1101000 | 1100000 | 101101 |
Color Harmonies of #3FE004
Complementary color
Monochromatic Colors of #3FE004
Black with #3FE004
Text Example
Text Example
White with #3FE004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE004; }
p { color: rgb(63,224,4); }
H1.HeaderClassName
{
color: #3FE004;
}
.AnyTagClassName
{
color: #3FE004;
}
</style>
background-color css
<style>
a { background-color: #3FE004; }
a { background-color: rgb(63,224,4); }
div.DivClassName
{
background-color: #3FE004;
}
.BgClassName
{
background-color: #3FE004;
}
</style>
border-color css
<style>
span { border-color: #3FE004; }
span { border-color: rgb(63,224,4); }
td.TdClassName
{
border-color: #3FE004;
}
.TagClassName
{
border-color: #3FE004;
}
</style>