Shades of Wild Willow #AFC75D
Tints of Wild Willow #AFC75D
RGB
CMYK
RGB Variations
Color information
#AFC75D (or 0xAFC75D) is known color: Wild Willow. HEX triplet: AF, C7 and 5D. RGB value is (175,199,93). Sum of RGB (Red+Green+Blue) = 175+199+93=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC75D is #5038A2. Grayscale: #B4B4B4. Windows color (decimal): -5257379 or 6145967. OLE color: 6145967.
HSL color Cylindrical-coordinate representation of color #AFC75D: hue angle of 73.58º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFC75D is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 93 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.22 |
| HSL | 73.58º | 0.49% | 0.57% | - |
| HSV(B) | 73.58º | 0.53% | 0.78% | - |
| XYZ | 40.08 | 50.75 | 18.04 | - |
| YUV | 179.74 | 79.05 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 93 | 0.12 | 0 | 0.53 | 0.22 | 73.58 | 0.49 | 0.57 |
| Hex | AF | C7 | 5D | C | 0 | 35 | 16 | 4A | 31 | 39 |
| Octal | 257 | 307 | 135 | 14 | 0 | 65 | 26 | 112 | 61 | 71 |
| Binary | 10101111 | 11000111 | 1011101 | 1100 | 0 | 110101 | 10110 | 1001010 | 110001 | 111001 |
Color Harmonies of #AFC75D
Complementary color
Monochromatic Colors of #AFC75D
Black with #AFC75D
Text Example
Text Example
White with #AFC75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC75D; }
p { color: rgb(175,199,93); }
H1.HeaderClassName
{
color: #AFC75D;
}
.AnyTagClassName
{
color: #AFC75D;
}
</style>
background-color css
<style>
a { background-color: #AFC75D; }
a { background-color: rgb(175,199,93); }
div.DivClassName
{
background-color: #AFC75D;
}
.BgClassName
{
background-color: #AFC75D;
}
</style>
border-color css
<style>
span { border-color: #AFC75D; }
span { border-color: rgb(175,199,93); }
td.TdClassName
{
border-color: #AFC75D;
}
.TagClassName
{
border-color: #AFC75D;
}
</style>