Shades of Harlequin #3FDC05
Tints of Harlequin #3FDC05
RGB
CMYK
RGB Variations
Color information
#3FDC05 (or 0x3FDC05) is known color: Harlequin. HEX triplet: 3F, DC and 05. RGB value is (63,220,5). Sum of RGB (Red+Green+Blue) = 63+220+5=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 220 (86.33% from 255 or 76.39% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDC05 is #C023FA. Grayscale: #959595. Windows color (decimal): -12592123 or 384063. OLE color: 384063.
HSL color Cylindrical-coordinate representation of color #3FDC05: hue angle of 103.81º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3FDC05 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 5 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.14 |
| HSL | 103.81º | 0.96% | 0.44% | - |
| HSV(B) | 103.81º | 0.98% | 0.86% | - |
| XYZ | 27.67 | 52.25 | 8.77 | - |
| YUV | 148.55 | 46.99 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 5 | 0.71 | 0 | 0.98 | 0.14 | 103.81 | 0.96 | 0.44 |
| Hex | 3F | DC | 5 | 47 | 0 | 62 | E | 68 | 60 | 2C |
| Octal | 77 | 334 | 5 | 107 | 0 | 142 | 16 | 150 | 140 | 54 |
| Binary | 111111 | 11011100 | 101 | 1000111 | 0 | 1100010 | 1110 | 1101000 | 1100000 | 101100 |
Color Harmonies of #3FDC05
Complementary color
Monochromatic Colors of #3FDC05
Black with #3FDC05
Text Example
Text Example
White with #3FDC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDC05; }
p { color: rgb(63,220,5); }
H1.HeaderClassName
{
color: #3FDC05;
}
.AnyTagClassName
{
color: #3FDC05;
}
</style>
background-color css
<style>
a { background-color: #3FDC05; }
a { background-color: rgb(63,220,5); }
div.DivClassName
{
background-color: #3FDC05;
}
.BgClassName
{
background-color: #3FDC05;
}
</style>
border-color css
<style>
span { border-color: #3FDC05; }
span { border-color: rgb(63,220,5); }
td.TdClassName
{
border-color: #3FDC05;
}
.TagClassName
{
border-color: #3FDC05;
}
</style>