Shades of Wild Willow #AFC55F
Tints of Wild Willow #AFC55F
RGB
CMYK
RGB Variations
Color information
#AFC55F (or 0xAFC55F) is known color: Wild Willow. HEX triplet: AF, C5 and 5F. RGB value is (175,197,95). Sum of RGB (Red+Green+Blue) = 175+197+95=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC55F is #503AA0. Grayscale: #B3B3B3. Windows color (decimal): -5257889 or 6276527. OLE color: 6276527.
HSL color Cylindrical-coordinate representation of color #AFC55F: hue angle of 72.94º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFC55F is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 95 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.23 |
| HSL | 72.94º | 0.47% | 0.57% | - |
| HSV(B) | 72.94º | 0.52% | 0.77% | - |
| XYZ | 39.71 | 49.87 | 18.36 | - |
| YUV | 178.79 | 80.71 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 95 | 0.11 | 0 | 0.52 | 0.23 | 72.94 | 0.47 | 0.57 |
| Hex | AF | C5 | 5F | B | 0 | 34 | 17 | 49 | 2F | 39 |
| Octal | 257 | 305 | 137 | 13 | 0 | 64 | 27 | 111 | 57 | 71 |
| Binary | 10101111 | 11000101 | 1011111 | 1011 | 0 | 110100 | 10111 | 1001001 | 101111 | 111001 |
Color Harmonies of #AFC55F
Complementary color
Monochromatic Colors of #AFC55F
Black with #AFC55F
Text Example
Text Example
White with #AFC55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC55F; }
p { color: rgb(175,197,95); }
H1.HeaderClassName
{
color: #AFC55F;
}
.AnyTagClassName
{
color: #AFC55F;
}
</style>
background-color css
<style>
a { background-color: #AFC55F; }
a { background-color: rgb(175,197,95); }
div.DivClassName
{
background-color: #AFC55F;
}
.BgClassName
{
background-color: #AFC55F;
}
</style>
border-color css
<style>
span { border-color: #AFC55F; }
span { border-color: rgb(175,197,95); }
td.TdClassName
{
border-color: #AFC55F;
}
.TagClassName
{
border-color: #AFC55F;
}
</style>