Shades of Harlequin #3BF822
Tints of Harlequin #3BF822
RGB
CMYK
RGB Variations
Color information
#3BF822 (or 0x3BF822) is known color: Harlequin. HEX triplet: 3B, F8 and 22. RGB value is (59,248,34). Sum of RGB (Red+Green+Blue) = 59+248+34=341 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.30% from 341); Green value is 248 (97.27% from 255 or 72.73% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 248 - color contains mainly: green. Hex color #3BF822 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF822 is #C407DD. Grayscale: #A7A7A7. Windows color (decimal): -12847070 or 2291771. OLE color: 2291771.
HSL color Cylindrical-coordinate representation of color #3BF822: hue angle of 112.99º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3BF822 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 59 | 248 | 34 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.03 |
| HSL | 112.99º | 0.94% | 0.55% | - |
| HSV(B) | 112.99º | 0.86% | 0.97% | - |
| XYZ | 35.66 | 68.18 | 12.79 | - |
| YUV | 167.09 | 52.88 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 248 | 34 | 0.76 | 0 | 0.86 | 0.03 | 112.99 | 0.94 | 0.55 |
| Hex | 3B | F8 | 22 | 4C | 0 | 56 | 3 | 71 | 5E | 37 |
| Octal | 73 | 370 | 42 | 114 | 0 | 126 | 3 | 161 | 136 | 67 |
| Binary | 111011 | 11111000 | 100010 | 1001100 | 0 | 1010110 | 11 | 1110001 | 1011110 | 110111 |
Color Harmonies of #3BF822
Complementary color
Monochromatic Colors of #3BF822
Black with #3BF822
Text Example
Text Example
White with #3BF822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF822; }
p { color: rgb(59,248,34); }
H1.HeaderClassName
{
color: #3BF822;
}
.AnyTagClassName
{
color: #3BF822;
}
</style>
background-color css
<style>
a { background-color: #3BF822; }
a { background-color: rgb(59,248,34); }
div.DivClassName
{
background-color: #3BF822;
}
.BgClassName
{
background-color: #3BF822;
}
</style>
border-color css
<style>
span { border-color: #3BF822; }
span { border-color: rgb(59,248,34); }
td.TdClassName
{
border-color: #3BF822;
}
.TagClassName
{
border-color: #3BF822;
}
</style>