Shades of Malachite #32F560
Tints of Malachite #32F560
RGB
CMYK
RGB Variations
Color information
#32F560 (or 0x32F560) is known color: Malachite. HEX triplet: 32, F5 and 60. RGB value is (50,245,96). Sum of RGB (Red+Green+Blue) = 50+245+96=391 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.79% from 391); Green value is 245 (96.09% from 255 or 62.66% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 245 - color contains mainly: green. Hex color #32F560 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F560 is #CD0A9F. Grayscale: #AAAAAA. Windows color (decimal): -13437600 or 6354226. OLE color: 6354226.
HSL color Cylindrical-coordinate representation of color #32F560: hue angle of 134.15º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F560 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 245 | 96 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.04 |
| HSL | 134.15º | 0.91% | 0.58% | - |
| HSV(B) | 134.15º | 0.8% | 0.96% | - |
| XYZ | 36.08 | 66.83 | 22.06 | - |
| YUV | 169.71 | 86.4 | 42.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 245 | 96 | 0.80 | 0 | 0.61 | 0.04 | 134.15 | 0.91 | 0.58 |
| Hex | 32 | F5 | 60 | 50 | 0 | 3D | 4 | 86 | 5B | 3A |
| Octal | 62 | 365 | 140 | 120 | 0 | 75 | 4 | 206 | 133 | 72 |
| Binary | 110010 | 11110101 | 1100000 | 1010000 | 0 | 111101 | 100 | 10000110 | 1011011 | 111010 |
Color Harmonies of #32F560
Complementary color
Monochromatic Colors of #32F560
Black with #32F560
Text Example
Text Example
White with #32F560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F560; }
p { color: rgb(50,245,96); }
H1.HeaderClassName
{
color: #32F560;
}
.AnyTagClassName
{
color: #32F560;
}
</style>
background-color css
<style>
a { background-color: #32F560; }
a { background-color: rgb(50,245,96); }
div.DivClassName
{
background-color: #32F560;
}
.BgClassName
{
background-color: #32F560;
}
</style>
border-color css
<style>
span { border-color: #32F560; }
span { border-color: rgb(50,245,96); }
td.TdClassName
{
border-color: #32F560;
}
.TagClassName
{
border-color: #32F560;
}
</style>