Shades of Harlequin #3FF609
Tints of Harlequin #3FF609
RGB
CMYK
RGB Variations
Color information
#3FF609 (or 0x3FF609) is known color: Harlequin. HEX triplet: 3F, F6 and 09. RGB value is (63,246,9). Sum of RGB (Red+Green+Blue) = 63+246+9=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 246 (96.48% from 255 or 77.36% from 318); Blue value is 9 (3.91% from 255 or 2.83% from 318); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF609 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF609 is #C009F6. Grayscale: #A5A5A5. Windows color (decimal): -12585463 or 652863. OLE color: 652863.
HSL color Cylindrical-coordinate representation of color #3FF609: hue angle of 106.33º 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 #3FF609 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 246 | 9 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.04 |
| HSL | 106.33º | 0.93% | 0.5% | - |
| HSV(B) | 106.33º | 0.96% | 0.96% | - |
| XYZ | 35.05 | 66.99 | 11.34 | - |
| YUV | 164.27 | 40.37 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 246 | 9 | 0.74 | 0 | 0.96 | 0.04 | 106.33 | 0.93 | 0.5 |
| Hex | 3F | F6 | 9 | 4A | 0 | 60 | 4 | 6A | 5D | 32 |
| Octal | 77 | 366 | 11 | 112 | 0 | 140 | 4 | 152 | 135 | 62 |
| Binary | 111111 | 11110110 | 1001 | 1001010 | 0 | 1100000 | 100 | 1101010 | 1011101 | 110010 |
Color Harmonies of #3FF609
Complementary color
Monochromatic Colors of #3FF609
Black with #3FF609
Text Example
Text Example
White with #3FF609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF609; }
p { color: rgb(63,246,9); }
H1.HeaderClassName
{
color: #3FF609;
}
.AnyTagClassName
{
color: #3FF609;
}
</style>
background-color css
<style>
a { background-color: #3FF609; }
a { background-color: rgb(63,246,9); }
div.DivClassName
{
background-color: #3FF609;
}
.BgClassName
{
background-color: #3FF609;
}
</style>
border-color css
<style>
span { border-color: #3FF609; }
span { border-color: rgb(63,246,9); }
td.TdClassName
{
border-color: #3FF609;
}
.TagClassName
{
border-color: #3FF609;
}
</style>