Shades of Wild Willow #AFCB63
Tints of Wild Willow #AFCB63
RGB
CMYK
RGB Variations
Color information
#AFCB63 (or 0xAFCB63) is known color: Wild Willow. HEX triplet: AF, CB and 63. RGB value is (175,203,99). Sum of RGB (Red+Green+Blue) = 175+203+99=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB63 is #50349C. Grayscale: #B7B7B7. Windows color (decimal): -5256349 or 6540207. OLE color: 6540207.
HSL color Cylindrical-coordinate representation of color #AFCB63: hue angle of 76.15º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFCB63 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 99 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.20 |
| HSL | 76.15º | 0.5% | 0.59% | - |
| HSV(B) | 76.15º | 0.51% | 0.8% | - |
| XYZ | 41.29 | 52.73 | 19.81 | - |
| YUV | 182.77 | 80.72 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 99 | 0.14 | 0 | 0.51 | 0.20 | 76.15 | 0.5 | 0.59 |
| Hex | AF | CB | 63 | E | 0 | 33 | 14 | 4C | 32 | 3B |
| Octal | 257 | 313 | 143 | 16 | 0 | 63 | 24 | 114 | 62 | 73 |
| Binary | 10101111 | 11001011 | 1100011 | 1110 | 0 | 110011 | 10100 | 1001100 | 110010 | 111011 |
Color Harmonies of #AFCB63
Complementary color
Monochromatic Colors of #AFCB63
Black with #AFCB63
Text Example
Text Example
White with #AFCB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCB63; }
p { color: rgb(175,203,99); }
H1.HeaderClassName
{
color: #AFCB63;
}
.AnyTagClassName
{
color: #AFCB63;
}
</style>
background-color css
<style>
a { background-color: #AFCB63; }
a { background-color: rgb(175,203,99); }
div.DivClassName
{
background-color: #AFCB63;
}
.BgClassName
{
background-color: #AFCB63;
}
</style>
border-color css
<style>
span { border-color: #AFCB63; }
span { border-color: rgb(175,203,99); }
td.TdClassName
{
border-color: #AFCB63;
}
.TagClassName
{
border-color: #AFCB63;
}
</style>