Shades of Wild Willow #AFCF64
Tints of Wild Willow #AFCF64
RGB
CMYK
RGB Variations
Color information
#AFCF64 (or 0xAFCF64) is known color: Wild Willow. HEX triplet: AF, CF and 64. RGB value is (175,207,100). Sum of RGB (Red+Green+Blue) = 175+207+100=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCF64 is #50309B. Grayscale: #B9B9B9. Windows color (decimal): -5255324 or 6606767. OLE color: 6606767.
HSL color Cylindrical-coordinate representation of color #AFCF64: hue angle of 77.94º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFCF64 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 100 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.19 |
| HSL | 77.94º | 0.53% | 0.6% | - |
| HSV(B) | 77.94º | 0.52% | 0.81% | - |
| XYZ | 42.29 | 54.66 | 20.38 | - |
| YUV | 185.23 | 79.9 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 100 | 0.15 | 0 | 0.52 | 0.19 | 77.94 | 0.53 | 0.6 |
| Hex | AF | CF | 64 | F | 0 | 34 | 13 | 4E | 35 | 3C |
| Octal | 257 | 317 | 144 | 17 | 0 | 64 | 23 | 116 | 65 | 74 |
| Binary | 10101111 | 11001111 | 1100100 | 1111 | 0 | 110100 | 10011 | 1001110 | 110101 | 111100 |
Color Harmonies of #AFCF64
Complementary color
Monochromatic Colors of #AFCF64
Black with #AFCF64
Text Example
Text Example
White with #AFCF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCF64; }
p { color: rgb(175,207,100); }
H1.HeaderClassName
{
color: #AFCF64;
}
.AnyTagClassName
{
color: #AFCF64;
}
</style>
background-color css
<style>
a { background-color: #AFCF64; }
a { background-color: rgb(175,207,100); }
div.DivClassName
{
background-color: #AFCF64;
}
.BgClassName
{
background-color: #AFCF64;
}
</style>
border-color css
<style>
span { border-color: #AFCF64; }
span { border-color: rgb(175,207,100); }
td.TdClassName
{
border-color: #AFCF64;
}
.TagClassName
{
border-color: #AFCF64;
}
</style>