Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<svg height="0">
<filter id="MyFilter">
<feColorMatrix type="hueRotate" values="90"/>
</filter>
</svg>
<div style="width: 100px; height: 100px; background-color: red; filter: url(#MyFilter);"></div>