Shades of Wild Willow #AFC565
Tints of Wild Willow #AFC565
RGB
CMYK
RGB Variations
Color information
#AFC565 (or 0xAFC565) is known color: Wild Willow. HEX triplet: AF, C5 and 65. RGB value is (175,197,101). Sum of RGB (Red+Green+Blue) = 175+197+101=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC565 is #503A9A. Grayscale: #B3B3B3. Windows color (decimal): -5257883 or 6669743. OLE color: 6669743.
HSL color Cylindrical-coordinate representation of color #AFC565: hue angle of 73.75º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFC565 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 101 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.23 |
| HSL | 73.75º | 0.45% | 0.58% | - |
| HSV(B) | 73.75º | 0.49% | 0.77% | - |
| XYZ | 39.99 | 49.99 | 19.85 | - |
| YUV | 179.48 | 83.71 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 101 | 0.11 | 0 | 0.49 | 0.23 | 73.75 | 0.45 | 0.58 |
| Hex | AF | C5 | 65 | B | 0 | 31 | 17 | 4A | 2D | 3A |
| Octal | 257 | 305 | 145 | 13 | 0 | 61 | 27 | 112 | 55 | 72 |
| Binary | 10101111 | 11000101 | 1100101 | 1011 | 0 | 110001 | 10111 | 1001010 | 101101 | 111010 |
Color Harmonies of #AFC565
Complementary color
Monochromatic Colors of #AFC565
Black with #AFC565
Text Example
Text Example
White with #AFC565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC565; }
p { color: rgb(175,197,101); }
H1.HeaderClassName
{
color: #AFC565;
}
.AnyTagClassName
{
color: #AFC565;
}
</style>
background-color css
<style>
a { background-color: #AFC565; }
a { background-color: rgb(175,197,101); }
div.DivClassName
{
background-color: #AFC565;
}
.BgClassName
{
background-color: #AFC565;
}
</style>
border-color css
<style>
span { border-color: #AFC565; }
span { border-color: rgb(175,197,101); }
td.TdClassName
{
border-color: #AFC565;
}
.TagClassName
{
border-color: #AFC565;
}
</style>