Color component values

I’m hoping/guessing this is a really obvious thing that I’m just missing. For a given color model (HSV or RGB), the Color data type contains values for each component. How can I break up that Color value into it’s independent components? - For example, if I wanted to extract individually the R, G, and B values, and pass them to seperate nodes…can this be done?

…Never mind - I just found HSL Split!!