Shades of Harlequin #3BFF11
Tints of Harlequin #3BFF11
RGB
CMYK
RGB Variations
Color information
#3BFF11 (or 0x3BFF11) is known color: Harlequin. HEX triplet: 3B, FF and 11. RGB value is (59,255,17). Sum of RGB (Red+Green+Blue) = 59+255+17=331 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.82% from 331); Green value is 255 (100% from 255 or 77.04% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFF11 is #C400EE. Grayscale: #AAAAAA. Windows color (decimal): -12845295 or 1179451. OLE color: 1179451.
HSL color Cylindrical-coordinate representation of color #3BFF11: hue angle of 109.41º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3BFF11 is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 17 | - |
| CMYK | 0.77 | 0 | 0.93 | 0 |
| HSL | 109.41º | 1% | 0.53% | - |
| HSV(B) | 109.41º | 0.93% | 1% | - |
| XYZ | 37.66 | 72.49 | 12.54 | - |
| YUV | 169.26 | 42.07 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 17 | 0.77 | 0 | 0.93 | 0 | 109.41 | 1 | 0.53 |
| Hex | 3B | FF | 11 | 4D | 0 | 5D | 0 | 6D | 64 | 35 |
| Octal | 73 | 377 | 21 | 115 | 0 | 135 | 0 | 155 | 144 | 65 |
| Binary | 111011 | 11111111 | 10001 | 1001101 | 0 | 1011101 | 0 | 1101101 | 1100100 | 110101 |
Color Harmonies of #3BFF11
Complementary color
Monochromatic Colors of #3BFF11
Black with #3BFF11
Text Example
Text Example
White with #3BFF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFF11; }
p { color: rgb(59,255,17); }
H1.HeaderClassName
{
color: #3BFF11;
}
.AnyTagClassName
{
color: #3BFF11;
}
</style>
background-color css
<style>
a { background-color: #3BFF11; }
a { background-color: rgb(59,255,17); }
div.DivClassName
{
background-color: #3BFF11;
}
.BgClassName
{
background-color: #3BFF11;
}
</style>
border-color css
<style>
span { border-color: #3BFF11; }
span { border-color: rgb(59,255,17); }
td.TdClassName
{
border-color: #3BFF11;
}
.TagClassName
{
border-color: #3BFF11;
}
</style>