Sm64 Color Code [2021] -
If you have a normal RGB value (0–255 per channel), convert it using:
R5 = (R8 * 31 + 127) / 255 G6 = (G8 * 63 + 127) / 255 B5 = (B8 * 31 + 127) / 255 Then combine: sm64 color code
If you have a normal RGB value (0–255 per channel), convert it using:
R5 = (R8 * 31 + 127) / 255 G6 = (G8 * 63 + 127) / 255 B5 = (B8 * 31 + 127) / 255 Then combine: sm64 color code