Returns the yellow (Y) component of the CMYK colour as a percentage value.
211 212 213
# File 'lib/color/cmyk.rb', line 211 def yellow @y * 100.0 end