Shades of Harlequin #3BF010
Tints of Harlequin #3BF010
RGB
CMYK
RGB Variations
Color information
#3BF010 (or 0x3BF010) is known color: Harlequin. HEX triplet: 3B, F0 and 10. RGB value is (59,240,16). Sum of RGB (Red+Green+Blue) = 59+240+16=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 240 (94.14% from 255 or 76.19% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 240 - color contains mainly: green. Hex color #3BF010 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF010 is #C40FEF. Grayscale: #A1A1A1. Windows color (decimal): -12849136 or 1110075. OLE color: 1110075.
HSL color Cylindrical-coordinate representation of color #3BF010: hue angle of 108.48º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3BF010 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 240 | 16 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.06 |
| HSL | 108.48º | 0.88% | 0.5% | - |
| HSV(B) | 108.48º | 0.93% | 0.94% | - |
| XYZ | 33.06 | 63.29 | 10.96 | - |
| YUV | 160.35 | 46.53 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 240 | 16 | 0.75 | 0 | 0.93 | 0.06 | 108.48 | 0.88 | 0.5 |
| Hex | 3B | F0 | 10 | 4B | 0 | 5D | 6 | 6C | 58 | 32 |
| Octal | 73 | 360 | 20 | 113 | 0 | 135 | 6 | 154 | 130 | 62 |
| Binary | 111011 | 11110000 | 10000 | 1001011 | 0 | 1011101 | 110 | 1101100 | 1011000 | 110010 |
Color Harmonies of #3BF010
Complementary color
Monochromatic Colors of #3BF010
Black with #3BF010
Text Example
Text Example
White with #3BF010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF010; }
p { color: rgb(59,240,16); }
H1.HeaderClassName
{
color: #3BF010;
}
.AnyTagClassName
{
color: #3BF010;
}
</style>
background-color css
<style>
a { background-color: #3BF010; }
a { background-color: rgb(59,240,16); }
div.DivClassName
{
background-color: #3BF010;
}
.BgClassName
{
background-color: #3BF010;
}
</style>
border-color css
<style>
span { border-color: #3BF010; }
span { border-color: rgb(59,240,16); }
td.TdClassName
{
border-color: #3BF010;
}
.TagClassName
{
border-color: #3BF010;
}
</style>