Shades of Harlequin #3FF608
Tints of Harlequin #3FF608
RGB
CMYK
RGB Variations
Color information
#3FF608 (or 0x3FF608) is known color: Harlequin. HEX triplet: 3F, F6 and 08. RGB value is (63,246,8). Sum of RGB (Red+Green+Blue) = 63+246+8=317 (41% of max value = 765). Red value is 63 (25% from 255 or 19.87% from 317); Green value is 246 (96.48% from 255 or 77.60% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF608 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF608 is #C009F7. Grayscale: #A4A4A4. Windows color (decimal): -12585464 or 587327. OLE color: 587327.
HSL color Cylindrical-coordinate representation of color #3FF608: hue angle of 106.13º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3FF608 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 246 | 8 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.04 |
| HSL | 106.13º | 0.94% | 0.5% | - |
| HSV(B) | 106.13º | 0.97% | 0.96% | - |
| XYZ | 35.05 | 66.99 | 11.31 | - |
| YUV | 164.15 | 39.87 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 246 | 8 | 0.74 | 0 | 0.97 | 0.04 | 106.13 | 0.94 | 0.5 |
| Hex | 3F | F6 | 8 | 4A | 0 | 61 | 4 | 6A | 5E | 32 |
| Octal | 77 | 366 | 10 | 112 | 0 | 141 | 4 | 152 | 136 | 62 |
| Binary | 111111 | 11110110 | 1000 | 1001010 | 0 | 1100001 | 100 | 1101010 | 1011110 | 110010 |
Color Harmonies of #3FF608
Complementary color
Monochromatic Colors of #3FF608
Black with #3FF608
Text Example
Text Example
White with #3FF608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF608; }
p { color: rgb(63,246,8); }
H1.HeaderClassName
{
color: #3FF608;
}
.AnyTagClassName
{
color: #3FF608;
}
</style>
background-color css
<style>
a { background-color: #3FF608; }
a { background-color: rgb(63,246,8); }
div.DivClassName
{
background-color: #3FF608;
}
.BgClassName
{
background-color: #3FF608;
}
</style>
border-color css
<style>
span { border-color: #3FF608; }
span { border-color: rgb(63,246,8); }
td.TdClassName
{
border-color: #3FF608;
}
.TagClassName
{
border-color: #3FF608;
}
</style>