Shades of Harlequin #3BFF12
Tints of Harlequin #3BFF12
RGB
CMYK
RGB Variations
Color information
#3BFF12 (or 0x3BFF12) is known color: Harlequin. HEX triplet: 3B, FF and 12. RGB value is (59,255,18). Sum of RGB (Red+Green+Blue) = 59+255+18=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 255 (100% from 255 or 76.81% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFF12 is #C400ED. Grayscale: #AAAAAA. Windows color (decimal): -12845294 or 1244987. OLE color: 1244987.
HSL color Cylindrical-coordinate representation of color #3BFF12: hue angle of 109.62º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3BFF12 is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 18 | - |
| CMYK | 0.77 | 0 | 0.93 | 0 |
| HSL | 109.62º | 1% | 0.54% | - |
| HSV(B) | 109.62º | 0.93% | 1% | - |
| XYZ | 37.67 | 72.49 | 12.58 | - |
| YUV | 169.38 | 42.57 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 18 | 0.77 | 0 | 0.93 | 0 | 109.62 | 1 | 0.54 |
| Hex | 3B | FF | 12 | 4D | 0 | 5D | 0 | 6E | 64 | 36 |
| Octal | 73 | 377 | 22 | 115 | 0 | 135 | 0 | 156 | 144 | 66 |
| Binary | 111011 | 11111111 | 10010 | 1001101 | 0 | 1011101 | 0 | 1101110 | 1100100 | 110110 |
Color Harmonies of #3BFF12
Complementary color
Monochromatic Colors of #3BFF12
Black with #3BFF12
Text Example
Text Example
White with #3BFF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFF12; }
p { color: rgb(59,255,18); }
H1.HeaderClassName
{
color: #3BFF12;
}
.AnyTagClassName
{
color: #3BFF12;
}
</style>
background-color css
<style>
a { background-color: #3BFF12; }
a { background-color: rgb(59,255,18); }
div.DivClassName
{
background-color: #3BFF12;
}
.BgClassName
{
background-color: #3BFF12;
}
</style>
border-color css
<style>
span { border-color: #3BFF12; }
span { border-color: rgb(59,255,18); }
td.TdClassName
{
border-color: #3BFF12;
}
.TagClassName
{
border-color: #3BFF12;
}
</style>