Shades of Harlequin #3BF616
Tints of Harlequin #3BF616
RGB
CMYK
RGB Variations
Color information
#3BF616 (or 0x3BF616) is known color: Harlequin. HEX triplet: 3B, F6 and 16. RGB value is (59,246,22). Sum of RGB (Red+Green+Blue) = 59+246+22=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 246 (96.48% from 255 or 75.23% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 246 - color contains mainly: green. Hex color #3BF616 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF616 is #C409E9. Grayscale: #A5A5A5. Windows color (decimal): -12847594 or 1504827. OLE color: 1504827.
HSL color Cylindrical-coordinate representation of color #3BF616: hue angle of 110.09º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BF616 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 246 | 22 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.04 |
| HSL | 110.09º | 0.93% | 0.53% | - |
| HSV(B) | 110.09º | 0.91% | 0.96% | - |
| XYZ | 34.9 | 66.9 | 11.83 | - |
| YUV | 164.55 | 47.55 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 246 | 22 | 0.76 | 0 | 0.91 | 0.04 | 110.09 | 0.93 | 0.53 |
| Hex | 3B | F6 | 16 | 4C | 0 | 5B | 4 | 6E | 5D | 35 |
| Octal | 73 | 366 | 26 | 114 | 0 | 133 | 4 | 156 | 135 | 65 |
| Binary | 111011 | 11110110 | 10110 | 1001100 | 0 | 1011011 | 100 | 1101110 | 1011101 | 110101 |
Color Harmonies of #3BF616
Complementary color
Monochromatic Colors of #3BF616
Black with #3BF616
Text Example
Text Example
White with #3BF616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF616; }
p { color: rgb(59,246,22); }
H1.HeaderClassName
{
color: #3BF616;
}
.AnyTagClassName
{
color: #3BF616;
}
</style>
background-color css
<style>
a { background-color: #3BF616; }
a { background-color: rgb(59,246,22); }
div.DivClassName
{
background-color: #3BF616;
}
.BgClassName
{
background-color: #3BF616;
}
</style>
border-color css
<style>
span { border-color: #3BF616; }
span { border-color: rgb(59,246,22); }
td.TdClassName
{
border-color: #3BF616;
}
.TagClassName
{
border-color: #3BF616;
}
</style>