Shades of Harlequin #3FD900
Tints of Harlequin #3FD900
RGB
CMYK
RGB Variations
Color information
#3FD900 (or 0x3FD900) is known color: Harlequin. HEX triplet: 3F, D9 and 00. RGB value is (63,217,0). Sum of RGB (Red+Green+Blue) = 63+217+0=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 217 (85.16% from 255 or 77.5% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 217 - color contains mainly: green. Hex color #3FD900 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FD900 is #C026FF. Grayscale: #929292. Windows color (decimal): -12592896 or 55615. OLE color: 55615.
HSL color Cylindrical-coordinate representation of color #3FD900: hue angle of 102.58º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FD900 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 217 | 0 | - |
| CMYK | 0.71 | 0 | 1 | 0.15 |
| HSL | 102.58º | 1% | 0.43% | - |
| HSV(B) | 102.58º | 1% | 0.85% | - |
| XYZ | 26.86 | 50.68 | 8.37 | - |
| YUV | 146.22 | 45.48 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 217 | 0 | 0.71 | 0 | 1 | 0.15 | 102.58 | 1 | 0.43 |
| Hex | 3F | D9 | 0 | 47 | 0 | 64 | F | 67 | 64 | 2B |
| Octal | 77 | 331 | 0 | 107 | 0 | 144 | 17 | 147 | 144 | 53 |
| Binary | 111111 | 11011001 | 0 | 1000111 | 0 | 1100100 | 1111 | 1100111 | 1100100 | 101011 |
Color Harmonies of #3FD900
Complementary color
Monochromatic Colors of #3FD900
Black with #3FD900
Text Example
Text Example
White with #3FD900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD900; }
p { color: rgb(63,217,0); }
H1.HeaderClassName
{
color: #3FD900;
}
.AnyTagClassName
{
color: #3FD900;
}
</style>
background-color css
<style>
a { background-color: #3FD900; }
a { background-color: rgb(63,217,0); }
div.DivClassName
{
background-color: #3FD900;
}
.BgClassName
{
background-color: #3FD900;
}
</style>
border-color css
<style>
span { border-color: #3FD900; }
span { border-color: rgb(63,217,0); }
td.TdClassName
{
border-color: #3FD900;
}
.TagClassName
{
border-color: #3FD900;
}
</style>