Shades of Harlequin #3BF121
Tints of Harlequin #3BF121
RGB
CMYK
RGB Variations
Color information
#3BF121 (or 0x3BF121) is known color: Harlequin. HEX triplet: 3B, F1 and 21. RGB value is (59,241,33). Sum of RGB (Red+Green+Blue) = 59+241+33=333 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.72% from 333); Green value is 241 (94.53% from 255 or 72.37% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 241 - color contains mainly: green. Hex color #3BF121 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF121 is #C40EDE. Grayscale: #A3A3A3. Windows color (decimal): -12848863 or 2224443. OLE color: 2224443.
HSL color Cylindrical-coordinate representation of color #3BF121: hue angle of 112.5º degrees, saturation: 0.88, 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 #3BF121 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 241 | 33 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.05 |
| HSL | 112.5º | 0.88% | 0.54% | - |
| HSV(B) | 112.5º | 0.86% | 0.95% | - |
| XYZ | 33.53 | 63.95 | 12.02 | - |
| YUV | 162.87 | 54.7 | 53.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 241 | 33 | 0.76 | 0 | 0.86 | 0.05 | 112.5 | 0.88 | 0.54 |
| Hex | 3B | F1 | 21 | 4C | 0 | 56 | 5 | 70 | 58 | 36 |
| Octal | 73 | 361 | 41 | 114 | 0 | 126 | 5 | 160 | 130 | 66 |
| Binary | 111011 | 11110001 | 100001 | 1001100 | 0 | 1010110 | 101 | 1110000 | 1011000 | 110110 |
Color Harmonies of #3BF121
Complementary color
Monochromatic Colors of #3BF121
Black with #3BF121
Text Example
Text Example
White with #3BF121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF121; }
p { color: rgb(59,241,33); }
H1.HeaderClassName
{
color: #3BF121;
}
.AnyTagClassName
{
color: #3BF121;
}
</style>
background-color css
<style>
a { background-color: #3BF121; }
a { background-color: rgb(59,241,33); }
div.DivClassName
{
background-color: #3BF121;
}
.BgClassName
{
background-color: #3BF121;
}
</style>
border-color css
<style>
span { border-color: #3BF121; }
span { border-color: rgb(59,241,33); }
td.TdClassName
{
border-color: #3BF121;
}
.TagClassName
{
border-color: #3BF121;
}
</style>