Shades of Wild Willow #AFC563
Tints of Wild Willow #AFC563
RGB
CMYK
RGB Variations
Color information
#AFC563 (or 0xAFC563) is known color: Wild Willow. HEX triplet: AF, C5 and 63. RGB value is (175,197,99). Sum of RGB (Red+Green+Blue) = 175+197+99=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC563 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC563 is #503A9C. Grayscale: #B3B3B3. Windows color (decimal): -5257885 or 6538671. OLE color: 6538671.
HSL color Cylindrical-coordinate representation of color #AFC563: hue angle of 73.47º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFC563 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 99 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.23 |
| HSL | 73.47º | 0.46% | 0.58% | - |
| HSV(B) | 73.47º | 0.5% | 0.77% | - |
| XYZ | 39.9 | 49.95 | 19.34 | - |
| YUV | 179.25 | 82.71 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 99 | 0.11 | 0 | 0.50 | 0.23 | 73.47 | 0.46 | 0.58 |
| Hex | AF | C5 | 63 | B | 0 | 32 | 17 | 49 | 2E | 3A |
| Octal | 257 | 305 | 143 | 13 | 0 | 62 | 27 | 111 | 56 | 72 |
| Binary | 10101111 | 11000101 | 1100011 | 1011 | 0 | 110010 | 10111 | 1001001 | 101110 | 111010 |
Color Harmonies of #AFC563
Complementary color
Monochromatic Colors of #AFC563
Black with #AFC563
Text Example
Text Example
White with #AFC563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC563; }
p { color: rgb(175,197,99); }
H1.HeaderClassName
{
color: #AFC563;
}
.AnyTagClassName
{
color: #AFC563;
}
</style>
background-color css
<style>
a { background-color: #AFC563; }
a { background-color: rgb(175,197,99); }
div.DivClassName
{
background-color: #AFC563;
}
.BgClassName
{
background-color: #AFC563;
}
</style>
border-color css
<style>
span { border-color: #AFC563; }
span { border-color: rgb(175,197,99); }
td.TdClassName
{
border-color: #AFC563;
}
.TagClassName
{
border-color: #AFC563;
}
</style>