Shades of Malachite #32F258
Tints of Malachite #32F258
RGB
CMYK
RGB Variations
Color information
#32F258 (or 0x32F258) is known color: Malachite. HEX triplet: 32, F2 and 58. RGB value is (50,242,88). Sum of RGB (Red+Green+Blue) = 50+242+88=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 242 (94.92% from 255 or 63.68% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 242 - color contains mainly: green. Hex color #32F258 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F258 is #CD0DA7. Grayscale: #A7A7A7. Windows color (decimal): -13438376 or 5829170. OLE color: 5829170.
HSL color Cylindrical-coordinate representation of color #32F258: hue angle of 131.88º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F258 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 242 | 88 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.05 |
| HSL | 131.88º | 0.88% | 0.57% | - |
| HSV(B) | 131.88º | 0.79% | 0.95% | - |
| XYZ | 34.83 | 64.89 | 19.92 | - |
| YUV | 167.04 | 83.39 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 242 | 88 | 0.79 | 0 | 0.64 | 0.05 | 131.88 | 0.88 | 0.57 |
| Hex | 32 | F2 | 58 | 4F | 0 | 40 | 5 | 84 | 58 | 39 |
| Octal | 62 | 362 | 130 | 117 | 0 | 100 | 5 | 204 | 130 | 71 |
| Binary | 110010 | 11110010 | 1011000 | 1001111 | 0 | 1000000 | 101 | 10000100 | 1011000 | 111001 |
Color Harmonies of #32F258
Complementary color
Monochromatic Colors of #32F258
Black with #32F258
Text Example
Text Example
White with #32F258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F258; }
p { color: rgb(50,242,88); }
H1.HeaderClassName
{
color: #32F258;
}
.AnyTagClassName
{
color: #32F258;
}
</style>
background-color css
<style>
a { background-color: #32F258; }
a { background-color: rgb(50,242,88); }
div.DivClassName
{
background-color: #32F258;
}
.BgClassName
{
background-color: #32F258;
}
</style>
border-color css
<style>
span { border-color: #32F258; }
span { border-color: rgb(50,242,88); }
td.TdClassName
{
border-color: #32F258;
}
.TagClassName
{
border-color: #32F258;
}
</style>