Shades of Wild Willow #AFCD62
Tints of Wild Willow #AFCD62
RGB
CMYK
RGB Variations
Color information
#AFCD62 (or 0xAFCD62) is known color: Wild Willow. HEX triplet: AF, CD and 62. RGB value is (175,205,98). Sum of RGB (Red+Green+Blue) = 175+205+98=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD62 is #50329D. Grayscale: #B8B8B8. Windows color (decimal): -5255838 or 6475183. OLE color: 6475183.
HSL color Cylindrical-coordinate representation of color #AFCD62: hue angle of 76.82º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFCD62 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 98 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.20 |
| HSL | 76.82º | 0.52% | 0.59% | - |
| HSV(B) | 76.82º | 0.52% | 0.8% | - |
| XYZ | 41.72 | 53.66 | 19.71 | - |
| YUV | 183.83 | 79.56 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 98 | 0.15 | 0 | 0.52 | 0.20 | 76.82 | 0.52 | 0.59 |
| Hex | AF | CD | 62 | F | 0 | 34 | 14 | 4D | 34 | 3B |
| Octal | 257 | 315 | 142 | 17 | 0 | 64 | 24 | 115 | 64 | 73 |
| Binary | 10101111 | 11001101 | 1100010 | 1111 | 0 | 110100 | 10100 | 1001101 | 110100 | 111011 |
Color Harmonies of #AFCD62
Complementary color
Monochromatic Colors of #AFCD62
Black with #AFCD62
Text Example
Text Example
White with #AFCD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD62; }
p { color: rgb(175,205,98); }
H1.HeaderClassName
{
color: #AFCD62;
}
.AnyTagClassName
{
color: #AFCD62;
}
</style>
background-color css
<style>
a { background-color: #AFCD62; }
a { background-color: rgb(175,205,98); }
div.DivClassName
{
background-color: #AFCD62;
}
.BgClassName
{
background-color: #AFCD62;
}
</style>
border-color css
<style>
span { border-color: #AFCD62; }
span { border-color: rgb(175,205,98); }
td.TdClassName
{
border-color: #AFCD62;
}
.TagClassName
{
border-color: #AFCD62;
}
</style>