Shades of Wild Willow #C5CF51
Tints of Wild Willow #C5CF51
RGB
CMYK
RGB Variations
Color information
#C5CF51 (or 0xC5CF51) is known color: Wild Willow. HEX triplet: C5, CF and 51. RGB value is (197,207,81). Sum of RGB (Red+Green+Blue) = 197+207+81=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 81 (32.03% from 255 or 16.70% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CF51 is #3A30AE. Grayscale: #BEBEBE. Windows color (decimal): -3813551 or 5361605. OLE color: 5361605.
HSL color Cylindrical-coordinate representation of color #C5CF51: hue angle of 64.76º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5CF51 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 81 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.19 |
| HSL | 64.76º | 0.57% | 0.56% | - |
| HSV(B) | 64.76º | 0.61% | 0.81% | - |
| XYZ | 46.82 | 57.09 | 16.34 | - |
| YUV | 189.65 | 66.69 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 81 | 0.05 | 0 | 0.61 | 0.19 | 64.76 | 0.57 | 0.56 |
| Hex | C5 | CF | 51 | 5 | 0 | 3D | 13 | 41 | 39 | 38 |
| Octal | 305 | 317 | 121 | 5 | 0 | 75 | 23 | 101 | 71 | 70 |
| Binary | 11000101 | 11001111 | 1010001 | 101 | 0 | 111101 | 10011 | 1000001 | 111001 | 111000 |
Color Harmonies of #C5CF51
Complementary color
Monochromatic Colors of #C5CF51
Black with #C5CF51
Text Example
Text Example
White with #C5CF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF51; }
p { color: rgb(197,207,81); }
H1.HeaderClassName
{
color: #C5CF51;
}
.AnyTagClassName
{
color: #C5CF51;
}
</style>
background-color css
<style>
a { background-color: #C5CF51; }
a { background-color: rgb(197,207,81); }
div.DivClassName
{
background-color: #C5CF51;
}
.BgClassName
{
background-color: #C5CF51;
}
</style>
border-color css
<style>
span { border-color: #C5CF51; }
span { border-color: rgb(197,207,81); }
td.TdClassName
{
border-color: #C5CF51;
}
.TagClassName
{
border-color: #C5CF51;
}
</style>