Shades of Wild Willow #AFCD67
Tints of Wild Willow #AFCD67
RGB
CMYK
RGB Variations
Color information
#AFCD67 (or 0xAFCD67) is known color: Wild Willow. HEX triplet: AF, CD and 67. RGB value is (175,205,103). Sum of RGB (Red+Green+Blue) = 175+205+103=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD67 is #503298. Grayscale: #B8B8B8. Windows color (decimal): -5255833 or 6802863. OLE color: 6802863.
HSL color Cylindrical-coordinate representation of color #AFCD67: hue angle of 77.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFCD67 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 103 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.20 |
| HSL | 77.65º | 0.5% | 0.6% | - |
| HSV(B) | 77.65º | 0.5% | 0.8% | - |
| XYZ | 41.96 | 53.76 | 21 | - |
| YUV | 184.4 | 82.06 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 103 | 0.15 | 0 | 0.50 | 0.20 | 77.65 | 0.5 | 0.6 |
| Hex | AF | CD | 67 | F | 0 | 32 | 14 | 4E | 32 | 3C |
| Octal | 257 | 315 | 147 | 17 | 0 | 62 | 24 | 116 | 62 | 74 |
| Binary | 10101111 | 11001101 | 1100111 | 1111 | 0 | 110010 | 10100 | 1001110 | 110010 | 111100 |
Color Harmonies of #AFCD67
Complementary color
Monochromatic Colors of #AFCD67
Black with #AFCD67
Text Example
Text Example
White with #AFCD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD67; }
p { color: rgb(175,205,103); }
H1.HeaderClassName
{
color: #AFCD67;
}
.AnyTagClassName
{
color: #AFCD67;
}
</style>
background-color css
<style>
a { background-color: #AFCD67; }
a { background-color: rgb(175,205,103); }
div.DivClassName
{
background-color: #AFCD67;
}
.BgClassName
{
background-color: #AFCD67;
}
</style>
border-color css
<style>
span { border-color: #AFCD67; }
span { border-color: rgb(175,205,103); }
td.TdClassName
{
border-color: #AFCD67;
}
.TagClassName
{
border-color: #AFCD67;
}
</style>