#badd3b color space conversions
Hex:
        #badd3b
        RGB:
        186, 221, 59
        CMY:
        27, 13, 77
        CMYK:
        16, 0, 73, 13
      HSL:
        73°, 70.4348%, 54.9020%
        HSV (HSB):
        73°, 73.3032%, 86.6667%
        XYZ:
        46.8956, 62.4678, 13.7235
        xyY:
        0.3810, 0.5075, 62.4678
      CIE-Lab:
        83.1616, -32.3259, 70.6919
        CIE-LCH:
        83.1616, 77.7323, 114.5736
        CIE-Luv:
        83.1616, -16.0516, 86.6145
        Hunter-Lab:
        79.0366, -32.4027, 45.0308
      #badd3b color charts
#badd3b RGB chart
      #badd3b CMYK chart
      #badd3b RGB pie chart
      #badd3b color shades, tints & tones
#badd3b color schemes
#badd3b color preview, HTML & CSS examples
           This text has a color of #badd3b        
        
          <p style="color:#badd3b;">Text here</p>
        
        
          .mytext {color:#badd3b;}
        
        Text color #badd3b
      
           This box has a color of #badd3b        
        
          <div style="background-color:#badd3b;">Content here</div>
        
        
          .mybackground {background-color:#badd3b;}
        
        Background color #badd3b
      
           Border around this has a color of #badd3b        
        
          <div style="border:2px solid #badd3b;">Content here</div>
        
        
          .myborder {border:2px solid #badd3b;}
        
        Border color #badd3b