Shades of Wild Willow #AFC75C
Tints of Wild Willow #AFC75C
RGB
CMYK
RGB Variations
Color information
#AFC75C (or 0xAFC75C) is known color: Wild Willow. HEX triplet: AF, C7 and 5C. RGB value is (175,199,92). Sum of RGB (Red+Green+Blue) = 175+199+92=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC75C is #5038A3. Grayscale: #B4B4B4. Windows color (decimal): -5257380 or 6080431. OLE color: 6080431.
HSL color Cylindrical-coordinate representation of color #AFC75C: hue angle of 73.46º degrees, saturation: 0.49, 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 #AFC75C is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 92 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.22 |
| HSL | 73.46º | 0.49% | 0.57% | - |
| HSV(B) | 73.46º | 0.54% | 0.78% | - |
| XYZ | 40.03 | 50.73 | 17.81 | - |
| YUV | 179.63 | 78.55 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 92 | 0.12 | 0 | 0.54 | 0.22 | 73.46 | 0.49 | 0.57 |
| Hex | AF | C7 | 5C | C | 0 | 36 | 16 | 49 | 31 | 39 |
| Octal | 257 | 307 | 134 | 14 | 0 | 66 | 26 | 111 | 61 | 71 |
| Binary | 10101111 | 11000111 | 1011100 | 1100 | 0 | 110110 | 10110 | 1001001 | 110001 | 111001 |
Color Harmonies of #AFC75C
Complementary color
Monochromatic Colors of #AFC75C
Black with #AFC75C
Text Example
Text Example
White with #AFC75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC75C; }
p { color: rgb(175,199,92); }
H1.HeaderClassName
{
color: #AFC75C;
}
.AnyTagClassName
{
color: #AFC75C;
}
</style>
background-color css
<style>
a { background-color: #AFC75C; }
a { background-color: rgb(175,199,92); }
div.DivClassName
{
background-color: #AFC75C;
}
.BgClassName
{
background-color: #AFC75C;
}
</style>
border-color css
<style>
span { border-color: #AFC75C; }
span { border-color: rgb(175,199,92); }
td.TdClassName
{
border-color: #AFC75C;
}
.TagClassName
{
border-color: #AFC75C;
}
</style>