Shades of Harlequin #3BF017
Tints of Harlequin #3BF017
RGB
CMYK
RGB Variations
Color information
#3BF017 (or 0x3BF017) is known color: Harlequin. HEX triplet: 3B, F0 and 17. RGB value is (59,240,23). Sum of RGB (Red+Green+Blue) = 59+240+23=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 240 (94.14% from 255 or 74.53% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 240 - color contains mainly: green. Hex color #3BF017 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF017 is #C40FE8. Grayscale: #A1A1A1. Windows color (decimal): -12849129 or 1568827. OLE color: 1568827.
HSL color Cylindrical-coordinate representation of color #3BF017: hue angle of 110.05º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BF017 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 240 | 23 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.06 |
| HSL | 110.05º | 0.88% | 0.52% | - |
| HSV(B) | 110.05º | 0.9% | 0.94% | - |
| XYZ | 33.12 | 63.31 | 11.29 | - |
| YUV | 161.14 | 50.03 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 240 | 23 | 0.75 | 0 | 0.90 | 0.06 | 110.05 | 0.88 | 0.52 |
| Hex | 3B | F0 | 17 | 4B | 0 | 5A | 6 | 6E | 58 | 34 |
| Octal | 73 | 360 | 27 | 113 | 0 | 132 | 6 | 156 | 130 | 64 |
| Binary | 111011 | 11110000 | 10111 | 1001011 | 0 | 1011010 | 110 | 1101110 | 1011000 | 110100 |
Color Harmonies of #3BF017
Complementary color
Monochromatic Colors of #3BF017
Black with #3BF017
Text Example
Text Example
White with #3BF017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF017; }
p { color: rgb(59,240,23); }
H1.HeaderClassName
{
color: #3BF017;
}
.AnyTagClassName
{
color: #3BF017;
}
</style>
background-color css
<style>
a { background-color: #3BF017; }
a { background-color: rgb(59,240,23); }
div.DivClassName
{
background-color: #3BF017;
}
.BgClassName
{
background-color: #3BF017;
}
</style>
border-color css
<style>
span { border-color: #3BF017; }
span { border-color: rgb(59,240,23); }
td.TdClassName
{
border-color: #3BF017;
}
.TagClassName
{
border-color: #3BF017;
}
</style>