Shades of Harlequin #3FDB06
Tints of Harlequin #3FDB06
RGB
CMYK
RGB Variations
Color information
#3FDB06 (or 0x3FDB06) is known color: Harlequin. HEX triplet: 3F, DB and 06. RGB value is (63,219,6). Sum of RGB (Red+Green+Blue) = 63+219+6=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 219 (85.94% from 255 or 76.04% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDB06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDB06 is #C024F9. Grayscale: #949494. Windows color (decimal): -12592378 or 449343. OLE color: 449343.
HSL color Cylindrical-coordinate representation of color #3FDB06: hue angle of 103.94º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3FDB06 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 6 | - |
| CMYK | 0.71 | 0 | 0.97 | 0.14 |
| HSL | 103.94º | 0.95% | 0.44% | - |
| HSV(B) | 103.94º | 0.97% | 0.86% | - |
| XYZ | 27.41 | 51.73 | 8.71 | - |
| YUV | 148.07 | 47.82 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 6 | 0.71 | 0 | 0.97 | 0.14 | 103.94 | 0.95 | 0.44 |
| Hex | 3F | DB | 6 | 47 | 0 | 61 | E | 68 | 5F | 2C |
| Octal | 77 | 333 | 6 | 107 | 0 | 141 | 16 | 150 | 137 | 54 |
| Binary | 111111 | 11011011 | 110 | 1000111 | 0 | 1100001 | 1110 | 1101000 | 1011111 | 101100 |
Color Harmonies of #3FDB06
Complementary color
Monochromatic Colors of #3FDB06
Black with #3FDB06
Text Example
Text Example
White with #3FDB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDB06; }
p { color: rgb(63,219,6); }
H1.HeaderClassName
{
color: #3FDB06;
}
.AnyTagClassName
{
color: #3FDB06;
}
</style>
background-color css
<style>
a { background-color: #3FDB06; }
a { background-color: rgb(63,219,6); }
div.DivClassName
{
background-color: #3FDB06;
}
.BgClassName
{
background-color: #3FDB06;
}
</style>
border-color css
<style>
span { border-color: #3FDB06; }
span { border-color: rgb(63,219,6); }
td.TdClassName
{
border-color: #3FDB06;
}
.TagClassName
{
border-color: #3FDB06;
}
</style>