Shades of Wild Willow #C1D75B
Tints of Wild Willow #C1D75B
RGB
CMYK
RGB Variations
Color information
#C1D75B (or 0xC1D75B) is known color: Wild Willow. HEX triplet: C1, D7 and 5B. RGB value is (193,215,91). Sum of RGB (Red+Green+Blue) = 193+215+91=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 91 (35.94% from 255 or 18.24% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D75B is #3E28A4. Grayscale: #C2C2C2. Windows color (decimal): -4073637 or 6019009. OLE color: 6019009.
HSL color Cylindrical-coordinate representation of color #C1D75B: hue angle of 70.65º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1D75B is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 215 | 91 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.16 |
| HSL | 70.65º | 0.61% | 0.6% | - |
| HSV(B) | 70.65º | 0.58% | 0.84% | - |
| XYZ | 48.18 | 60.69 | 19.07 | - |
| YUV | 194.29 | 69.71 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 215 | 91 | 0.10 | 0 | 0.58 | 0.16 | 70.65 | 0.61 | 0.6 |
| Hex | C1 | D7 | 5B | A | 0 | 3A | 10 | 47 | 3D | 3C |
| Octal | 301 | 327 | 133 | 12 | 0 | 72 | 20 | 107 | 75 | 74 |
| Binary | 11000001 | 11010111 | 1011011 | 1010 | 0 | 111010 | 10000 | 1000111 | 111101 | 111100 |
Color Harmonies of #C1D75B
Complementary color
Monochromatic Colors of #C1D75B
Black with #C1D75B
Text Example
Text Example
White with #C1D75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D75B; }
p { color: rgb(193,215,91); }
H1.HeaderClassName
{
color: #C1D75B;
}
.AnyTagClassName
{
color: #C1D75B;
}
</style>
background-color css
<style>
a { background-color: #C1D75B; }
a { background-color: rgb(193,215,91); }
div.DivClassName
{
background-color: #C1D75B;
}
.BgClassName
{
background-color: #C1D75B;
}
</style>
border-color css
<style>
span { border-color: #C1D75B; }
span { border-color: rgb(193,215,91); }
td.TdClassName
{
border-color: #C1D75B;
}
.TagClassName
{
border-color: #C1D75B;
}
</style>