Shades of Harlequin #3FE706
Tints of Harlequin #3FE706
RGB
CMYK
RGB Variations
Color information
#3FE706 (or 0x3FE706) is known color: Harlequin. HEX triplet: 3F, E7 and 06. RGB value is (63,231,6). Sum of RGB (Red+Green+Blue) = 63+231+6=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 231 (90.62% from 255 or 77% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE706 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FE706 is #C018F9. Grayscale: #9B9B9B. Windows color (decimal): -12589306 or 452415. OLE color: 452415.
HSL color Cylindrical-coordinate representation of color #3FE706: hue angle of 104.8º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3FE706 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 231 | 6 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.09 |
| HSL | 104.8º | 0.95% | 0.46% | - |
| HSV(B) | 104.8º | 0.97% | 0.91% | - |
| XYZ | 30.66 | 58.22 | 9.79 | - |
| YUV | 155.12 | 43.84 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 231 | 6 | 0.73 | 0 | 0.97 | 0.09 | 104.8 | 0.95 | 0.46 |
| Hex | 3F | E7 | 6 | 49 | 0 | 61 | 9 | 69 | 5F | 2E |
| Octal | 77 | 347 | 6 | 111 | 0 | 141 | 11 | 151 | 137 | 56 |
| Binary | 111111 | 11100111 | 110 | 1001001 | 0 | 1100001 | 1001 | 1101001 | 1011111 | 101110 |
Color Harmonies of #3FE706
Complementary color
Monochromatic Colors of #3FE706
Black with #3FE706
Text Example
Text Example
White with #3FE706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE706; }
p { color: rgb(63,231,6); }
H1.HeaderClassName
{
color: #3FE706;
}
.AnyTagClassName
{
color: #3FE706;
}
</style>
background-color css
<style>
a { background-color: #3FE706; }
a { background-color: rgb(63,231,6); }
div.DivClassName
{
background-color: #3FE706;
}
.BgClassName
{
background-color: #3FE706;
}
</style>
border-color css
<style>
span { border-color: #3FE706; }
span { border-color: rgb(63,231,6); }
td.TdClassName
{
border-color: #3FE706;
}
.TagClassName
{
border-color: #3FE706;
}
</style>