Shades of Malachite #32F257
Tints of Malachite #32F257
RGB
CMYK
RGB Variations
Color information
#32F257 (or 0x32F257) is known color: Malachite. HEX triplet: 32, F2 and 57. RGB value is (50,242,87). Sum of RGB (Red+Green+Blue) = 50+242+87=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 242 (94.92% from 255 or 63.85% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 242 - color contains mainly: green. Hex color #32F257 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F257 is #CD0DA8. Grayscale: #A7A7A7. Windows color (decimal): -13438377 or 5763634. OLE color: 5763634.
HSL color Cylindrical-coordinate representation of color #32F257: hue angle of 131.56º 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 #32F257 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 242 | 87 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.05 |
| HSL | 131.56º | 0.88% | 0.57% | - |
| HSV(B) | 131.56º | 0.79% | 0.95% | - |
| XYZ | 34.79 | 64.87 | 19.7 | - |
| YUV | 166.92 | 82.89 | 44.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 242 | 87 | 0.79 | 0 | 0.64 | 0.05 | 131.56 | 0.88 | 0.57 |
| Hex | 32 | F2 | 57 | 4F | 0 | 40 | 5 | 84 | 58 | 39 |
| Octal | 62 | 362 | 127 | 117 | 0 | 100 | 5 | 204 | 130 | 71 |
| Binary | 110010 | 11110010 | 1010111 | 1001111 | 0 | 1000000 | 101 | 10000100 | 1011000 | 111001 |
Color Harmonies of #32F257
Complementary color
Monochromatic Colors of #32F257
Black with #32F257
Text Example
Text Example
White with #32F257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F257; }
p { color: rgb(50,242,87); }
H1.HeaderClassName
{
color: #32F257;
}
.AnyTagClassName
{
color: #32F257;
}
</style>
background-color css
<style>
a { background-color: #32F257; }
a { background-color: rgb(50,242,87); }
div.DivClassName
{
background-color: #32F257;
}
.BgClassName
{
background-color: #32F257;
}
</style>
border-color css
<style>
span { border-color: #32F257; }
span { border-color: rgb(50,242,87); }
td.TdClassName
{
border-color: #32F257;
}
.TagClassName
{
border-color: #32F257;
}
</style>