Skip to content
Puranjay Jain edited this page Apr 26, 2016 · 3 revisions

standard

Colors built from r, g, b values of [0-255]

e.g rgb(255, 10, 150)

prgb

Colors built from r, g, b values of [0% - 100%]

Aliased as percentage rgb

e.g rgb(100%, 0%, 0%)

rrgb

Colors built from r, g, b values of [0 - 1]

Aliased as rgb ratios

e.g rgb(0, 0.5, 1)

More info here

Clone this wiki locally