Shades of Harlequin #3BF617
Tints of Harlequin #3BF617
RGB
CMYK
RGB Variations
Color information
#3BF617 (or 0x3BF617) is known color: Harlequin. HEX triplet: 3B, F6 and 17. RGB value is (59,246,23). Sum of RGB (Red+Green+Blue) = 59+246+23=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 246 (96.48% from 255 or 75% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 246 - color contains mainly: green. Hex color #3BF617 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF617 is #C409E8. Grayscale: #A5A5A5. Windows color (decimal): -12847593 or 1570363. OLE color: 1570363.
HSL color Cylindrical-coordinate representation of color #3BF617: hue angle of 110.31º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BF617 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 246 | 23 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.04 |
| HSL | 110.31º | 0.93% | 0.53% | - |
| HSV(B) | 110.31º | 0.91% | 0.96% | - |
| XYZ | 34.91 | 66.9 | 11.88 | - |
| YUV | 164.67 | 48.05 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 246 | 23 | 0.76 | 0 | 0.91 | 0.04 | 110.31 | 0.93 | 0.53 |
| Hex | 3B | F6 | 17 | 4C | 0 | 5B | 4 | 6E | 5D | 35 |
| Octal | 73 | 366 | 27 | 114 | 0 | 133 | 4 | 156 | 135 | 65 |
| Binary | 111011 | 11110110 | 10111 | 1001100 | 0 | 1011011 | 100 | 1101110 | 1011101 | 110101 |
Color Harmonies of #3BF617
Complementary color
Monochromatic Colors of #3BF617
Black with #3BF617
Text Example
Text Example
White with #3BF617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF617; }
p { color: rgb(59,246,23); }
H1.HeaderClassName
{
color: #3BF617;
}
.AnyTagClassName
{
color: #3BF617;
}
</style>
background-color css
<style>
a { background-color: #3BF617; }
a { background-color: rgb(59,246,23); }
div.DivClassName
{
background-color: #3BF617;
}
.BgClassName
{
background-color: #3BF617;
}
</style>
border-color css
<style>
span { border-color: #3BF617; }
span { border-color: rgb(59,246,23); }
td.TdClassName
{
border-color: #3BF617;
}
.TagClassName
{
border-color: #3BF617;
}
</style>