Shades of Wild Willow #AFCB64
Tints of Wild Willow #AFCB64
RGB
CMYK
RGB Variations
Color information
#AFCB64 (or 0xAFCB64) is known color: Wild Willow. HEX triplet: AF, CB and 64. RGB value is (175,203,100). Sum of RGB (Red+Green+Blue) = 175+203+100=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB64 is #50349B. Grayscale: #B7B7B7. Windows color (decimal): -5256348 or 6605743. OLE color: 6605743.
HSL color Cylindrical-coordinate representation of color #AFCB64: hue angle of 76.31º 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 #AFCB64 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 100 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.20 |
| HSL | 76.31º | 0.5% | 0.59% | - |
| HSV(B) | 76.31º | 0.51% | 0.8% | - |
| XYZ | 41.34 | 52.75 | 20.06 | - |
| YUV | 182.89 | 81.22 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 100 | 0.14 | 0 | 0.51 | 0.20 | 76.31 | 0.5 | 0.59 |
| Hex | AF | CB | 64 | E | 0 | 33 | 14 | 4C | 32 | 3B |
| Octal | 257 | 313 | 144 | 16 | 0 | 63 | 24 | 114 | 62 | 73 |
| Binary | 10101111 | 11001011 | 1100100 | 1110 | 0 | 110011 | 10100 | 1001100 | 110010 | 111011 |
Color Harmonies of #AFCB64
Complementary color
Monochromatic Colors of #AFCB64
Black with #AFCB64
Text Example
Text Example
White with #AFCB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCB64; }
p { color: rgb(175,203,100); }
H1.HeaderClassName
{
color: #AFCB64;
}
.AnyTagClassName
{
color: #AFCB64;
}
</style>
background-color css
<style>
a { background-color: #AFCB64; }
a { background-color: rgb(175,203,100); }
div.DivClassName
{
background-color: #AFCB64;
}
.BgClassName
{
background-color: #AFCB64;
}
</style>
border-color css
<style>
span { border-color: #AFCB64; }
span { border-color: rgb(175,203,100); }
td.TdClassName
{
border-color: #AFCB64;
}
.TagClassName
{
border-color: #AFCB64;
}
</style>