Shades of Malachite #32FA59
Tints of Malachite #32FA59
RGB
CMYK
RGB Variations
Color information
#32FA59 (or 0x32FA59) is known color: Malachite. HEX triplet: 32, FA and 59. RGB value is (50,250,89). Sum of RGB (Red+Green+Blue) = 50+250+89=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 250 (98.05% from 255 or 64.27% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 250 - color contains mainly: green. Hex color #32FA59 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32FA59 is #CD05A6. Grayscale: #ACACAC. Windows color (decimal): -13436327 or 5896754. OLE color: 5896754.
HSL color Cylindrical-coordinate representation of color #32FA59: hue angle of 131.7º 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 #32FA59 is Cyan = 0.8, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 89 | - |
| CMYK | 0.8 | 0 | 0.64 | 0.02 |
| HSL | 131.7º | 0.95% | 0.59% | - |
| HSV(B) | 131.7º | 0.8% | 0.98% | - |
| XYZ | 37.3 | 69.77 | 20.95 | - |
| YUV | 171.85 | 81.24 | 41.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 89 | 0.8 | 0 | 0.64 | 0.02 | 131.7 | 0.95 | 0.59 |
| Hex | 32 | FA | 59 | 50 | 0 | 40 | 2 | 84 | 5F | 3B |
| Octal | 62 | 372 | 131 | 120 | 0 | 100 | 2 | 204 | 137 | 73 |
| Binary | 110010 | 11111010 | 1011001 | 1010000 | 0 | 1000000 | 10 | 10000100 | 1011111 | 111011 |
Color Harmonies of #32FA59
Complementary color
Monochromatic Colors of #32FA59
Black with #32FA59
Text Example
Text Example
White with #32FA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FA59; }
p { color: rgb(50,250,89); }
H1.HeaderClassName
{
color: #32FA59;
}
.AnyTagClassName
{
color: #32FA59;
}
</style>
background-color css
<style>
a { background-color: #32FA59; }
a { background-color: rgb(50,250,89); }
div.DivClassName
{
background-color: #32FA59;
}
.BgClassName
{
background-color: #32FA59;
}
</style>
border-color css
<style>
span { border-color: #32FA59; }
span { border-color: rgb(50,250,89); }
td.TdClassName
{
border-color: #32FA59;
}
.TagClassName
{
border-color: #32FA59;
}
</style>