Shades of Wild Willow #AFC863
Tints of Wild Willow #AFC863
RGB
CMYK
RGB Variations
Color information
#AFC863 (or 0xAFC863) is known color: Wild Willow. HEX triplet: AF, C8 and 63. RGB value is (175,200,99). Sum of RGB (Red+Green+Blue) = 175+200+99=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC863 is #50379C. Grayscale: #B5B5B5. Windows color (decimal): -5257117 or 6539439. OLE color: 6539439.
HSL color Cylindrical-coordinate representation of color #AFC863: hue angle of 74.85º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFC863 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 99 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.22 |
| HSL | 74.85º | 0.48% | 0.59% | - |
| HSV(B) | 74.85º | 0.51% | 0.78% | - |
| XYZ | 40.59 | 51.32 | 19.57 | - |
| YUV | 181.01 | 81.72 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 99 | 0.12 | 0 | 0.50 | 0.22 | 74.85 | 0.48 | 0.59 |
| Hex | AF | C8 | 63 | C | 0 | 32 | 16 | 4B | 30 | 3B |
| Octal | 257 | 310 | 143 | 14 | 0 | 62 | 26 | 113 | 60 | 73 |
| Binary | 10101111 | 11001000 | 1100011 | 1100 | 0 | 110010 | 10110 | 1001011 | 110000 | 111011 |
Color Harmonies of #AFC863
Complementary color
Monochromatic Colors of #AFC863
Black with #AFC863
Text Example
Text Example
White with #AFC863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC863; }
p { color: rgb(175,200,99); }
H1.HeaderClassName
{
color: #AFC863;
}
.AnyTagClassName
{
color: #AFC863;
}
</style>
background-color css
<style>
a { background-color: #AFC863; }
a { background-color: rgb(175,200,99); }
div.DivClassName
{
background-color: #AFC863;
}
.BgClassName
{
background-color: #AFC863;
}
</style>
border-color css
<style>
span { border-color: #AFC863; }
span { border-color: rgb(175,200,99); }
td.TdClassName
{
border-color: #AFC863;
}
.TagClassName
{
border-color: #AFC863;
}
</style>