Shades of Harlequin #3BF221
Tints of Harlequin #3BF221
RGB
CMYK
RGB Variations
Color information
#3BF221 (or 0x3BF221) is known color: Harlequin. HEX triplet: 3B, F2 and 21. RGB value is (59,242,33). Sum of RGB (Red+Green+Blue) = 59+242+33=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 242 (94.92% from 255 or 72.46% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF221 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF221 is #C40DDE. Grayscale: #A4A4A4. Windows color (decimal): -12848607 or 2224699. OLE color: 2224699.
HSL color Cylindrical-coordinate representation of color #3BF221: hue angle of 112.54º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3BF221 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 242 | 33 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.05 |
| HSL | 112.54º | 0.89% | 0.54% | - |
| HSV(B) | 112.54º | 0.86% | 0.95% | - |
| XYZ | 33.83 | 64.54 | 12.11 | - |
| YUV | 163.46 | 54.37 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 242 | 33 | 0.76 | 0 | 0.86 | 0.05 | 112.54 | 0.89 | 0.54 |
| Hex | 3B | F2 | 21 | 4C | 0 | 56 | 5 | 71 | 59 | 36 |
| Octal | 73 | 362 | 41 | 114 | 0 | 126 | 5 | 161 | 131 | 66 |
| Binary | 111011 | 11110010 | 100001 | 1001100 | 0 | 1010110 | 101 | 1110001 | 1011001 | 110110 |
Color Harmonies of #3BF221
Complementary color
Monochromatic Colors of #3BF221
Black with #3BF221
Text Example
Text Example
White with #3BF221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF221; }
p { color: rgb(59,242,33); }
H1.HeaderClassName
{
color: #3BF221;
}
.AnyTagClassName
{
color: #3BF221;
}
</style>
background-color css
<style>
a { background-color: #3BF221; }
a { background-color: rgb(59,242,33); }
div.DivClassName
{
background-color: #3BF221;
}
.BgClassName
{
background-color: #3BF221;
}
</style>
border-color css
<style>
span { border-color: #3BF221; }
span { border-color: rgb(59,242,33); }
td.TdClassName
{
border-color: #3BF221;
}
.TagClassName
{
border-color: #3BF221;
}
</style>