Shades of Wild Willow #C5CF4F
Tints of Wild Willow #C5CF4F
RGB
CMYK
RGB Variations
Color information
#C5CF4F (or 0xC5CF4F) is known color: Wild Willow. HEX triplet: C5, CF and 4F. RGB value is (197,207,79). Sum of RGB (Red+Green+Blue) = 197+207+79=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 79 (31.25% from 255 or 16.36% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CF4F is #3A30B0. Grayscale: #BDBDBD. Windows color (decimal): -3813553 or 5230533. OLE color: 5230533.
HSL color Cylindrical-coordinate representation of color #C5CF4F: hue angle of 64.69º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5CF4F is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 79 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.19 |
| HSL | 64.69º | 0.57% | 0.56% | - |
| HSV(B) | 64.69º | 0.62% | 0.81% | - |
| XYZ | 46.75 | 57.06 | 15.95 | - |
| YUV | 189.42 | 65.69 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 79 | 0.05 | 0 | 0.62 | 0.19 | 64.69 | 0.57 | 0.56 |
| Hex | C5 | CF | 4F | 5 | 0 | 3E | 13 | 41 | 39 | 38 |
| Octal | 305 | 317 | 117 | 5 | 0 | 76 | 23 | 101 | 71 | 70 |
| Binary | 11000101 | 11001111 | 1001111 | 101 | 0 | 111110 | 10011 | 1000001 | 111001 | 111000 |
Color Harmonies of #C5CF4F
Complementary color
Monochromatic Colors of #C5CF4F
Black with #C5CF4F
Text Example
Text Example
White with #C5CF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF4F; }
p { color: rgb(197,207,79); }
H1.HeaderClassName
{
color: #C5CF4F;
}
.AnyTagClassName
{
color: #C5CF4F;
}
</style>
background-color css
<style>
a { background-color: #C5CF4F; }
a { background-color: rgb(197,207,79); }
div.DivClassName
{
background-color: #C5CF4F;
}
.BgClassName
{
background-color: #C5CF4F;
}
</style>
border-color css
<style>
span { border-color: #C5CF4F; }
span { border-color: rgb(197,207,79); }
td.TdClassName
{
border-color: #C5CF4F;
}
.TagClassName
{
border-color: #C5CF4F;
}
</style>