# Highlighter Colours SOP ## Colours - <svg width="20" height="20"><rect width="20" height="20" style="fill:rgb(247, 78, 72)"/></svg> **Red** → Disagree with the author - <svg width="20" height="20"><rect width="20" height="20" style="fill:rgb(247, 153, 56)"/></svg> Orange - <svg width="20" height="20"><rect width="20" height="20" style="fill:rgb(246, 200, 62)"/></svg> **Yellow** → Important note by the author - <svg width="20" height="20"><rect width="20" height="20" style="fill:rgb(62, 202, 93)"/></svg> **Green** → Important to me *(Orange on Kindle)* - <svg width="20" height="20"><rect width="20" height="20" style="fill:rgb(42, 125, 241)"/></svg> **Blue**→ Further research needed - <svg width="20" height="20"><rect width="20" height="20" style="fill:rgb(169, 96, 201)"/></svg> Purple - <svg width="20" height="20"><rect width="20" height="20" style="fill:rgb(145, 145, 149)"/></svg> Grey ***Note:*** *DEVONthink on iOS primary highlighter colours are Yellow, Blue, Green, and Red* --- ## Colour Values *Wherever possible…* | | | HEX | R | G | B | | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | ------ | --- | --- | --- | | <svg width="20" height="20" style="vertical-align: -4px;"><svg width="20" height="20"><rect width="20" height="20" style="fill:rgb(247, 78, 72)"/></svg> | Red | f74e48 | 247 | 78 | 72 | | <svg width="20" height="20" style="vertical-align: -4px;"><svg width="20" height="20"><rect width="20" height="20" style="fill:rgb(247, 153, 56)"/></svg> | Orange | f79938 | 247 | 153 | 56 | | <svg width="20" height="20" style="vertical-align: -4px;"><svg width="20" height="20"><rect width="20" height="20" style="fill:rgb(246, 200, 62)"/></svg> | Yellow | f6c93e | 246 | 200 | 62 | | <svg width="20" height="20" style="vertical-align: -4px;"><svg width="20" height="20"><rect width="20" height="20" style="fill:rgb(62, 202, 93)"/></svg> | Green | 3eca5d | 62 | 202 | 93 | | <svg width="20" height="20" style="vertical-align: -4px;"><svg width="20" height="20"><rect width="20" height="20" style="fill:rgb(42, 125, 241)"/></svg> | Blue | 2a7ef1 | 42 | 125 | 241 | | <svg width="20" height="20" style="vertical-align: -4px;"><svg width="20" height="20"><rect width="20" height="20" style="fill:rgb(169, 96, 201)"/></svg> | Purple | a960c9 | 169 | 96 | 201 | | <svg width="20" height="20" style="vertical-align: -4px;"><svg width="20" height="20"><rect width="20" height="20" style="fill:rgb(145, 145, 149)"/></svg> | Grey | 919195 | 145 | 145 | 149 |