Shades of Harlequin #3FDF06
Tints of Harlequin #3FDF06
RGB
CMYK
RGB Variations
Color information
#3FDF06 (or 0x3FDF06) is known color: Harlequin. HEX triplet: 3F, DF and 06. RGB value is (63,223,6). Sum of RGB (Red+Green+Blue) = 63+223+6=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 223 (87.5% from 255 or 76.37% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDF06 is #C020F9. Grayscale: #979797. Windows color (decimal): -12591354 or 450367. OLE color: 450367.
HSL color Cylindrical-coordinate representation of color #3FDF06: hue angle of 104.24º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3FDF06 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 6 | - |
| CMYK | 0.72 | 0 | 0.97 | 0.13 |
| HSL | 104.24º | 0.95% | 0.45% | - |
| HSV(B) | 104.24º | 0.97% | 0.87% | - |
| XYZ | 28.47 | 53.85 | 9.06 | - |
| YUV | 150.42 | 46.49 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 6 | 0.72 | 0 | 0.97 | 0.13 | 104.24 | 0.95 | 0.45 |
| Hex | 3F | DF | 6 | 48 | 0 | 61 | D | 68 | 5F | 2D |
| Octal | 77 | 337 | 6 | 110 | 0 | 141 | 15 | 150 | 137 | 55 |
| Binary | 111111 | 11011111 | 110 | 1001000 | 0 | 1100001 | 1101 | 1101000 | 1011111 | 101101 |
Color Harmonies of #3FDF06
Complementary color
Monochromatic Colors of #3FDF06
Black with #3FDF06
Text Example
Text Example
White with #3FDF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF06; }
p { color: rgb(63,223,6); }
H1.HeaderClassName
{
color: #3FDF06;
}
.AnyTagClassName
{
color: #3FDF06;
}
</style>
background-color css
<style>
a { background-color: #3FDF06; }
a { background-color: rgb(63,223,6); }
div.DivClassName
{
background-color: #3FDF06;
}
.BgClassName
{
background-color: #3FDF06;
}
</style>
border-color css
<style>
span { border-color: #3FDF06; }
span { border-color: rgb(63,223,6); }
td.TdClassName
{
border-color: #3FDF06;
}
.TagClassName
{
border-color: #3FDF06;
}
</style>