@Kerrinator_xgg No idea. That HSL format Codemasters use draws from the same scale that Microsoft had implemented in their old or legacy apps, it's a bit of code dating back to the 80s
I still believe you should find a converter online. And back when I really cared about it, I had a formula to convert them by hand that used to work well for my needs.
If find yourself with the regular 0-360/0-100/0-100 HSL scale and wants to recreate it in the game with its 0-239/0-240/0-240 HSL one, just multiply the values by:
- Hue: 0.67
- Saturation: 2.4
- Luminance: 2.4