Shades of Wild Willow #C5CD58
Tints of Wild Willow #C5CD58
RGB
CMYK
RGB Variations
Color information
#C5CD58 (or 0xC5CD58) is known color: Wild Willow. HEX triplet: C5, CD and 58. RGB value is (197,205,88). Sum of RGB (Red+Green+Blue) = 197+205+88=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 88 (34.77% from 255 or 17.96% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CD58 is #3A32A7. Grayscale: #BDBDBD. Windows color (decimal): -3814056 or 5819845. OLE color: 5819845.
HSL color Cylindrical-coordinate representation of color #C5CD58: hue angle of 64.1º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5CD58 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 205 | 88 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.20 |
| HSL | 64.1º | 0.54% | 0.57% | - |
| HSV(B) | 64.1º | 0.57% | 0.8% | - |
| XYZ | 46.62 | 56.24 | 17.63 | - |
| YUV | 189.27 | 70.85 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 88 | 0.04 | 0 | 0.57 | 0.20 | 64.1 | 0.54 | 0.57 |
| Hex | C5 | CD | 58 | 4 | 0 | 39 | 14 | 40 | 36 | 39 |
| Octal | 305 | 315 | 130 | 4 | 0 | 71 | 24 | 100 | 66 | 71 |
| Binary | 11000101 | 11001101 | 1011000 | 100 | 0 | 111001 | 10100 | 1000000 | 110110 | 111001 |
Color Harmonies of #C5CD58
Complementary color
Monochromatic Colors of #C5CD58
Black with #C5CD58
Text Example
Text Example
White with #C5CD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CD58; }
p { color: rgb(197,205,88); }
H1.HeaderClassName
{
color: #C5CD58;
}
.AnyTagClassName
{
color: #C5CD58;
}
</style>
background-color css
<style>
a { background-color: #C5CD58; }
a { background-color: rgb(197,205,88); }
div.DivClassName
{
background-color: #C5CD58;
}
.BgClassName
{
background-color: #C5CD58;
}
</style>
border-color css
<style>
span { border-color: #C5CD58; }
span { border-color: rgb(197,205,88); }
td.TdClassName
{
border-color: #C5CD58;
}
.TagClassName
{
border-color: #C5CD58;
}
</style>