Shades of Wild Willow #C5CA50
Tints of Wild Willow #C5CA50
RGB
CMYK
RGB Variations
Color information
#C5CA50 (or 0xC5CA50) is known color: Wild Willow. HEX triplet: C5, CA and 50. RGB value is (197,202,80). Sum of RGB (Red+Green+Blue) = 197+202+80=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CA50 is #3A35AF. Grayscale: #BBBBBB. Windows color (decimal): -3814832 or 5294789. OLE color: 5294789.
HSL color Cylindrical-coordinate representation of color #C5CA50: hue angle of 62.46º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5CA50 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 80 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.21 |
| HSL | 62.46º | 0.54% | 0.55% | - |
| HSV(B) | 62.46º | 0.6% | 0.79% | - |
| XYZ | 45.59 | 54.69 | 15.74 | - |
| YUV | 186.6 | 67.84 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 80 | 0.02 | 0 | 0.60 | 0.21 | 62.46 | 0.54 | 0.55 |
| Hex | C5 | CA | 50 | 2 | 0 | 3C | 15 | 3E | 36 | 37 |
| Octal | 305 | 312 | 120 | 2 | 0 | 74 | 25 | 76 | 66 | 67 |
| Binary | 11000101 | 11001010 | 1010000 | 10 | 0 | 111100 | 10101 | 111110 | 110110 | 110111 |
Color Harmonies of #C5CA50
Complementary color
Monochromatic Colors of #C5CA50
Black with #C5CA50
Text Example
Text Example
White with #C5CA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CA50; }
p { color: rgb(197,202,80); }
H1.HeaderClassName
{
color: #C5CA50;
}
.AnyTagClassName
{
color: #C5CA50;
}
</style>
background-color css
<style>
a { background-color: #C5CA50; }
a { background-color: rgb(197,202,80); }
div.DivClassName
{
background-color: #C5CA50;
}
.BgClassName
{
background-color: #C5CA50;
}
</style>
border-color css
<style>
span { border-color: #C5CA50; }
span { border-color: rgb(197,202,80); }
td.TdClassName
{
border-color: #C5CA50;
}
.TagClassName
{
border-color: #C5CA50;
}
</style>