Shades of Harlequin #3FEF04
Tints of Harlequin #3FEF04
RGB
CMYK
RGB Variations
Color information
#3FEF04 (or 0x3FEF04) is known color: Harlequin. HEX triplet: 3F, EF and 04. RGB value is (63,239,4). Sum of RGB (Red+Green+Blue) = 63+239+4=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 239 (93.75% from 255 or 78.10% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEF04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEF04 is #C010FB. Grayscale: #A0A0A0. Windows color (decimal): -12587260 or 323391. OLE color: 323391.
HSL color Cylindrical-coordinate representation of color #3FEF04: hue angle of 104.94º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3FEF04 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 4 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.06 |
| HSL | 104.94º | 0.97% | 0.48% | - |
| HSV(B) | 104.94º | 0.98% | 0.94% | - |
| XYZ | 32.94 | 62.8 | 10.5 | - |
| YUV | 159.59 | 40.19 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 4 | 0.74 | 0 | 0.98 | 0.06 | 104.94 | 0.97 | 0.48 |
| Hex | 3F | EF | 4 | 4A | 0 | 62 | 6 | 69 | 61 | 30 |
| Octal | 77 | 357 | 4 | 112 | 0 | 142 | 6 | 151 | 141 | 60 |
| Binary | 111111 | 11101111 | 100 | 1001010 | 0 | 1100010 | 110 | 1101001 | 1100001 | 110000 |
Color Harmonies of #3FEF04
Complementary color
Monochromatic Colors of #3FEF04
Black with #3FEF04
Text Example
Text Example
White with #3FEF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEF04; }
p { color: rgb(63,239,4); }
H1.HeaderClassName
{
color: #3FEF04;
}
.AnyTagClassName
{
color: #3FEF04;
}
</style>
background-color css
<style>
a { background-color: #3FEF04; }
a { background-color: rgb(63,239,4); }
div.DivClassName
{
background-color: #3FEF04;
}
.BgClassName
{
background-color: #3FEF04;
}
</style>
border-color css
<style>
span { border-color: #3FEF04; }
span { border-color: rgb(63,239,4); }
td.TdClassName
{
border-color: #3FEF04;
}
.TagClassName
{
border-color: #3FEF04;
}
</style>