Tagged Questions

The property possessed by an object of producing different sensations on the eye as a result of the way it reflects or emits light.

learn more… | top users | synonyms (1)

119
votes
5answers
10k views

Convert RGB-->RGBA

I have a hex color, e.g. #F4F8FB (or rgb(244, 248, 251)) that I want converted into an as-transparent-as-possible rgba color (when displayed over white). Make sense? I'm looking for an algorithm, or ...
91
votes
16answers
105k views

jQuery animate backgroundColor

I am trying to animate a change in backgroundColor using jQuery on mouseover. I have checked some example and I seem to have it right, it works with other properties like fontSize, but with ...
47
votes
10answers
13k views

How can I make the Python logging output to be colored?

Some time ago I saw a Mono application with colored output, probably because of it's log system, because all the messages were standardized. Now, Python has the logging module, and it let you specify ...
44
votes
9answers
13k views

Algorithm to randomly generate an aesthetically-pleasing color palette

I'm looking for a simple algorithm to generate a large number of random, aesthetically pleasing colors. So no crazy neon colors, colors reminiscent of feces, etc. I've found solutions to this ...
37
votes
7answers
22k views

How to get Color from Hex color code using .NET?

How can I get Color from a Hex color code(e.g. #FFDFD991)? I am reading a file and getting Hex color code, I need to create the corresponding System.Windows.Media.Color instance for the Hex color ...
35
votes
10answers
3k views

Are web-safe colors still relevant?

Since the vast majority of monitors are 16-bit color or more, including mobile devices, does it make sense to even consider web-safe colors when choosing color schemes? Or is it something that ought ...
32
votes
16answers
15k views

How to find good looking font color if background color is known?

There seem to be so many color wheel, color picker, and color matcher web apps out there, where you give one color and the they'll find a couple of other colors that will create a harmonic layout when ...
30
votes
12answers
10k views

Best CSS color wheel sites [closed]

What site(s) do you recommend for looking at complimentary colors for site design? It would also be beneficial to enter a hex or RGB value and have the color wheel spit back complimentary colors. ...
29
votes
8answers
15k views

Formula to determine brightness of RGB color

I'm looking for some kind of formula or algorithm to determine the brightness of a color given the RGB values. I know it can't be as simple as adding the RGB values together and having higher sums be ...
28
votes
5answers
15k views

Mac OS X Terminal Colors

I'm new to Mac having just got one after working with Ubuntu Linux for some time. Among the many things I'm trying to figure out is absence of colors in my the terminal window - like the ones that are ...
28
votes
16answers
1k views

Fighting programmer colors

I have a couple of pet projects where I'm the sole designer/programmer and I spend too much time changing the user interface to make it easier to use by real users and avoiding bright yellow and green ...
26
votes
9answers
2k views

How to generate random 'greenish' colors

Anyone have any suggestions on how to make randomized colors that are all greenish? Right now I'm generating the colors by this: color = (randint(100, 200), randint(120, 255), randint(100, 200)) ...
26
votes
5answers
6k views

How to mix colors “naturally” with C#?

I have to mix some colors in a natural way. This means blue + yellow = green blue + red = purple and so on. I got the colors as RGB-Values. When I try to mix them I got the right "RGB"-results ...
24
votes
7answers
2k views

Algorithm challenge: Generate color scheme from an image

Background So, I'm working on a fresh iteration of a web app. And, we've found that our users are obsessed with being lazy. Really lazy. In fact, the more work we do for them, the more they love ...
23
votes
1answer
2k views

Eclipse, where to change the current debug line background?

Can anyone point me to the preferences page that has the setting of the DEBUG current line background color? I have changed almost all the colours to dark ones and still get annoyed by this almost ...
22
votes
15answers
1k views

Color blindness: Are you aware of it? Do you design for it?

I'm curious whether many of us who do design or take design decisions have ever heard of this problem. I'm aware there are dangerous color combinations, like green + red. This is probably one of the ...
22
votes
20answers
11k views

Which color setting in Visual Studio is better for the eye? [closed]

Which Visual Studio color setting is more comfortable to reduce eye strain? Is it black text on a white background (the default) or light text on a dark background?
21
votes
15answers
8k views

Programmatically Lighten a Color

Motivation I'd like to find a way to take an arbitrary color and lighten it a few shades, so that I can programatically create a nice gradient from the one color to a lighter version. The gradient ...
21
votes
9answers
3k views

Function for creating color wheels

This is something I've pseudo-solved many times and never quite found a solution that's stuck with me. The problem is to come up with a way to generate N colors that are as distinguishable as possible ...
20
votes
7answers
484 views

How to compare two colors

I want to design a program that can help me assess between 5 pre-defined colors wich one is more similar to a variable color, and with what percentage. The thing is that I don't know how to do that ...
20
votes
3answers
4k views

Ubuntu, vim, and the solarized color palette

I'd really like to get in on all the colorful goodness of the solarized colorscheme, but I can't seem to get it configured just right. I have the main solarized file in my .vim/colors folder, ...
20
votes
3answers
2k views

How do I know if PDF pages are color or black-and-white?

Given a set of PDF files among which some pages are color and the remaining are black & white, is there any program to find out among the given pages which are color and which are black & ...
20
votes
5answers
6k views

How to automatically generate N “distinct” colors?

I wrote the two methods below to automatically select N distinct colors. It works by defining a piecewise linear function on the RGB cube. The benefit of this is you can also get a progressive scale ...
19
votes
6answers
458 views

Algorithm for finding the color between two others - in the colorspace of painted colors

When mixing blue and yellow paint, the result is some sort of green. I have two rgb colors: blue = (0, 0, 255) and yellow = (255, 255, 0) What is the algorithm for finding the rgb color that is ...
19
votes
17answers
20k views

“Best” background color for your editor

I have a black background with white characters but I want to know if other combination (white with black characters or yellow characters or blue background like turbo pascal) work for you. Do you ...
19
votes
6answers
4k views

Prettify my gdb

Is there a way to highlight and color gdb output during interactive debugging? Please don't reply I should use ddd, nemiver, emacs, vim, or any other front-end, I just prefer gdb as it is, but would ...
18
votes
4answers
5k views

Does style=“color: #FFF;” render as #F0F0F0 or #FFFFFF?

When defining colors using "shorthand hexidecimal" (style="color: #FFF;"), is there a defined method for expanding the shorthand? (style="color: #F0F0F0;" or style="color: #FFFFFF;") Do all browsers ...
18
votes
13answers
561 views

Color Reference: Where do you get your ideas?

I am the only dev in a very small IT shop and as such I have no one to turn to when it comes to the look of my applications. I am left to my own devices as to what looks good with what and what ...
18
votes
9answers
14k views

Multiple colors in a C# .NET label

I'm looking for a way to display multiple colors in a single C#/.NET label. E.g the label is displaying a series of csv separated values that each take on a color depending on a bucket they fall ...
17
votes
5answers
20k views

How to change RGB color to HSV?

How to change RGB color to HSV? In C# language. I search for very fast method without any external library.
17
votes
7answers
6k views

Generate colors between red and green for a power meter?

I'm writing a java game and I want to implement a power meter for how hard you are going to shoot something. I need to write a function that takes a int between 0 - 100, and based on how high that ...
17
votes
3answers
10k views

How to make Emacs terminal colors the same as Emacs GUI colors?

I program with Emacs on Ubuntu (Hardy Heron at the moment), and I like the default text coloration in the Emacs GUI. However, the default text coloration when Emacs is run in the terminal is different ...
16
votes
1answer
98 views

Detecting colors for an Image using PHP

How can I detect the top 2 colors of an Image in PHP? for example I have this image: This function/process will return: 0000FF or blue and FFFF00 or YELLOW Thanks
16
votes
5answers
2k views

How do I output coloured text to a Linux terminal?

How do I print coloured characters to a Linux terminal that supports it? I'm using C++ for this program, but I think that might be irrelevant. EDIT: And secondly, how do I tell if it supports colour ...
16
votes
9answers
7k views

Good text foreground color for a given background color

I'm drawing a color selection button and I'm looking for a nice and simple formula to get a good text color (foreground) for a given background color in RGB. A simple try would be to just take the ...
15
votes
4answers
362 views

why does greyscale work the way it does?

My original question I read that to convert a RGB pixel into greyscale RGB, one should use r_new = g_new = b_new = r_old * 0.3 + g_old * 0.59 + b_old * 0.11 I also read, and understand, that g has ...
15
votes
3answers
2k views

Is there an algorithm for color mixing that works like mixing real colors?

The common mixing of RGB colors is very different from mixing colors for paintings, it's mixing of light instead mixing of pigments. For example: Blue (0,0,255) + Yellow (255,255,0) = Grey ...
15
votes
13answers
11k views

How do I determine darker or lighter color variant of a given color?

Given a source color of any hue by the system or user, I'd like a simple algorithm I can use to work out a lighter or darker variants of the selected color. Similar to effects used on Windows Live ...
14
votes
5answers
24k views

How to set text color of TextView by coding?

In XML, We can set text color by textColor Attribute. Like android:textColor="#FF0000". But How do I change it by coding? I tried something like: holder.text.setTextColor(R.color.Red); Where ...
14
votes
8answers
15k views

Android Color Picker

Does anyone know of a quick color picker widget that I could grab to use in my application? I've seen one in a few different applications that has a wheel with colors, and that you tap in the center ...
14
votes
5answers
8k views

Get hex value rather than RGB value using jQuery

Using the following jQuery will get the RGB value of an element's background color: $('#selector').css('backgroundColor'); Is there a way to get the hex value rather than the RGB?
14
votes
5answers
709 views

Paint me a Rainbow

How would you go about making a range of RGB colours evenly spaced over the spectral colour range? So as to look like a real rainbow.
14
votes
6answers
3k views

Colorized grep — viewing the entire file with highlighting

I find grep's --color=always flag to be tremendously useful. However, grep only prints lines with matches (unless you ask for context lines). Given that each line it prints has a match, the ...
14
votes
3answers
9k views

Setting Colors in SWT

This is pretty simple, I come from a swing/awt background. I'm just wondering what the proper way to set the background color for a SWT widget is? I've been trying: widget.setBackGround( ); ...
13
votes
9answers
471 views

What is the point of styling hyperlinks to be barely distinguishable from body text?

It seems like there is an increasingly popular trend to style hyperlinks in a color that's barely distinguishable from body text. I noticed this just the other day on an SFGate blog page. Also notice ...
13
votes
2answers
188 views

Is it possible to write to the console in colour in .NET?

Writing a small command line tool, it would be nice to output in different colours. Is this possible?
13
votes
4answers
1k views

Is there a colored REPL for Clojure?

I'd like to get a colored REPL for clojure code, similar to what you can do with IRB for Ruby. Are there any libraries or settings for user.clj that provide automatic coloring of the REPL? Example ...
13
votes
5answers
10k views

UISegmentedControl selected segment color

Is there any way to customize color of selected segment in UISegmentedControl? I've found segmentedController.tintColor property, which lets me customize color of the whole segmented control. The ...
13
votes
3answers
3k views

Coloured diff to HTML

I enjoy using git diff --color-words to clearly see the words that have changed in a file. However I want to share that diff with someone without git or a colour terminal for that matter. So does ...
13
votes
3answers
2k views

Determine font color based on background color

Given a system (a website for instance) that lets a user customize the background color for some section but not the font color (to keep number of options to a minimum), is there a way to ...

1 2 3 4 5 59