Shades of Wild Willow #ADC75B
Tints of Wild Willow #ADC75B
RGB
CMYK
RGB Variations
Color information
#ADC75B (or 0xADC75B) is known color: Wild Willow. HEX triplet: AD, C7 and 5B. RGB value is (173,199,91). Sum of RGB (Red+Green+Blue) = 173+199+91=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC75B is #5238A4. Grayscale: #B3B3B3. Windows color (decimal): -5388453 or 6014893. OLE color: 6014893.
HSL color Cylindrical-coordinate representation of color #ADC75B: hue angle of 74.44º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADC75B is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 91 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.22 |
| HSL | 74.44º | 0.49% | 0.57% | - |
| HSV(B) | 74.44º | 0.54% | 0.78% | - |
| XYZ | 39.55 | 50.49 | 17.56 | - |
| YUV | 178.91 | 78.39 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 91 | 0.13 | 0 | 0.54 | 0.22 | 74.44 | 0.49 | 0.57 |
| Hex | AD | C7 | 5B | D | 0 | 36 | 16 | 4A | 31 | 39 |
| Octal | 255 | 307 | 133 | 15 | 0 | 66 | 26 | 112 | 61 | 71 |
| Binary | 10101101 | 11000111 | 1011011 | 1101 | 0 | 110110 | 10110 | 1001010 | 110001 | 111001 |
Color Harmonies of #ADC75B
Complementary color
Monochromatic Colors of #ADC75B
Black with #ADC75B
Text Example
Text Example
White with #ADC75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC75B; }
p { color: rgb(173,199,91); }
H1.HeaderClassName
{
color: #ADC75B;
}
.AnyTagClassName
{
color: #ADC75B;
}
</style>
background-color css
<style>
a { background-color: #ADC75B; }
a { background-color: rgb(173,199,91); }
div.DivClassName
{
background-color: #ADC75B;
}
.BgClassName
{
background-color: #ADC75B;
}
</style>
border-color css
<style>
span { border-color: #ADC75B; }
span { border-color: rgb(173,199,91); }
td.TdClassName
{
border-color: #ADC75B;
}
.TagClassName
{
border-color: #ADC75B;
}
</style>