<html>
<head>
<style>
img {
filter: saturate(800%);
}
</style>
</head>
<body>
<h1>The filter Property</h1>
<p>Saturate the image:</p>
<img src="pineapple.jpg" alt="Pineapple" width="300" height="300">
<p><strong>Note:</strong> The filter property is not supported in Edge 12 or Internet Explorer.</p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss3_filter_saturate by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 05 Sep 2022 15:16:11 GMT -->
</html>