Shades of Malachite #32F25F
Tints of Malachite #32F25F
RGB
CMYK
RGB Variations
Color information
#32F25F (or 0x32F25F) is known color: Malachite. HEX triplet: 32, F2 and 5F. RGB value is (50,242,95). Sum of RGB (Red+Green+Blue) = 50+242+95=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 242 (94.92% from 255 or 62.53% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 242 - color contains mainly: green. Hex color #32F25F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F25F is #CD0DA0. Grayscale: #A8A8A8. Windows color (decimal): -13438369 or 6287922. OLE color: 6287922.
HSL color Cylindrical-coordinate representation of color #32F25F: hue angle of 134.06º 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 #32F25F is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 242 | 95 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.05 |
| HSL | 134.06º | 0.88% | 0.57% | - |
| HSV(B) | 134.06º | 0.79% | 0.95% | - |
| XYZ | 35.13 | 65.01 | 21.52 | - |
| YUV | 167.83 | 86.89 | 43.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 242 | 95 | 0.79 | 0 | 0.61 | 0.05 | 134.06 | 0.88 | 0.57 |
| Hex | 32 | F2 | 5F | 4F | 0 | 3D | 5 | 86 | 58 | 39 |
| Octal | 62 | 362 | 137 | 117 | 0 | 75 | 5 | 206 | 130 | 71 |
| Binary | 110010 | 11110010 | 1011111 | 1001111 | 0 | 111101 | 101 | 10000110 | 1011000 | 111001 |
Color Harmonies of #32F25F
Complementary color
Monochromatic Colors of #32F25F
Black with #32F25F
Text Example
Text Example
White with #32F25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F25F; }
p { color: rgb(50,242,95); }
H1.HeaderClassName
{
color: #32F25F;
}
.AnyTagClassName
{
color: #32F25F;
}
</style>
background-color css
<style>
a { background-color: #32F25F; }
a { background-color: rgb(50,242,95); }
div.DivClassName
{
background-color: #32F25F;
}
.BgClassName
{
background-color: #32F25F;
}
</style>
border-color css
<style>
span { border-color: #32F25F; }
span { border-color: rgb(50,242,95); }
td.TdClassName
{
border-color: #32F25F;
}
.TagClassName
{
border-color: #32F25F;
}
</style>