Shades of Harlequin #3BFB16
Tints of Harlequin #3BFB16
RGB
CMYK
RGB Variations
Color information
#3BFB16 (or 0x3BFB16) is known color: Harlequin. HEX triplet: 3B, FB and 16. RGB value is (59,251,22). Sum of RGB (Red+Green+Blue) = 59+251+22=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 251 (98.44% from 255 or 75.60% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 251 - color contains mainly: green. Hex color #3BFB16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFB16 is #C404E9. Grayscale: #A8A8A8. Windows color (decimal): -12846314 or 1506107. OLE color: 1506107.
HSL color Cylindrical-coordinate representation of color #3BFB16: hue angle of 110.31º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BFB16 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 251 | 22 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.02 |
| HSL | 110.31º | 0.97% | 0.54% | - |
| HSV(B) | 110.31º | 0.91% | 0.98% | - |
| XYZ | 36.45 | 69.98 | 12.35 | - |
| YUV | 167.49 | 45.89 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 251 | 22 | 0.76 | 0 | 0.91 | 0.02 | 110.31 | 0.97 | 0.54 |
| Hex | 3B | FB | 16 | 4C | 0 | 5B | 2 | 6E | 61 | 36 |
| Octal | 73 | 373 | 26 | 114 | 0 | 133 | 2 | 156 | 141 | 66 |
| Binary | 111011 | 11111011 | 10110 | 1001100 | 0 | 1011011 | 10 | 1101110 | 1100001 | 110110 |
Color Harmonies of #3BFB16
Complementary color
Monochromatic Colors of #3BFB16
Black with #3BFB16
Text Example
Text Example
White with #3BFB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFB16; }
p { color: rgb(59,251,22); }
H1.HeaderClassName
{
color: #3BFB16;
}
.AnyTagClassName
{
color: #3BFB16;
}
</style>
background-color css
<style>
a { background-color: #3BFB16; }
a { background-color: rgb(59,251,22); }
div.DivClassName
{
background-color: #3BFB16;
}
.BgClassName
{
background-color: #3BFB16;
}
</style>
border-color css
<style>
span { border-color: #3BFB16; }
span { border-color: rgb(59,251,22); }
td.TdClassName
{
border-color: #3BFB16;
}
.TagClassName
{
border-color: #3BFB16;
}
</style>