Shades of Harlequin #3FDC04
Tints of Harlequin #3FDC04
RGB
CMYK
RGB Variations
Color information
#3FDC04 (or 0x3FDC04) is known color: Harlequin. HEX triplet: 3F, DC and 04. RGB value is (63,220,4). Sum of RGB (Red+Green+Blue) = 63+220+4=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 220 (86.33% from 255 or 76.66% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDC04 is #C023FB. Grayscale: #959595. Windows color (decimal): -12592124 or 318527. OLE color: 318527.
HSL color Cylindrical-coordinate representation of color #3FDC04: hue angle of 103.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3FDC04 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 4 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.14 |
| HSL | 103.61º | 0.96% | 0.44% | - |
| HSV(B) | 103.61º | 0.98% | 0.86% | - |
| XYZ | 27.67 | 52.25 | 8.74 | - |
| YUV | 148.43 | 46.49 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 4 | 0.71 | 0 | 0.98 | 0.14 | 103.61 | 0.96 | 0.44 |
| Hex | 3F | DC | 4 | 47 | 0 | 62 | E | 68 | 60 | 2C |
| Octal | 77 | 334 | 4 | 107 | 0 | 142 | 16 | 150 | 140 | 54 |
| Binary | 111111 | 11011100 | 100 | 1000111 | 0 | 1100010 | 1110 | 1101000 | 1100000 | 101100 |
Color Harmonies of #3FDC04
Complementary color
Monochromatic Colors of #3FDC04
Black with #3FDC04
Text Example
Text Example
White with #3FDC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDC04; }
p { color: rgb(63,220,4); }
H1.HeaderClassName
{
color: #3FDC04;
}
.AnyTagClassName
{
color: #3FDC04;
}
</style>
background-color css
<style>
a { background-color: #3FDC04; }
a { background-color: rgb(63,220,4); }
div.DivClassName
{
background-color: #3FDC04;
}
.BgClassName
{
background-color: #3FDC04;
}
</style>
border-color css
<style>
span { border-color: #3FDC04; }
span { border-color: rgb(63,220,4); }
td.TdClassName
{
border-color: #3FDC04;
}
.TagClassName
{
border-color: #3FDC04;
}
</style>