Shades of Harlequin #3BFF10
Tints of Harlequin #3BFF10
RGB
CMYK
RGB Variations
Color information
#3BFF10 (or 0x3BFF10) is known color: Harlequin. HEX triplet: 3B, FF and 10. RGB value is (59,255,16). Sum of RGB (Red+Green+Blue) = 59+255+16=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 255 (100% from 255 or 77.27% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFF10 is #C400EF. Grayscale: #A9A9A9. Windows color (decimal): -12845296 or 1113915. OLE color: 1113915.
HSL color Cylindrical-coordinate representation of color #3BFF10: hue angle of 109.21º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3BFF10 is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 16 | - |
| CMYK | 0.77 | 0 | 0.94 | 0 |
| HSL | 109.21º | 1% | 0.53% | - |
| HSV(B) | 109.21º | 0.94% | 1% | - |
| XYZ | 37.66 | 72.49 | 12.5 | - |
| YUV | 169.15 | 41.57 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 16 | 0.77 | 0 | 0.94 | 0 | 109.21 | 1 | 0.53 |
| Hex | 3B | FF | 10 | 4D | 0 | 5E | 0 | 6D | 64 | 35 |
| Octal | 73 | 377 | 20 | 115 | 0 | 136 | 0 | 155 | 144 | 65 |
| Binary | 111011 | 11111111 | 10000 | 1001101 | 0 | 1011110 | 0 | 1101101 | 1100100 | 110101 |
Color Harmonies of #3BFF10
Complementary color
Monochromatic Colors of #3BFF10
Black with #3BFF10
Text Example
Text Example
White with #3BFF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFF10; }
p { color: rgb(59,255,16); }
H1.HeaderClassName
{
color: #3BFF10;
}
.AnyTagClassName
{
color: #3BFF10;
}
</style>
background-color css
<style>
a { background-color: #3BFF10; }
a { background-color: rgb(59,255,16); }
div.DivClassName
{
background-color: #3BFF10;
}
.BgClassName
{
background-color: #3BFF10;
}
</style>
border-color css
<style>
span { border-color: #3BFF10; }
span { border-color: rgb(59,255,16); }
td.TdClassName
{
border-color: #3BFF10;
}
.TagClassName
{
border-color: #3BFF10;
}
</style>