Shades of Wild Willow #AFCF65
Tints of Wild Willow #AFCF65
RGB
CMYK
RGB Variations
Color information
#AFCF65 (or 0xAFCF65) is known color: Wild Willow. HEX triplet: AF, CF and 65. RGB value is (175,207,101). Sum of RGB (Red+Green+Blue) = 175+207+101=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCF65 is #50309A. Grayscale: #B9B9B9. Windows color (decimal): -5255323 or 6672303. OLE color: 6672303.
HSL color Cylindrical-coordinate representation of color #AFCF65: hue angle of 78.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFCF65 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 101 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.19 |
| HSL | 78.11º | 0.52% | 0.6% | - |
| HSV(B) | 78.11º | 0.51% | 0.81% | - |
| XYZ | 42.34 | 54.68 | 20.63 | - |
| YUV | 185.35 | 80.4 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 101 | 0.15 | 0 | 0.51 | 0.19 | 78.11 | 0.52 | 0.6 |
| Hex | AF | CF | 65 | F | 0 | 33 | 13 | 4E | 34 | 3C |
| Octal | 257 | 317 | 145 | 17 | 0 | 63 | 23 | 116 | 64 | 74 |
| Binary | 10101111 | 11001111 | 1100101 | 1111 | 0 | 110011 | 10011 | 1001110 | 110100 | 111100 |
Color Harmonies of #AFCF65
Complementary color
Monochromatic Colors of #AFCF65
Black with #AFCF65
Text Example
Text Example
White with #AFCF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCF65; }
p { color: rgb(175,207,101); }
H1.HeaderClassName
{
color: #AFCF65;
}
.AnyTagClassName
{
color: #AFCF65;
}
</style>
background-color css
<style>
a { background-color: #AFCF65; }
a { background-color: rgb(175,207,101); }
div.DivClassName
{
background-color: #AFCF65;
}
.BgClassName
{
background-color: #AFCF65;
}
</style>
border-color css
<style>
span { border-color: #AFCF65; }
span { border-color: rgb(175,207,101); }
td.TdClassName
{
border-color: #AFCF65;
}
.TagClassName
{
border-color: #AFCF65;
}
</style>