Shades of Wild Willow #C5D957
Tints of Wild Willow #C5D957
RGB
CMYK
RGB Variations
Color information
#C5D957 (or 0xC5D957) is known color: Wild Willow. HEX triplet: C5, D9 and 57. RGB value is (197,217,87). Sum of RGB (Red+Green+Blue) = 197+217+87=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 87 (34.38% from 255 or 17.37% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D957 is #3A26A8. Grayscale: #C4C4C4. Windows color (decimal): -3810985 or 5757381. OLE color: 5757381.
HSL color Cylindrical-coordinate representation of color #C5D957: hue angle of 69.23º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5D957 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 217 | 87 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.15 |
| HSL | 69.23º | 0.63% | 0.6% | - |
| HSV(B) | 69.23º | 0.6% | 0.85% | - |
| XYZ | 49.56 | 62.18 | 18.41 | - |
| YUV | 196.2 | 66.37 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 87 | 0.09 | 0 | 0.60 | 0.15 | 69.23 | 0.63 | 0.6 |
| Hex | C5 | D9 | 57 | 9 | 0 | 3C | F | 45 | 3F | 3C |
| Octal | 305 | 331 | 127 | 11 | 0 | 74 | 17 | 105 | 77 | 74 |
| Binary | 11000101 | 11011001 | 1010111 | 1001 | 0 | 111100 | 1111 | 1000101 | 111111 | 111100 |
Color Harmonies of #C5D957
Complementary color
Monochromatic Colors of #C5D957
Black with #C5D957
Text Example
Text Example
White with #C5D957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D957; }
p { color: rgb(197,217,87); }
H1.HeaderClassName
{
color: #C5D957;
}
.AnyTagClassName
{
color: #C5D957;
}
</style>
background-color css
<style>
a { background-color: #C5D957; }
a { background-color: rgb(197,217,87); }
div.DivClassName
{
background-color: #C5D957;
}
.BgClassName
{
background-color: #C5D957;
}
</style>
border-color css
<style>
span { border-color: #C5D957; }
span { border-color: rgb(197,217,87); }
td.TdClassName
{
border-color: #C5D957;
}
.TagClassName
{
border-color: #C5D957;
}
</style>