Shades of Wild Willow #C5CA58
Tints of Wild Willow #C5CA58
RGB
CMYK
RGB Variations
Color information
#C5CA58 (or 0xC5CA58) is known color: Wild Willow. HEX triplet: C5, CA and 58. RGB value is (197,202,88). Sum of RGB (Red+Green+Blue) = 197+202+88=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 88 (34.77% from 255 or 18.07% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CA58 is #3A35A7. Grayscale: #BBBBBB. Windows color (decimal): -3814824 or 5819077. OLE color: 5819077.
HSL color Cylindrical-coordinate representation of color #C5CA58: hue angle of 62.63º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5CA58 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 88 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.21 |
| HSL | 62.63º | 0.52% | 0.57% | - |
| HSV(B) | 62.63º | 0.56% | 0.79% | - |
| XYZ | 45.91 | 54.82 | 17.39 | - |
| YUV | 187.51 | 71.84 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 88 | 0.02 | 0 | 0.56 | 0.21 | 62.63 | 0.52 | 0.57 |
| Hex | C5 | CA | 58 | 2 | 0 | 38 | 15 | 3F | 34 | 39 |
| Octal | 305 | 312 | 130 | 2 | 0 | 70 | 25 | 77 | 64 | 71 |
| Binary | 11000101 | 11001010 | 1011000 | 10 | 0 | 111000 | 10101 | 111111 | 110100 | 111001 |
Color Harmonies of #C5CA58
Complementary color
Monochromatic Colors of #C5CA58
Black with #C5CA58
Text Example
Text Example
White with #C5CA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CA58; }
p { color: rgb(197,202,88); }
H1.HeaderClassName
{
color: #C5CA58;
}
.AnyTagClassName
{
color: #C5CA58;
}
</style>
background-color css
<style>
a { background-color: #C5CA58; }
a { background-color: rgb(197,202,88); }
div.DivClassName
{
background-color: #C5CA58;
}
.BgClassName
{
background-color: #C5CA58;
}
</style>
border-color css
<style>
span { border-color: #C5CA58; }
span { border-color: rgb(197,202,88); }
td.TdClassName
{
border-color: #C5CA58;
}
.TagClassName
{
border-color: #C5CA58;
}
</style>