Shades of Wild Willow #C1D85B
Tints of Wild Willow #C1D85B
RGB
CMYK
RGB Variations
Color information
#C1D85B (or 0xC1D85B) is known color: Wild Willow. HEX triplet: C1, D8 and 5B. RGB value is (193,216,91). Sum of RGB (Red+Green+Blue) = 193+216+91=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 91 (35.94% from 255 or 18.2% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D85B is #3E27A4. Grayscale: #C3C3C3. Windows color (decimal): -4073381 or 6019265. OLE color: 6019265.
HSL color Cylindrical-coordinate representation of color #C1D85B: hue angle of 71.04º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1D85B is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 216 | 91 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.15 |
| HSL | 71.04º | 0.62% | 0.6% | - |
| HSV(B) | 71.04º | 0.58% | 0.85% | - |
| XYZ | 48.44 | 61.2 | 19.16 | - |
| YUV | 194.87 | 69.38 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 216 | 91 | 0.11 | 0 | 0.58 | 0.15 | 71.04 | 0.62 | 0.6 |
| Hex | C1 | D8 | 5B | B | 0 | 3A | F | 47 | 3E | 3C |
| Octal | 301 | 330 | 133 | 13 | 0 | 72 | 17 | 107 | 76 | 74 |
| Binary | 11000001 | 11011000 | 1011011 | 1011 | 0 | 111010 | 1111 | 1000111 | 111110 | 111100 |
Color Harmonies of #C1D85B
Complementary color
Monochromatic Colors of #C1D85B
Black with #C1D85B
Text Example
Text Example
White with #C1D85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D85B; }
p { color: rgb(193,216,91); }
H1.HeaderClassName
{
color: #C1D85B;
}
.AnyTagClassName
{
color: #C1D85B;
}
</style>
background-color css
<style>
a { background-color: #C1D85B; }
a { background-color: rgb(193,216,91); }
div.DivClassName
{
background-color: #C1D85B;
}
.BgClassName
{
background-color: #C1D85B;
}
</style>
border-color css
<style>
span { border-color: #C1D85B; }
span { border-color: rgb(193,216,91); }
td.TdClassName
{
border-color: #C1D85B;
}
.TagClassName
{
border-color: #C1D85B;
}
</style>