Shades of Malachite #32F958
Tints of Malachite #32F958
RGB
CMYK
RGB Variations
Color information
#32F958 (or 0x32F958) is known color: Malachite. HEX triplet: 32, F9 and 58. RGB value is (50,249,88). Sum of RGB (Red+Green+Blue) = 50+249+88=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 249 (97.66% from 255 or 64.34% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 249 - color contains mainly: green. Hex color #32F958 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F958 is #CD06A7. Grayscale: #ABABAB. Windows color (decimal): -13436584 or 5830962. OLE color: 5830962.
HSL color Cylindrical-coordinate representation of color #32F958: hue angle of 131.46º degrees, saturation: 0.94, 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 #32F958 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 88 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.02 |
| HSL | 131.46º | 0.94% | 0.59% | - |
| HSV(B) | 131.46º | 0.8% | 0.98% | - |
| XYZ | 36.95 | 69.13 | 20.63 | - |
| YUV | 171.15 | 81.07 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 88 | 0.80 | 0 | 0.65 | 0.02 | 131.46 | 0.94 | 0.59 |
| Hex | 32 | F9 | 58 | 50 | 0 | 41 | 2 | 83 | 5E | 3B |
| Octal | 62 | 371 | 130 | 120 | 0 | 101 | 2 | 203 | 136 | 73 |
| Binary | 110010 | 11111001 | 1011000 | 1010000 | 0 | 1000001 | 10 | 10000011 | 1011110 | 111011 |
Color Harmonies of #32F958
Complementary color
Monochromatic Colors of #32F958
Black with #32F958
Text Example
Text Example
White with #32F958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F958; }
p { color: rgb(50,249,88); }
H1.HeaderClassName
{
color: #32F958;
}
.AnyTagClassName
{
color: #32F958;
}
</style>
background-color css
<style>
a { background-color: #32F958; }
a { background-color: rgb(50,249,88); }
div.DivClassName
{
background-color: #32F958;
}
.BgClassName
{
background-color: #32F958;
}
</style>
border-color css
<style>
span { border-color: #32F958; }
span { border-color: rgb(50,249,88); }
td.TdClassName
{
border-color: #32F958;
}
.TagClassName
{
border-color: #32F958;
}
</style>