Shades of Wild Willow #AFC55D
Tints of Wild Willow #AFC55D
RGB
CMYK
RGB Variations
Color information
#AFC55D (or 0xAFC55D) is known color: Wild Willow. HEX triplet: AF, C5 and 5D. RGB value is (175,197,93). Sum of RGB (Red+Green+Blue) = 175+197+93=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC55D is #503AA2. Grayscale: #B2B2B2. Windows color (decimal): -5257891 or 6145455. OLE color: 6145455.
HSL color Cylindrical-coordinate representation of color #AFC55D: hue angle of 72.69º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFC55D is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 93 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.23 |
| HSL | 72.69º | 0.47% | 0.57% | - |
| HSV(B) | 72.69º | 0.53% | 0.77% | - |
| XYZ | 39.62 | 49.84 | 17.89 | - |
| YUV | 178.57 | 79.71 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 93 | 0.11 | 0 | 0.53 | 0.23 | 72.69 | 0.47 | 0.57 |
| Hex | AF | C5 | 5D | B | 0 | 35 | 17 | 49 | 2F | 39 |
| Octal | 257 | 305 | 135 | 13 | 0 | 65 | 27 | 111 | 57 | 71 |
| Binary | 10101111 | 11000101 | 1011101 | 1011 | 0 | 110101 | 10111 | 1001001 | 101111 | 111001 |
Color Harmonies of #AFC55D
Complementary color
Monochromatic Colors of #AFC55D
Black with #AFC55D
Text Example
Text Example
White with #AFC55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC55D; }
p { color: rgb(175,197,93); }
H1.HeaderClassName
{
color: #AFC55D;
}
.AnyTagClassName
{
color: #AFC55D;
}
</style>
background-color css
<style>
a { background-color: #AFC55D; }
a { background-color: rgb(175,197,93); }
div.DivClassName
{
background-color: #AFC55D;
}
.BgClassName
{
background-color: #AFC55D;
}
</style>
border-color css
<style>
span { border-color: #AFC55D; }
span { border-color: rgb(175,197,93); }
td.TdClassName
{
border-color: #AFC55D;
}
.TagClassName
{
border-color: #AFC55D;
}
</style>