Shades of Malachite #32F661
Tints of Malachite #32F661
RGB
CMYK
RGB Variations
Color information
#32F661 (or 0x32F661) is known color: Malachite. HEX triplet: 32, F6 and 61. RGB value is (50,246,97). Sum of RGB (Red+Green+Blue) = 50+246+97=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 246 (96.48% from 255 or 62.60% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 246 - color contains mainly: green. Hex color #32F661 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F661 is #CD099E. Grayscale: #AAAAAA. Windows color (decimal): -13437343 or 6420018. OLE color: 6420018.
HSL color Cylindrical-coordinate representation of color #32F661: hue angle of 134.39º degrees, saturation: 0.92, 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 #32F661 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 246 | 97 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.04 |
| HSL | 134.39º | 0.92% | 0.58% | - |
| HSV(B) | 134.39º | 0.8% | 0.96% | - |
| XYZ | 36.43 | 67.45 | 22.41 | - |
| YUV | 170.41 | 86.57 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 246 | 97 | 0.80 | 0 | 0.61 | 0.04 | 134.39 | 0.92 | 0.58 |
| Hex | 32 | F6 | 61 | 50 | 0 | 3D | 4 | 86 | 5C | 3A |
| Octal | 62 | 366 | 141 | 120 | 0 | 75 | 4 | 206 | 134 | 72 |
| Binary | 110010 | 11110110 | 1100001 | 1010000 | 0 | 111101 | 100 | 10000110 | 1011100 | 111010 |
Color Harmonies of #32F661
Complementary color
Monochromatic Colors of #32F661
Black with #32F661
Text Example
Text Example
White with #32F661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F661; }
p { color: rgb(50,246,97); }
H1.HeaderClassName
{
color: #32F661;
}
.AnyTagClassName
{
color: #32F661;
}
</style>
background-color css
<style>
a { background-color: #32F661; }
a { background-color: rgb(50,246,97); }
div.DivClassName
{
background-color: #32F661;
}
.BgClassName
{
background-color: #32F661;
}
</style>
border-color css
<style>
span { border-color: #32F661; }
span { border-color: rgb(50,246,97); }
td.TdClassName
{
border-color: #32F661;
}
.TagClassName
{
border-color: #32F661;
}
</style>