Shades of Harlequin #3FF60A
Tints of Harlequin #3FF60A
RGB
CMYK
RGB Variations
Color information
#3FF60A (or 0x3FF60A) is known color: Harlequin. HEX triplet: 3F, F6 and 0A. RGB value is (63,246,10). Sum of RGB (Red+Green+Blue) = 63+246+10=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 246 (96.48% from 255 or 77.12% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF60A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF60A is #C009F5. Grayscale: #A5A5A5. Windows color (decimal): -12585462 or 718399. OLE color: 718399.
HSL color Cylindrical-coordinate representation of color #3FF60A: hue angle of 106.53º 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 #3FF60A is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 246 | 10 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.04 |
| HSL | 106.53º | 0.93% | 0.5% | - |
| HSV(B) | 106.53º | 0.96% | 0.96% | - |
| XYZ | 35.06 | 66.99 | 11.37 | - |
| YUV | 164.38 | 40.87 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 246 | 10 | 0.74 | 0 | 0.96 | 0.04 | 106.53 | 0.93 | 0.5 |
| Hex | 3F | F6 | A | 4A | 0 | 60 | 4 | 6B | 5D | 32 |
| Octal | 77 | 366 | 12 | 112 | 0 | 140 | 4 | 153 | 135 | 62 |
| Binary | 111111 | 11110110 | 1010 | 1001010 | 0 | 1100000 | 100 | 1101011 | 1011101 | 110010 |
Color Harmonies of #3FF60A
Complementary color
Monochromatic Colors of #3FF60A
Black with #3FF60A
Text Example
Text Example
White with #3FF60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF60A; }
p { color: rgb(63,246,10); }
H1.HeaderClassName
{
color: #3FF60A;
}
.AnyTagClassName
{
color: #3FF60A;
}
</style>
background-color css
<style>
a { background-color: #3FF60A; }
a { background-color: rgb(63,246,10); }
div.DivClassName
{
background-color: #3FF60A;
}
.BgClassName
{
background-color: #3FF60A;
}
</style>
border-color css
<style>
span { border-color: #3FF60A; }
span { border-color: rgb(63,246,10); }
td.TdClassName
{
border-color: #3FF60A;
}
.TagClassName
{
border-color: #3FF60A;
}
</style>