Shades of Wild Willow #C7D85A
Tints of Wild Willow #C7D85A
RGB
CMYK
RGB Variations
Color information
#C7D85A (or 0xC7D85A) is known color: Wild Willow. HEX triplet: C7, D8 and 5A. RGB value is (199,216,90). Sum of RGB (Red+Green+Blue) = 199+216+90=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D85A is #3827A5. Grayscale: #C5C5C5. Windows color (decimal): -3680166 or 5953735. OLE color: 5953735.
HSL color Cylindrical-coordinate representation of color #C7D85A: hue angle of 68.1º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7D85A is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 216 | 90 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.15 |
| HSL | 68.1º | 0.62% | 0.6% | - |
| HSV(B) | 68.1º | 0.58% | 0.85% | - |
| XYZ | 49.95 | 61.99 | 19.01 | - |
| YUV | 196.55 | 67.87 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 90 | 0.08 | 0 | 0.58 | 0.15 | 68.1 | 0.62 | 0.6 |
| Hex | C7 | D8 | 5A | 8 | 0 | 3A | F | 44 | 3E | 3C |
| Octal | 307 | 330 | 132 | 10 | 0 | 72 | 17 | 104 | 76 | 74 |
| Binary | 11000111 | 11011000 | 1011010 | 1000 | 0 | 111010 | 1111 | 1000100 | 111110 | 111100 |
Color Harmonies of #C7D85A
Complementary color
Monochromatic Colors of #C7D85A
Black with #C7D85A
Text Example
Text Example
White with #C7D85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D85A; }
p { color: rgb(199,216,90); }
H1.HeaderClassName
{
color: #C7D85A;
}
.AnyTagClassName
{
color: #C7D85A;
}
</style>
background-color css
<style>
a { background-color: #C7D85A; }
a { background-color: rgb(199,216,90); }
div.DivClassName
{
background-color: #C7D85A;
}
.BgClassName
{
background-color: #C7D85A;
}
</style>
border-color css
<style>
span { border-color: #C7D85A; }
span { border-color: rgb(199,216,90); }
td.TdClassName
{
border-color: #C7D85A;
}
.TagClassName
{
border-color: #C7D85A;
}
</style>