Shades of Harlequin #3FDC07
Tints of Harlequin #3FDC07
RGB
CMYK
RGB Variations
Color information
#3FDC07 (or 0x3FDC07) is known color: Harlequin. HEX triplet: 3F, DC and 07. RGB value is (63,220,7). Sum of RGB (Red+Green+Blue) = 63+220+7=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 220 (86.33% from 255 or 75.86% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDC07 is #C023F8. Grayscale: #959595. Windows color (decimal): -12592121 or 515135. OLE color: 515135.
HSL color Cylindrical-coordinate representation of color #3FDC07: hue angle of 104.23º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3FDC07 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 7 | - |
| CMYK | 0.71 | 0 | 0.97 | 0.14 |
| HSL | 104.23º | 0.94% | 0.45% | - |
| HSV(B) | 104.23º | 0.97% | 0.86% | - |
| XYZ | 27.68 | 52.26 | 8.83 | - |
| YUV | 148.78 | 47.99 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 7 | 0.71 | 0 | 0.97 | 0.14 | 104.23 | 0.94 | 0.45 |
| Hex | 3F | DC | 7 | 47 | 0 | 61 | E | 68 | 5E | 2D |
| Octal | 77 | 334 | 7 | 107 | 0 | 141 | 16 | 150 | 136 | 55 |
| Binary | 111111 | 11011100 | 111 | 1000111 | 0 | 1100001 | 1110 | 1101000 | 1011110 | 101101 |
Color Harmonies of #3FDC07
Complementary color
Monochromatic Colors of #3FDC07
Black with #3FDC07
Text Example
Text Example
White with #3FDC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDC07; }
p { color: rgb(63,220,7); }
H1.HeaderClassName
{
color: #3FDC07;
}
.AnyTagClassName
{
color: #3FDC07;
}
</style>
background-color css
<style>
a { background-color: #3FDC07; }
a { background-color: rgb(63,220,7); }
div.DivClassName
{
background-color: #3FDC07;
}
.BgClassName
{
background-color: #3FDC07;
}
</style>
border-color css
<style>
span { border-color: #3FDC07; }
span { border-color: rgb(63,220,7); }
td.TdClassName
{
border-color: #3FDC07;
}
.TagClassName
{
border-color: #3FDC07;
}
</style>