About 50 results
Open links in new tab
  1. What are the RGB codes for the Conditional Formatting 'Styles' in Excel?

    The RGB colours are as in the table at the bottom of the pane. If you prefer HSL values change the color model from RGB to HSL. I have used this to change the saturation on my bad cells. A higher …

  2. terminal - List of ANSI color escape sequences - Stack Overflow

    Jan 30, 2011 · 59 When you write a ANSI escape code \033[<color>m, replace the <color> with any of the color codes below. For instance, \033[31m would be red text color: ... This is a condensed …

  3. python - Named colors in matplotlib - Stack Overflow

    What named colors are available in matplotlib for use in plots? I can find a list on the matplotlib documentation that claims that these are the only names: b: blue g: green r: red c: cyan m: mag...

  4. python - What are the RGB and HEX codes of the 3 color conditional ...

    Dec 3, 2020 · Specifically, I would like the HEX codes of the colors Excel uses. I didn't see them listed on the Web. I only found this question which asks for the RGB values for the 'Good', 'Neutral', and …

  5. ANSI Color Specific RGB Sequence Bash - Stack Overflow

    Mar 28, 2013 · That is slightly incorrect. 38 is the xterm-256 extended foreground color code; 30 - 37 are simply 16-color foreground codes (with a brightness controlled by escape code 1 on some systems …

  6. What is the hexadecimal code for a transparent color?

    I want to set the color as transparent. In RGB, 255 0 255 with alpha 5 may work as transparent, but how can I get it in hexadecimal? What is the hexadecimal code for a transparent color?

  7. excel - HEX color codes in VBA - Stack Overflow

    Jul 19, 2019 · Hi I am using HEX() to indicate the color of specific cells in excel. I did 4 examples and results given are confusing. 2 of 4 gave 6-digits HEX code and the other 2 gave 4-digits HEX code. I …

  8. colors - Converting Hex to RGB value in Python - Stack Overflow

    Apr 15, 2015 · Working off Jeremy's response here: Converting hex color to RGB and vice-versa I was able to get a python program to convert preset colour hex codes (example #B4FBB8), however from …

  9. python - Color codes for discord.py - Stack Overflow

    Sep 6, 2020 · The discord.Color class also provides great methods for you to use such as: from_hsv, from_rgb, from_str, and to_rgb which allow great customisation for your colors.

  10. vb6 - vb hex color codes - Stack Overflow

    Sep 14, 2016 · Try the RGB() function, which accepts integer values corresponding to each of the red, green, and blue component values. So, for example, the following would get you the same color …