Shades of Malachite #32F858
Tints of Malachite #32F858
RGB
CMYK
RGB Variations
Color information
#32F858 (or 0x32F858) is known color: Malachite. HEX triplet: 32, F8 and 58. RGB value is (50,248,88). Sum of RGB (Red+Green+Blue) = 50+248+88=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 248 (97.27% from 255 or 64.25% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 248 - color contains mainly: green. Hex color #32F858 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F858 is #CD07A7. Grayscale: #ABABAB. Windows color (decimal): -13436840 or 5830706. OLE color: 5830706.
HSL color Cylindrical-coordinate representation of color #32F858: hue angle of 131.52º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F858 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 248 | 88 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.03 |
| HSL | 131.52º | 0.93% | 0.58% | - |
| HSV(B) | 131.52º | 0.8% | 0.97% | - |
| XYZ | 36.64 | 68.52 | 20.53 | - |
| YUV | 170.56 | 81.4 | 42.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 248 | 88 | 0.80 | 0 | 0.65 | 0.03 | 131.52 | 0.93 | 0.58 |
| Hex | 32 | F8 | 58 | 50 | 0 | 41 | 3 | 84 | 5D | 3A |
| Octal | 62 | 370 | 130 | 120 | 0 | 101 | 3 | 204 | 135 | 72 |
| Binary | 110010 | 11111000 | 1011000 | 1010000 | 0 | 1000001 | 11 | 10000100 | 1011101 | 111010 |
Color Harmonies of #32F858
Complementary color
Monochromatic Colors of #32F858
Black with #32F858
Text Example
Text Example
White with #32F858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F858; }
p { color: rgb(50,248,88); }
H1.HeaderClassName
{
color: #32F858;
}
.AnyTagClassName
{
color: #32F858;
}
</style>
background-color css
<style>
a { background-color: #32F858; }
a { background-color: rgb(50,248,88); }
div.DivClassName
{
background-color: #32F858;
}
.BgClassName
{
background-color: #32F858;
}
</style>
border-color css
<style>
span { border-color: #32F858; }
span { border-color: rgb(50,248,88); }
td.TdClassName
{
border-color: #32F858;
}
.TagClassName
{
border-color: #32F858;
}
</style>