Shades of Harlequin #3FDF04
Tints of Harlequin #3FDF04
RGB
CMYK
RGB Variations
Color information
#3FDF04 (or 0x3FDF04) is known color: Harlequin. HEX triplet: 3F, DF and 04. RGB value is (63,223,4). Sum of RGB (Red+Green+Blue) = 63+223+4=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 223 (87.5% from 255 or 76.90% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDF04 is #C020FB. Grayscale: #969696. Windows color (decimal): -12591356 or 319295. OLE color: 319295.
HSL color Cylindrical-coordinate representation of color #3FDF04: hue angle of 103.84º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3FDF04 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 4 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.13 |
| HSL | 103.84º | 0.96% | 0.45% | - |
| HSV(B) | 103.84º | 0.98% | 0.87% | - |
| XYZ | 28.46 | 53.84 | 9.01 | - |
| YUV | 150.19 | 45.49 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 4 | 0.72 | 0 | 0.98 | 0.13 | 103.84 | 0.96 | 0.45 |
| Hex | 3F | DF | 4 | 48 | 0 | 62 | D | 68 | 60 | 2D |
| Octal | 77 | 337 | 4 | 110 | 0 | 142 | 15 | 150 | 140 | 55 |
| Binary | 111111 | 11011111 | 100 | 1001000 | 0 | 1100010 | 1101 | 1101000 | 1100000 | 101101 |
Color Harmonies of #3FDF04
Complementary color
Monochromatic Colors of #3FDF04
Black with #3FDF04
Text Example
Text Example
White with #3FDF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF04; }
p { color: rgb(63,223,4); }
H1.HeaderClassName
{
color: #3FDF04;
}
.AnyTagClassName
{
color: #3FDF04;
}
</style>
background-color css
<style>
a { background-color: #3FDF04; }
a { background-color: rgb(63,223,4); }
div.DivClassName
{
background-color: #3FDF04;
}
.BgClassName
{
background-color: #3FDF04;
}
</style>
border-color css
<style>
span { border-color: #3FDF04; }
span { border-color: rgb(63,223,4); }
td.TdClassName
{
border-color: #3FDF04;
}
.TagClassName
{
border-color: #3FDF04;
}
</style>