Shades of Wild Willow #C9D465
Tints of Wild Willow #C9D465
RGB
CMYK
RGB Variations
Color information
#C9D465 (or 0xC9D465) is known color: Wild Willow. HEX triplet: C9, D4 and 65. RGB value is (201,212,101). Sum of RGB (Red+Green+Blue) = 201+212+101=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 212 - color contains mainly: green. Hex color #C9D465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D465 is #362B9A. Grayscale: #C4C4C4. Windows color (decimal): -3550107 or 6673609. OLE color: 6673609.
HSL color Cylindrical-coordinate representation of color #C9D465: hue angle of 65.95º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9D465 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 212 | 101 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.17 |
| HSL | 65.95º | 0.56% | 0.61% | - |
| HSV(B) | 65.95º | 0.52% | 0.83% | - |
| XYZ | 49.98 | 60.44 | 21.34 | - |
| YUV | 196.06 | 74.36 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 212 | 101 | 0.05 | 0 | 0.52 | 0.17 | 65.95 | 0.56 | 0.61 |
| Hex | C9 | D4 | 65 | 5 | 0 | 34 | 11 | 42 | 38 | 3D |
| Octal | 311 | 324 | 145 | 5 | 0 | 64 | 21 | 102 | 70 | 75 |
| Binary | 11001001 | 11010100 | 1100101 | 101 | 0 | 110100 | 10001 | 1000010 | 111000 | 111101 |
Color Harmonies of #C9D465
Complementary color
Monochromatic Colors of #C9D465
Black with #C9D465
Text Example
Text Example
White with #C9D465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D465; }
p { color: rgb(201,212,101); }
H1.HeaderClassName
{
color: #C9D465;
}
.AnyTagClassName
{
color: #C9D465;
}
</style>
background-color css
<style>
a { background-color: #C9D465; }
a { background-color: rgb(201,212,101); }
div.DivClassName
{
background-color: #C9D465;
}
.BgClassName
{
background-color: #C9D465;
}
</style>
border-color css
<style>
span { border-color: #C9D465; }
span { border-color: rgb(201,212,101); }
td.TdClassName
{
border-color: #C9D465;
}
.TagClassName
{
border-color: #C9D465;
}
</style>