Shades of Wild Willow #AFC85F
Tints of Wild Willow #AFC85F
RGB
CMYK
RGB Variations
Color information
#AFC85F (or 0xAFC85F) is known color: Wild Willow. HEX triplet: AF, C8 and 5F. RGB value is (175,200,95). Sum of RGB (Red+Green+Blue) = 175+200+95=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC85F is #5037A0. Grayscale: #B4B4B4. Windows color (decimal): -5257121 or 6277295. OLE color: 6277295.
HSL color Cylindrical-coordinate representation of color #AFC85F: hue angle of 74.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFC85F is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 95 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.22 |
| HSL | 74.29º | 0.49% | 0.58% | - |
| HSV(B) | 74.29º | 0.53% | 0.78% | - |
| XYZ | 40.4 | 51.25 | 18.59 | - |
| YUV | 180.56 | 79.72 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 95 | 0.12 | 0 | 0.52 | 0.22 | 74.29 | 0.49 | 0.58 |
| Hex | AF | C8 | 5F | C | 0 | 34 | 16 | 4A | 31 | 3A |
| Octal | 257 | 310 | 137 | 14 | 0 | 64 | 26 | 112 | 61 | 72 |
| Binary | 10101111 | 11001000 | 1011111 | 1100 | 0 | 110100 | 10110 | 1001010 | 110001 | 111010 |
Color Harmonies of #AFC85F
Complementary color
Monochromatic Colors of #AFC85F
Black with #AFC85F
Text Example
Text Example
White with #AFC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC85F; }
p { color: rgb(175,200,95); }
H1.HeaderClassName
{
color: #AFC85F;
}
.AnyTagClassName
{
color: #AFC85F;
}
</style>
background-color css
<style>
a { background-color: #AFC85F; }
a { background-color: rgb(175,200,95); }
div.DivClassName
{
background-color: #AFC85F;
}
.BgClassName
{
background-color: #AFC85F;
}
</style>
border-color css
<style>
span { border-color: #AFC85F; }
span { border-color: rgb(175,200,95); }
td.TdClassName
{
border-color: #AFC85F;
}
.TagClassName
{
border-color: #AFC85F;
}
</style>