Shades of Harlequin #3BF220
Tints of Harlequin #3BF220
RGB
CMYK
RGB Variations
Color information
#3BF220 (or 0x3BF220) is known color: Harlequin. HEX triplet: 3B, F2 and 20. RGB value is (59,242,32). Sum of RGB (Red+Green+Blue) = 59+242+32=333 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.72% from 333); Green value is 242 (94.92% from 255 or 72.67% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF220 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF220 is #C40DDF. Grayscale: #A4A4A4. Windows color (decimal): -12848608 or 2159163. OLE color: 2159163.
HSL color Cylindrical-coordinate representation of color #3BF220: hue angle of 112.29º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3BF220 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 242 | 32 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.05 |
| HSL | 112.29º | 0.89% | 0.54% | - |
| HSV(B) | 112.29º | 0.87% | 0.95% | - |
| XYZ | 33.82 | 64.54 | 12.04 | - |
| YUV | 163.34 | 53.87 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 242 | 32 | 0.76 | 0 | 0.87 | 0.05 | 112.29 | 0.89 | 0.54 |
| Hex | 3B | F2 | 20 | 4C | 0 | 57 | 5 | 70 | 59 | 36 |
| Octal | 73 | 362 | 40 | 114 | 0 | 127 | 5 | 160 | 131 | 66 |
| Binary | 111011 | 11110010 | 100000 | 1001100 | 0 | 1010111 | 101 | 1110000 | 1011001 | 110110 |
Color Harmonies of #3BF220
Complementary color
Monochromatic Colors of #3BF220
Black with #3BF220
Text Example
Text Example
White with #3BF220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF220; }
p { color: rgb(59,242,32); }
H1.HeaderClassName
{
color: #3BF220;
}
.AnyTagClassName
{
color: #3BF220;
}
</style>
background-color css
<style>
a { background-color: #3BF220; }
a { background-color: rgb(59,242,32); }
div.DivClassName
{
background-color: #3BF220;
}
.BgClassName
{
background-color: #3BF220;
}
</style>
border-color css
<style>
span { border-color: #3BF220; }
span { border-color: rgb(59,242,32); }
td.TdClassName
{
border-color: #3BF220;
}
.TagClassName
{
border-color: #3BF220;
}
</style>