Shades of Harlequin #3BF526
Tints of Harlequin #3BF526
RGB
CMYK
RGB Variations
Color information
#3BF526 (or 0x3BF526) is known color: Harlequin. HEX triplet: 3B, F5 and 26. RGB value is (59,245,38). Sum of RGB (Red+Green+Blue) = 59+245+38=342 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.25% from 342); Green value is 245 (96.09% from 255 or 71.64% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 245 - color contains mainly: green. Hex color #3BF526 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF526 is #C40AD9. Grayscale: #A6A6A6. Windows color (decimal): -12847834 or 2553147. OLE color: 2553147.
HSL color Cylindrical-coordinate representation of color #3BF526: hue angle of 113.91º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3BF526 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 245 | 38 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.04 |
| HSL | 113.91º | 0.91% | 0.55% | - |
| HSV(B) | 113.91º | 0.84% | 0.96% | - |
| XYZ | 34.81 | 66.37 | 12.81 | - |
| YUV | 165.79 | 55.88 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 245 | 38 | 0.76 | 0 | 0.84 | 0.04 | 113.91 | 0.91 | 0.55 |
| Hex | 3B | F5 | 26 | 4C | 0 | 54 | 4 | 72 | 5B | 37 |
| Octal | 73 | 365 | 46 | 114 | 0 | 124 | 4 | 162 | 133 | 67 |
| Binary | 111011 | 11110101 | 100110 | 1001100 | 0 | 1010100 | 100 | 1110010 | 1011011 | 110111 |
Color Harmonies of #3BF526
Complementary color
Monochromatic Colors of #3BF526
Black with #3BF526
Text Example
Text Example
White with #3BF526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF526; }
p { color: rgb(59,245,38); }
H1.HeaderClassName
{
color: #3BF526;
}
.AnyTagClassName
{
color: #3BF526;
}
</style>
background-color css
<style>
a { background-color: #3BF526; }
a { background-color: rgb(59,245,38); }
div.DivClassName
{
background-color: #3BF526;
}
.BgClassName
{
background-color: #3BF526;
}
</style>
border-color css
<style>
span { border-color: #3BF526; }
span { border-color: rgb(59,245,38); }
td.TdClassName
{
border-color: #3BF526;
}
.TagClassName
{
border-color: #3BF526;
}
</style>