Shades of Wild Willow #C5CA55
Tints of Wild Willow #C5CA55
RGB
CMYK
RGB Variations
Color information
#C5CA55 (or 0xC5CA55) is known color: Wild Willow. HEX triplet: C5, CA and 55. RGB value is (197,202,85). Sum of RGB (Red+Green+Blue) = 197+202+85=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 85 (33.59% from 255 or 17.56% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CA55 is #3A35AA. Grayscale: #BBBBBB. Windows color (decimal): -3814827 or 5622469. OLE color: 5622469.
HSL color Cylindrical-coordinate representation of color #C5CA55: hue angle of 62.56º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5CA55 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 85 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.21 |
| HSL | 62.56º | 0.52% | 0.56% | - |
| HSV(B) | 62.56º | 0.58% | 0.79% | - |
| XYZ | 45.79 | 54.77 | 16.75 | - |
| YUV | 187.17 | 70.34 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 85 | 0.02 | 0 | 0.58 | 0.21 | 62.56 | 0.52 | 0.56 |
| Hex | C5 | CA | 55 | 2 | 0 | 3A | 15 | 3F | 34 | 38 |
| Octal | 305 | 312 | 125 | 2 | 0 | 72 | 25 | 77 | 64 | 70 |
| Binary | 11000101 | 11001010 | 1010101 | 10 | 0 | 111010 | 10101 | 111111 | 110100 | 111000 |
Color Harmonies of #C5CA55
Complementary color
Monochromatic Colors of #C5CA55
Black with #C5CA55
Text Example
Text Example
White with #C5CA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CA55; }
p { color: rgb(197,202,85); }
H1.HeaderClassName
{
color: #C5CA55;
}
.AnyTagClassName
{
color: #C5CA55;
}
</style>
background-color css
<style>
a { background-color: #C5CA55; }
a { background-color: rgb(197,202,85); }
div.DivClassName
{
background-color: #C5CA55;
}
.BgClassName
{
background-color: #C5CA55;
}
</style>
border-color css
<style>
span { border-color: #C5CA55; }
span { border-color: rgb(197,202,85); }
td.TdClassName
{
border-color: #C5CA55;
}
.TagClassName
{
border-color: #C5CA55;
}
</style>