Shades of Wild Willow #C5D165
Tints of Wild Willow #C5D165
RGB
CMYK
RGB Variations
Color information
#C5D165 (or 0xC5D165) is known color: Wild Willow. HEX triplet: C5, D1 and 65. RGB value is (197,209,101). Sum of RGB (Red+Green+Blue) = 197+209+101=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D165 is #3A2E9A. Grayscale: #C1C1C1. Windows color (decimal): -3813019 or 6672837. OLE color: 6672837.
HSL color Cylindrical-coordinate representation of color #C5D165: hue angle of 66.67º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5D165 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 209 | 101 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.18 |
| HSL | 66.67º | 0.54% | 0.61% | - |
| HSV(B) | 66.67º | 0.52% | 0.82% | - |
| XYZ | 48.18 | 58.41 | 21.05 | - |
| YUV | 193.1 | 76.02 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 209 | 101 | 0.06 | 0 | 0.52 | 0.18 | 66.67 | 0.54 | 0.61 |
| Hex | C5 | D1 | 65 | 6 | 0 | 34 | 12 | 43 | 36 | 3D |
| Octal | 305 | 321 | 145 | 6 | 0 | 64 | 22 | 103 | 66 | 75 |
| Binary | 11000101 | 11010001 | 1100101 | 110 | 0 | 110100 | 10010 | 1000011 | 110110 | 111101 |
Color Harmonies of #C5D165
Complementary color
Monochromatic Colors of #C5D165
Black with #C5D165
Text Example
Text Example
White with #C5D165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D165; }
p { color: rgb(197,209,101); }
H1.HeaderClassName
{
color: #C5D165;
}
.AnyTagClassName
{
color: #C5D165;
}
</style>
background-color css
<style>
a { background-color: #C5D165; }
a { background-color: rgb(197,209,101); }
div.DivClassName
{
background-color: #C5D165;
}
.BgClassName
{
background-color: #C5D165;
}
</style>
border-color css
<style>
span { border-color: #C5D165; }
span { border-color: rgb(197,209,101); }
td.TdClassName
{
border-color: #C5D165;
}
.TagClassName
{
border-color: #C5D165;
}
</style>