#bade01 color space conversions
Hex:
        #bade01
        RGB:
        186, 222, 1
        CMY:
        27, 13, 100
        CMYK:
        16, 0, 100, 13
      HSL:
        70°, 99.1031%, 43.7255%
        HSV (HSB):
        70°, 99.5495%, 87.0588%
        XYZ:
        46.3765, 62.6838, 9.6836
        xyY:
        0.3906, 0.5279, 62.6838
      CIE-Lab:
        83.2758, -34.2814, 81.8916
        CIE-LCH:
        83.2758, 88.7775, 112.7151
        CIE-Luv:
        83.2758, -16.4539, 94.2999
        Hunter-Lab:
        79.1731, -33.9948, 48.1695
      #bade01 color charts
#bade01 RGB chart
      #bade01 CMYK chart
      #bade01 RGB pie chart
      #bade01 color shades, tints & tones
#bade01 color schemes
#bade01 color preview, HTML & CSS examples
           This text has a color of #bade01        
        
          <p style="color:#bade01;">Text here</p>
        
        
          .mytext {color:#bade01;}
        
        Text color #bade01
      
           This box has a color of #bade01        
        
          <div style="background-color:#bade01;">Content here</div>
        
        
          .mybackground {background-color:#bade01;}
        
        Background color #bade01
      
           Border around this has a color of #bade01        
        
          <div style="border:2px solid #bade01;">Content here</div>
        
        
          .myborder {border:2px solid #bade01;}
        
        Border color #bade01