Shades of Wild Willow #AFCD63
Tints of Wild Willow #AFCD63
RGB
CMYK
RGB Variations
Color information
#AFCD63 (or 0xAFCD63) is known color: Wild Willow. HEX triplet: AF, CD and 63. RGB value is (175,205,99). Sum of RGB (Red+Green+Blue) = 175+205+99=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD63 is #50329C. Grayscale: #B8B8B8. Windows color (decimal): -5255837 or 6540719. OLE color: 6540719.
HSL color Cylindrical-coordinate representation of color #AFCD63: hue angle of 76.98º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFCD63 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 99 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.20 |
| HSL | 76.98º | 0.51% | 0.6% | - |
| HSV(B) | 76.98º | 0.52% | 0.8% | - |
| XYZ | 41.76 | 53.68 | 19.96 | - |
| YUV | 183.95 | 80.06 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 99 | 0.15 | 0 | 0.52 | 0.20 | 76.98 | 0.51 | 0.6 |
| Hex | AF | CD | 63 | F | 0 | 34 | 14 | 4D | 33 | 3C |
| Octal | 257 | 315 | 143 | 17 | 0 | 64 | 24 | 115 | 63 | 74 |
| Binary | 10101111 | 11001101 | 1100011 | 1111 | 0 | 110100 | 10100 | 1001101 | 110011 | 111100 |
Color Harmonies of #AFCD63
Complementary color
Monochromatic Colors of #AFCD63
Black with #AFCD63
Text Example
Text Example
White with #AFCD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD63; }
p { color: rgb(175,205,99); }
H1.HeaderClassName
{
color: #AFCD63;
}
.AnyTagClassName
{
color: #AFCD63;
}
</style>
background-color css
<style>
a { background-color: #AFCD63; }
a { background-color: rgb(175,205,99); }
div.DivClassName
{
background-color: #AFCD63;
}
.BgClassName
{
background-color: #AFCD63;
}
</style>
border-color css
<style>
span { border-color: #AFCD63; }
span { border-color: rgb(175,205,99); }
td.TdClassName
{
border-color: #AFCD63;
}
.TagClassName
{
border-color: #AFCD63;
}
</style>