Shades of Harlequin #3FF206
Tints of Harlequin #3FF206
RGB
CMYK
RGB Variations
Color information
#3FF206 (or 0x3FF206) is known color: Harlequin. HEX triplet: 3F, F2 and 06. RGB value is (63,242,6). Sum of RGB (Red+Green+Blue) = 63+242+6=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 242 (94.92% from 255 or 77.81% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF206 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF206 is #C00DF9. Grayscale: #A2A2A2. Windows color (decimal): -12586490 or 455231. OLE color: 455231.
HSL color Cylindrical-coordinate representation of color #3FF206: hue angle of 105.51º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3FF206 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 242 | 6 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.05 |
| HSL | 105.51º | 0.95% | 0.49% | - |
| HSV(B) | 105.51º | 0.98% | 0.95% | - |
| XYZ | 33.83 | 64.57 | 10.85 | - |
| YUV | 161.58 | 40.2 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 242 | 6 | 0.74 | 0 | 0.98 | 0.05 | 105.51 | 0.95 | 0.49 |
| Hex | 3F | F2 | 6 | 4A | 0 | 62 | 5 | 6A | 5F | 31 |
| Octal | 77 | 362 | 6 | 112 | 0 | 142 | 5 | 152 | 137 | 61 |
| Binary | 111111 | 11110010 | 110 | 1001010 | 0 | 1100010 | 101 | 1101010 | 1011111 | 110001 |
Color Harmonies of #3FF206
Complementary color
Monochromatic Colors of #3FF206
Black with #3FF206
Text Example
Text Example
White with #3FF206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF206; }
p { color: rgb(63,242,6); }
H1.HeaderClassName
{
color: #3FF206;
}
.AnyTagClassName
{
color: #3FF206;
}
</style>
background-color css
<style>
a { background-color: #3FF206; }
a { background-color: rgb(63,242,6); }
div.DivClassName
{
background-color: #3FF206;
}
.BgClassName
{
background-color: #3FF206;
}
</style>
border-color css
<style>
span { border-color: #3FF206; }
span { border-color: rgb(63,242,6); }
td.TdClassName
{
border-color: #3FF206;
}
.TagClassName
{
border-color: #3FF206;
}
</style>