Shades of Wild Willow #AFC85B
Tints of Wild Willow #AFC85B
RGB
CMYK
RGB Variations
Color information
#AFC85B (or 0xAFC85B) is known color: Wild Willow. HEX triplet: AF, C8 and 5B. RGB value is (175,200,91). Sum of RGB (Red+Green+Blue) = 175+200+91=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC85B is #5037A4. Grayscale: #B4B4B4. Windows color (decimal): -5257125 or 6015151. OLE color: 6015151.
HSL color Cylindrical-coordinate representation of color #AFC85B: hue angle of 73.76º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFC85B is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 91 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.22 |
| HSL | 73.76º | 0.5% | 0.57% | - |
| HSV(B) | 73.76º | 0.55% | 0.78% | - |
| XYZ | 40.22 | 51.18 | 17.66 | - |
| YUV | 180.1 | 77.72 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 91 | 0.12 | 0 | 0.54 | 0.22 | 73.76 | 0.5 | 0.57 |
| Hex | AF | C8 | 5B | C | 0 | 36 | 16 | 4A | 32 | 39 |
| Octal | 257 | 310 | 133 | 14 | 0 | 66 | 26 | 112 | 62 | 71 |
| Binary | 10101111 | 11001000 | 1011011 | 1100 | 0 | 110110 | 10110 | 1001010 | 110010 | 111001 |
Color Harmonies of #AFC85B
Complementary color
Monochromatic Colors of #AFC85B
Black with #AFC85B
Text Example
Text Example
White with #AFC85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC85B; }
p { color: rgb(175,200,91); }
H1.HeaderClassName
{
color: #AFC85B;
}
.AnyTagClassName
{
color: #AFC85B;
}
</style>
background-color css
<style>
a { background-color: #AFC85B; }
a { background-color: rgb(175,200,91); }
div.DivClassName
{
background-color: #AFC85B;
}
.BgClassName
{
background-color: #AFC85B;
}
</style>
border-color css
<style>
span { border-color: #AFC85B; }
span { border-color: rgb(175,200,91); }
td.TdClassName
{
border-color: #AFC85B;
}
.TagClassName
{
border-color: #AFC85B;
}
</style>