Shades of Harlequin #3FDF08
Tints of Harlequin #3FDF08
RGB
CMYK
RGB Variations
Color information
#3FDF08 (or 0x3FDF08) is known color: Harlequin. HEX triplet: 3F, DF and 08. RGB value is (63,223,8). Sum of RGB (Red+Green+Blue) = 63+223+8=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 223 (87.5% from 255 or 75.85% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDF08 is #C020F7. Grayscale: #979797. Windows color (decimal): -12591352 or 581439. OLE color: 581439.
HSL color Cylindrical-coordinate representation of color #3FDF08: hue angle of 104.65º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3FDF08 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 8 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.13 |
| HSL | 104.65º | 0.93% | 0.45% | - |
| HSV(B) | 104.65º | 0.96% | 0.87% | - |
| XYZ | 28.48 | 53.85 | 9.12 | - |
| YUV | 150.65 | 47.49 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 8 | 0.72 | 0 | 0.96 | 0.13 | 104.65 | 0.93 | 0.45 |
| Hex | 3F | DF | 8 | 48 | 0 | 60 | D | 69 | 5D | 2D |
| Octal | 77 | 337 | 10 | 110 | 0 | 140 | 15 | 151 | 135 | 55 |
| Binary | 111111 | 11011111 | 1000 | 1001000 | 0 | 1100000 | 1101 | 1101001 | 1011101 | 101101 |
Color Harmonies of #3FDF08
Complementary color
Monochromatic Colors of #3FDF08
Black with #3FDF08
Text Example
Text Example
White with #3FDF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF08; }
p { color: rgb(63,223,8); }
H1.HeaderClassName
{
color: #3FDF08;
}
.AnyTagClassName
{
color: #3FDF08;
}
</style>
background-color css
<style>
a { background-color: #3FDF08; }
a { background-color: rgb(63,223,8); }
div.DivClassName
{
background-color: #3FDF08;
}
.BgClassName
{
background-color: #3FDF08;
}
</style>
border-color css
<style>
span { border-color: #3FDF08; }
span { border-color: rgb(63,223,8); }
td.TdClassName
{
border-color: #3FDF08;
}
.TagClassName
{
border-color: #3FDF08;
}
</style>