Shades of Harlequin #3BF113
Tints of Harlequin #3BF113
RGB
CMYK
RGB Variations
Color information
#3BF113 (or 0x3BF113) is known color: Harlequin. HEX triplet: 3B, F1 and 13. RGB value is (59,241,19). Sum of RGB (Red+Green+Blue) = 59+241+19=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 241 (94.53% from 255 or 75.55% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 241 - color contains mainly: green. Hex color #3BF113 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF113 is #C40EEC. Grayscale: #A1A1A1. Windows color (decimal): -12848877 or 1306939. OLE color: 1306939.
HSL color Cylindrical-coordinate representation of color #3BF113: hue angle of 109.19º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3BF113 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 241 | 19 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.05 |
| HSL | 109.19º | 0.89% | 0.51% | - |
| HSV(B) | 109.19º | 0.92% | 0.95% | - |
| XYZ | 33.38 | 63.89 | 11.19 | - |
| YUV | 161.27 | 47.7 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 241 | 19 | 0.76 | 0 | 0.92 | 0.05 | 109.19 | 0.89 | 0.51 |
| Hex | 3B | F1 | 13 | 4C | 0 | 5C | 5 | 6D | 59 | 33 |
| Octal | 73 | 361 | 23 | 114 | 0 | 134 | 5 | 155 | 131 | 63 |
| Binary | 111011 | 11110001 | 10011 | 1001100 | 0 | 1011100 | 101 | 1101101 | 1011001 | 110011 |
Color Harmonies of #3BF113
Complementary color
Monochromatic Colors of #3BF113
Black with #3BF113
Text Example
Text Example
White with #3BF113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF113; }
p { color: rgb(59,241,19); }
H1.HeaderClassName
{
color: #3BF113;
}
.AnyTagClassName
{
color: #3BF113;
}
</style>
background-color css
<style>
a { background-color: #3BF113; }
a { background-color: rgb(59,241,19); }
div.DivClassName
{
background-color: #3BF113;
}
.BgClassName
{
background-color: #3BF113;
}
</style>
border-color css
<style>
span { border-color: #3BF113; }
span { border-color: rgb(59,241,19); }
td.TdClassName
{
border-color: #3BF113;
}
.TagClassName
{
border-color: #3BF113;
}
</style>