Shades of Wild Willow #AFC75B
Tints of Wild Willow #AFC75B
RGB
CMYK
RGB Variations
Color information
#AFC75B (or 0xAFC75B) is known color: Wild Willow. HEX triplet: AF, C7 and 5B. RGB value is (175,199,91). Sum of RGB (Red+Green+Blue) = 175+199+91=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC75B is #5038A4. Grayscale: #B3B3B3. Windows color (decimal): -5257381 or 6014895. OLE color: 6014895.
HSL color Cylindrical-coordinate representation of color #AFC75B: hue angle of 73.33º 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 #AFC75B is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 91 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.22 |
| HSL | 73.33º | 0.49% | 0.57% | - |
| HSV(B) | 73.33º | 0.54% | 0.78% | - |
| XYZ | 39.99 | 50.72 | 17.58 | - |
| YUV | 179.51 | 78.05 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 91 | 0.12 | 0 | 0.54 | 0.22 | 73.33 | 0.49 | 0.57 |
| Hex | AF | C7 | 5B | C | 0 | 36 | 16 | 49 | 31 | 39 |
| Octal | 257 | 307 | 133 | 14 | 0 | 66 | 26 | 111 | 61 | 71 |
| Binary | 10101111 | 11000111 | 1011011 | 1100 | 0 | 110110 | 10110 | 1001001 | 110001 | 111001 |
Color Harmonies of #AFC75B
Complementary color
Monochromatic Colors of #AFC75B
Black with #AFC75B
Text Example
Text Example
White with #AFC75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC75B; }
p { color: rgb(175,199,91); }
H1.HeaderClassName
{
color: #AFC75B;
}
.AnyTagClassName
{
color: #AFC75B;
}
</style>
background-color css
<style>
a { background-color: #AFC75B; }
a { background-color: rgb(175,199,91); }
div.DivClassName
{
background-color: #AFC75B;
}
.BgClassName
{
background-color: #AFC75B;
}
</style>
border-color css
<style>
span { border-color: #AFC75B; }
span { border-color: rgb(175,199,91); }
td.TdClassName
{
border-color: #AFC75B;
}
.TagClassName
{
border-color: #AFC75B;
}
</style>