Shades of Malachite #32FA61
Tints of Malachite #32FA61
RGB
CMYK
RGB Variations
Color information
#32FA61 (or 0x32FA61) is known color: Malachite. HEX triplet: 32, FA and 61. RGB value is (50,250,97). Sum of RGB (Red+Green+Blue) = 50+250+97=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 250 (98.05% from 255 or 62.97% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 250 - color contains mainly: green. Hex color #32FA61 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32FA61 is #CD059E. Grayscale: #ADADAD. Windows color (decimal): -13436319 or 6421042. OLE color: 6421042.
HSL color Cylindrical-coordinate representation of color #32FA61: hue angle of 134.1º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FA61 is Cyan = 0.8, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 97 | - |
| CMYK | 0.8 | 0 | 0.61 | 0.02 |
| HSL | 134.1º | 0.95% | 0.59% | - |
| HSV(B) | 134.1º | 0.8% | 0.98% | - |
| XYZ | 37.66 | 69.91 | 22.82 | - |
| YUV | 172.76 | 85.24 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 97 | 0.8 | 0 | 0.61 | 0.02 | 134.1 | 0.95 | 0.59 |
| Hex | 32 | FA | 61 | 50 | 0 | 3D | 2 | 86 | 5F | 3B |
| Octal | 62 | 372 | 141 | 120 | 0 | 75 | 2 | 206 | 137 | 73 |
| Binary | 110010 | 11111010 | 1100001 | 1010000 | 0 | 111101 | 10 | 10000110 | 1011111 | 111011 |
Color Harmonies of #32FA61
Complementary color
Monochromatic Colors of #32FA61
Black with #32FA61
Text Example
Text Example
White with #32FA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FA61; }
p { color: rgb(50,250,97); }
H1.HeaderClassName
{
color: #32FA61;
}
.AnyTagClassName
{
color: #32FA61;
}
</style>
background-color css
<style>
a { background-color: #32FA61; }
a { background-color: rgb(50,250,97); }
div.DivClassName
{
background-color: #32FA61;
}
.BgClassName
{
background-color: #32FA61;
}
</style>
border-color css
<style>
span { border-color: #32FA61; }
span { border-color: rgb(50,250,97); }
td.TdClassName
{
border-color: #32FA61;
}
.TagClassName
{
border-color: #32FA61;
}
</style>