Shades of Malachite #32F561
Tints of Malachite #32F561
RGB
CMYK
RGB Variations
Color information
#32F561 (or 0x32F561) is known color: Malachite. HEX triplet: 32, F5 and 61. RGB value is (50,245,97). Sum of RGB (Red+Green+Blue) = 50+245+97=392 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.76% from 392); Green value is 245 (96.09% from 255 or 62.5% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 245 - color contains mainly: green. Hex color #32F561 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F561 is #CD0A9E. Grayscale: #AAAAAA. Windows color (decimal): -13437599 or 6419762. OLE color: 6419762.
HSL color Cylindrical-coordinate representation of color #32F561: hue angle of 134.46º 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 #32F561 is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 245 | 97 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.04 |
| HSL | 134.46º | 0.91% | 0.58% | - |
| HSV(B) | 134.46º | 0.8% | 0.96% | - |
| XYZ | 36.13 | 66.85 | 22.31 | - |
| YUV | 169.82 | 86.9 | 42.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 245 | 97 | 0.80 | 0 | 0.60 | 0.04 | 134.46 | 0.91 | 0.58 |
| Hex | 32 | F5 | 61 | 50 | 0 | 3C | 4 | 86 | 5B | 3A |
| Octal | 62 | 365 | 141 | 120 | 0 | 74 | 4 | 206 | 133 | 72 |
| Binary | 110010 | 11110101 | 1100001 | 1010000 | 0 | 111100 | 100 | 10000110 | 1011011 | 111010 |
Color Harmonies of #32F561
Complementary color
Monochromatic Colors of #32F561
Black with #32F561
Text Example
Text Example
White with #32F561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F561; }
p { color: rgb(50,245,97); }
H1.HeaderClassName
{
color: #32F561;
}
.AnyTagClassName
{
color: #32F561;
}
</style>
background-color css
<style>
a { background-color: #32F561; }
a { background-color: rgb(50,245,97); }
div.DivClassName
{
background-color: #32F561;
}
.BgClassName
{
background-color: #32F561;
}
</style>
border-color css
<style>
span { border-color: #32F561; }
span { border-color: rgb(50,245,97); }
td.TdClassName
{
border-color: #32F561;
}
.TagClassName
{
border-color: #32F561;
}
</style>