cbalbin-bio / pymol-color-alphafold

PyMOL extension to color AlphaFold structures by confidence (pLDDT).
MIT License
61 stars 22 forks source link

Exact colours #2

Open matteoferla opened 1 year ago

matteoferla commented 1 year ago

A very silly comment, but as this repo comes up top on searches, I though I best mention that the colours as shown on alphafold are not quite basic swatch colours. The blue colour is #0053D6 (pLDDT ≥ 90) The cyan colour is #65CBF3 (90>pLDDT≥70) The yellow colour is #FFDB13 (70>pLDDT≥50) The orange colour is #FF7D45, (pLDDT<50) In PyMol commands

color 0xFF7D45, *
color 0xFFDB13, b >= 50
color 0x65CBF3, b >= 70
color 0x0053D6, b >= 90