Shades of Wild Willow #C9DD5D
Tints of Wild Willow #C9DD5D
RGB
CMYK
RGB Variations
Color information
#C9DD5D (or 0xC9DD5D) is known color: Wild Willow. HEX triplet: C9, DD and 5D. RGB value is (201,221,93). Sum of RGB (Red+Green+Blue) = 201+221+93=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DD5D is #3622A2. Grayscale: #C8C8C8. Windows color (decimal): -3547811 or 6151625. OLE color: 6151625.
HSL color Cylindrical-coordinate representation of color #C9DD5D: hue angle of 69.38º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9DD5D is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 93 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.13 |
| HSL | 69.38º | 0.65% | 0.62% | - |
| HSV(B) | 69.38º | 0.58% | 0.87% | - |
| XYZ | 51.92 | 64.92 | 20.15 | - |
| YUV | 200.43 | 67.37 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 93 | 0.09 | 0 | 0.58 | 0.13 | 69.38 | 0.65 | 0.62 |
| Hex | C9 | DD | 5D | 9 | 0 | 3A | D | 45 | 41 | 3E |
| Octal | 311 | 335 | 135 | 11 | 0 | 72 | 15 | 105 | 101 | 76 |
| Binary | 11001001 | 11011101 | 1011101 | 1001 | 0 | 111010 | 1101 | 1000101 | 1000001 | 111110 |
Color Harmonies of #C9DD5D
Complementary color
Monochromatic Colors of #C9DD5D
Black with #C9DD5D
Text Example
Text Example
White with #C9DD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DD5D; }
p { color: rgb(201,221,93); }
H1.HeaderClassName
{
color: #C9DD5D;
}
.AnyTagClassName
{
color: #C9DD5D;
}
</style>
background-color css
<style>
a { background-color: #C9DD5D; }
a { background-color: rgb(201,221,93); }
div.DivClassName
{
background-color: #C9DD5D;
}
.BgClassName
{
background-color: #C9DD5D;
}
</style>
border-color css
<style>
span { border-color: #C9DD5D; }
span { border-color: rgb(201,221,93); }
td.TdClassName
{
border-color: #C9DD5D;
}
.TagClassName
{
border-color: #C9DD5D;
}
</style>