Shades of Wild Willow #C5D455
Tints of Wild Willow #C5D455
RGB
CMYK
RGB Variations
Color information
#C5D455 (or 0xC5D455) is known color: Wild Willow. HEX triplet: C5, D4 and 55. RGB value is (197,212,85). Sum of RGB (Red+Green+Blue) = 197+212+85=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D455 is #3A2BAA. Grayscale: #C1C1C1. Windows color (decimal): -3812267 or 5625029. OLE color: 5625029.
HSL color Cylindrical-coordinate representation of color #C5D455: hue angle of 67.09º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5D455 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 212 | 85 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.17 |
| HSL | 67.09º | 0.6% | 0.58% | - |
| HSV(B) | 67.09º | 0.6% | 0.83% | - |
| XYZ | 48.21 | 59.61 | 17.56 | - |
| YUV | 193.04 | 67.03 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 212 | 85 | 0.07 | 0 | 0.60 | 0.17 | 67.09 | 0.6 | 0.58 |
| Hex | C5 | D4 | 55 | 7 | 0 | 3C | 11 | 43 | 3C | 3A |
| Octal | 305 | 324 | 125 | 7 | 0 | 74 | 21 | 103 | 74 | 72 |
| Binary | 11000101 | 11010100 | 1010101 | 111 | 0 | 111100 | 10001 | 1000011 | 111100 | 111010 |
Color Harmonies of #C5D455
Complementary color
Monochromatic Colors of #C5D455
Black with #C5D455
Text Example
Text Example
White with #C5D455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D455; }
p { color: rgb(197,212,85); }
H1.HeaderClassName
{
color: #C5D455;
}
.AnyTagClassName
{
color: #C5D455;
}
</style>
background-color css
<style>
a { background-color: #C5D455; }
a { background-color: rgb(197,212,85); }
div.DivClassName
{
background-color: #C5D455;
}
.BgClassName
{
background-color: #C5D455;
}
</style>
border-color css
<style>
span { border-color: #C5D455; }
span { border-color: rgb(197,212,85); }
td.TdClassName
{
border-color: #C5D455;
}
.TagClassName
{
border-color: #C5D455;
}
</style>