Shades of Wild Willow #C5CF57
Tints of Wild Willow #C5CF57
RGB
CMYK
RGB Variations
Color information
#C5CF57 (or 0xC5CF57) is known color: Wild Willow. HEX triplet: C5, CF and 57. RGB value is (197,207,87). Sum of RGB (Red+Green+Blue) = 197+207+87=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 87 (34.38% from 255 or 17.72% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CF57 is #3A30A8. Grayscale: #BEBEBE. Windows color (decimal): -3813545 or 5754821. OLE color: 5754821.
HSL color Cylindrical-coordinate representation of color #C5CF57: hue angle of 65º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5CF57 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 87 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.19 |
| HSL | 65º | 0.56% | 0.58% | - |
| HSV(B) | 65º | 0.58% | 0.81% | - |
| XYZ | 47.06 | 57.18 | 17.57 | - |
| YUV | 190.33 | 69.69 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 87 | 0.05 | 0 | 0.58 | 0.19 | 65 | 0.56 | 0.58 |
| Hex | C5 | CF | 57 | 5 | 0 | 3A | 13 | 41 | 38 | 3A |
| Octal | 305 | 317 | 127 | 5 | 0 | 72 | 23 | 101 | 70 | 72 |
| Binary | 11000101 | 11001111 | 1010111 | 101 | 0 | 111010 | 10011 | 1000001 | 111000 | 111010 |
Color Harmonies of #C5CF57
Complementary color
Monochromatic Colors of #C5CF57
Black with #C5CF57
Text Example
Text Example
White with #C5CF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF57; }
p { color: rgb(197,207,87); }
H1.HeaderClassName
{
color: #C5CF57;
}
.AnyTagClassName
{
color: #C5CF57;
}
</style>
background-color css
<style>
a { background-color: #C5CF57; }
a { background-color: rgb(197,207,87); }
div.DivClassName
{
background-color: #C5CF57;
}
.BgClassName
{
background-color: #C5CF57;
}
</style>
border-color css
<style>
span { border-color: #C5CF57; }
span { border-color: rgb(197,207,87); }
td.TdClassName
{
border-color: #C5CF57;
}
.TagClassName
{
border-color: #C5CF57;
}
</style>