Shades of Harlequin #3FF409
Tints of Harlequin #3FF409
RGB
CMYK
RGB Variations
Color information
#3FF409 (or 0x3FF409) is known color: Harlequin. HEX triplet: 3F, F4 and 09. RGB value is (63,244,9). Sum of RGB (Red+Green+Blue) = 63+244+9=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 244 (95.70% from 255 or 77.22% from 316); Blue value is 9 (3.91% from 255 or 2.85% from 316); Max value from RGB is 244 - color contains mainly: green. Hex color #3FF409 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF409 is #C00BF6. Grayscale: #A3A3A3. Windows color (decimal): -12585975 or 652351. OLE color: 652351.
HSL color Cylindrical-coordinate representation of color #3FF409: hue angle of 106.21º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3FF409 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 244 | 9 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.04 |
| HSL | 106.21º | 0.93% | 0.5% | - |
| HSV(B) | 106.21º | 0.96% | 0.96% | - |
| XYZ | 34.45 | 65.78 | 11.14 | - |
| YUV | 163.09 | 41.03 | 56.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 244 | 9 | 0.74 | 0 | 0.96 | 0.04 | 106.21 | 0.93 | 0.5 |
| Hex | 3F | F4 | 9 | 4A | 0 | 60 | 4 | 6A | 5D | 32 |
| Octal | 77 | 364 | 11 | 112 | 0 | 140 | 4 | 152 | 135 | 62 |
| Binary | 111111 | 11110100 | 1001 | 1001010 | 0 | 1100000 | 100 | 1101010 | 1011101 | 110010 |
Color Harmonies of #3FF409
Complementary color
Monochromatic Colors of #3FF409
Black with #3FF409
Text Example
Text Example
White with #3FF409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF409; }
p { color: rgb(63,244,9); }
H1.HeaderClassName
{
color: #3FF409;
}
.AnyTagClassName
{
color: #3FF409;
}
</style>
background-color css
<style>
a { background-color: #3FF409; }
a { background-color: rgb(63,244,9); }
div.DivClassName
{
background-color: #3FF409;
}
.BgClassName
{
background-color: #3FF409;
}
</style>
border-color css
<style>
span { border-color: #3FF409; }
span { border-color: rgb(63,244,9); }
td.TdClassName
{
border-color: #3FF409;
}
.TagClassName
{
border-color: #3FF409;
}
</style>