Shades of Wild Willow #AFC85D
Tints of Wild Willow #AFC85D
RGB
CMYK
RGB Variations
Color information
#AFC85D (or 0xAFC85D) is known color: Wild Willow. HEX triplet: AF, C8 and 5D. RGB value is (175,200,93). Sum of RGB (Red+Green+Blue) = 175+200+93=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC85D is #5037A2. Grayscale: #B4B4B4. Windows color (decimal): -5257123 or 6146223. OLE color: 6146223.
HSL color Cylindrical-coordinate representation of color #AFC85D: hue angle of 74.02º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFC85D is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 93 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.22 |
| HSL | 74.02º | 0.49% | 0.57% | - |
| HSV(B) | 74.02º | 0.54% | 0.78% | - |
| XYZ | 40.31 | 51.21 | 18.12 | - |
| YUV | 180.33 | 78.72 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 93 | 0.12 | 0 | 0.54 | 0.22 | 74.02 | 0.49 | 0.57 |
| Hex | AF | C8 | 5D | C | 0 | 36 | 16 | 4A | 31 | 39 |
| Octal | 257 | 310 | 135 | 14 | 0 | 66 | 26 | 112 | 61 | 71 |
| Binary | 10101111 | 11001000 | 1011101 | 1100 | 0 | 110110 | 10110 | 1001010 | 110001 | 111001 |
Color Harmonies of #AFC85D
Complementary color
Monochromatic Colors of #AFC85D
Black with #AFC85D
Text Example
Text Example
White with #AFC85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC85D; }
p { color: rgb(175,200,93); }
H1.HeaderClassName
{
color: #AFC85D;
}
.AnyTagClassName
{
color: #AFC85D;
}
</style>
background-color css
<style>
a { background-color: #AFC85D; }
a { background-color: rgb(175,200,93); }
div.DivClassName
{
background-color: #AFC85D;
}
.BgClassName
{
background-color: #AFC85D;
}
</style>
border-color css
<style>
span { border-color: #AFC85D; }
span { border-color: rgb(175,200,93); }
td.TdClassName
{
border-color: #AFC85D;
}
.TagClassName
{
border-color: #AFC85D;
}
</style>