Shades of Wild Willow #C5D155
Tints of Wild Willow #C5D155
RGB
CMYK
RGB Variations
Color information
#C5D155 (or 0xC5D155) is known color: Wild Willow. HEX triplet: C5, D1 and 55. RGB value is (197,209,85). Sum of RGB (Red+Green+Blue) = 197+209+85=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D155 is #3A2EAA. Grayscale: #BFBFBF. Windows color (decimal): -3813035 or 5624261. OLE color: 5624261.
HSL color Cylindrical-coordinate representation of color #C5D155: hue angle of 65.81º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5D155 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 209 | 85 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.18 |
| HSL | 65.81º | 0.57% | 0.58% | - |
| HSV(B) | 65.81º | 0.59% | 0.82% | - |
| XYZ | 47.47 | 58.13 | 17.31 | - |
| YUV | 191.28 | 68.02 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 209 | 85 | 0.06 | 0 | 0.59 | 0.18 | 65.81 | 0.57 | 0.58 |
| Hex | C5 | D1 | 55 | 6 | 0 | 3B | 12 | 42 | 39 | 3A |
| Octal | 305 | 321 | 125 | 6 | 0 | 73 | 22 | 102 | 71 | 72 |
| Binary | 11000101 | 11010001 | 1010101 | 110 | 0 | 111011 | 10010 | 1000010 | 111001 | 111010 |
Color Harmonies of #C5D155
Complementary color
Monochromatic Colors of #C5D155
Black with #C5D155
Text Example
Text Example
White with #C5D155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D155; }
p { color: rgb(197,209,85); }
H1.HeaderClassName
{
color: #C5D155;
}
.AnyTagClassName
{
color: #C5D155;
}
</style>
background-color css
<style>
a { background-color: #C5D155; }
a { background-color: rgb(197,209,85); }
div.DivClassName
{
background-color: #C5D155;
}
.BgClassName
{
background-color: #C5D155;
}
</style>
border-color css
<style>
span { border-color: #C5D155; }
span { border-color: rgb(197,209,85); }
td.TdClassName
{
border-color: #C5D155;
}
.TagClassName
{
border-color: #C5D155;
}
</style>