Shades of Wild Willow #C5CC71
Tints of Wild Willow #C5CC71
RGB
CMYK
RGB Variations
Color information
#C5CC71 (or 0xC5CC71) is known color: Wild Willow. HEX triplet: C5, CC and 71. RGB value is (197,204,113). Sum of RGB (Red+Green+Blue) = 197+204+113=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CC71 is #3A338E. Grayscale: #BFBFBF. Windows color (decimal): -3814287 or 7457989. OLE color: 7457989.
HSL color Cylindrical-coordinate representation of color #C5CC71: hue angle of 64.62º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C5CC71 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 204 | 113 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.2 |
| HSL | 64.62º | 0.47% | 0.62% | - |
| HSV(B) | 64.62º | 0.45% | 0.8% | - |
| XYZ | 47.6 | 56.25 | 23.97 | - |
| YUV | 191.53 | 83.68 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 113 | 0.03 | 0 | 0.45 | 0.2 | 64.62 | 0.47 | 0.62 |
| Hex | C5 | CC | 71 | 3 | 0 | 2D | 14 | 41 | 2F | 3E |
| Octal | 305 | 314 | 161 | 3 | 0 | 55 | 24 | 101 | 57 | 76 |
| Binary | 11000101 | 11001100 | 1110001 | 11 | 0 | 101101 | 10100 | 1000001 | 101111 | 111110 |
Color Harmonies of #C5CC71
Complementary color
Monochromatic Colors of #C5CC71
Black with #C5CC71
Text Example
Text Example
White with #C5CC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CC71; }
p { color: rgb(197,204,113); }
H1.HeaderClassName
{
color: #C5CC71;
}
.AnyTagClassName
{
color: #C5CC71;
}
</style>
background-color css
<style>
a { background-color: #C5CC71; }
a { background-color: rgb(197,204,113); }
div.DivClassName
{
background-color: #C5CC71;
}
.BgClassName
{
background-color: #C5CC71;
}
</style>
border-color css
<style>
span { border-color: #C5CC71; }
span { border-color: rgb(197,204,113); }
td.TdClassName
{
border-color: #C5CC71;
}
.TagClassName
{
border-color: #C5CC71;
}
</style>