Shades of Harlequin #3BF112
Tints of Harlequin #3BF112
RGB
CMYK
RGB Variations
Color information
#3BF112 (or 0x3BF112) is known color: Harlequin. HEX triplet: 3B, F1 and 12. RGB value is (59,241,18). Sum of RGB (Red+Green+Blue) = 59+241+18=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 241 (94.53% from 255 or 75.79% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 241 - color contains mainly: green. Hex color #3BF112 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF112 is #C40EED. Grayscale: #A1A1A1. Windows color (decimal): -12848878 or 1241403. OLE color: 1241403.
HSL color Cylindrical-coordinate representation of color #3BF112: hue angle of 108.97º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3BF112 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 241 | 18 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.05 |
| HSL | 108.97º | 0.89% | 0.51% | - |
| HSV(B) | 108.97º | 0.93% | 0.95% | - |
| XYZ | 33.37 | 63.88 | 11.14 | - |
| YUV | 161.16 | 47.2 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 241 | 18 | 0.76 | 0 | 0.93 | 0.05 | 108.97 | 0.89 | 0.51 |
| Hex | 3B | F1 | 12 | 4C | 0 | 5D | 5 | 6D | 59 | 33 |
| Octal | 73 | 361 | 22 | 114 | 0 | 135 | 5 | 155 | 131 | 63 |
| Binary | 111011 | 11110001 | 10010 | 1001100 | 0 | 1011101 | 101 | 1101101 | 1011001 | 110011 |
Color Harmonies of #3BF112
Complementary color
Monochromatic Colors of #3BF112
Black with #3BF112
Text Example
Text Example
White with #3BF112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF112; }
p { color: rgb(59,241,18); }
H1.HeaderClassName
{
color: #3BF112;
}
.AnyTagClassName
{
color: #3BF112;
}
</style>
background-color css
<style>
a { background-color: #3BF112; }
a { background-color: rgb(59,241,18); }
div.DivClassName
{
background-color: #3BF112;
}
.BgClassName
{
background-color: #3BF112;
}
</style>
border-color css
<style>
span { border-color: #3BF112; }
span { border-color: rgb(59,241,18); }
td.TdClassName
{
border-color: #3BF112;
}
.TagClassName
{
border-color: #3BF112;
}
</style>