Shades of Wild Willow #C7D85C
Tints of Wild Willow #C7D85C
RGB
CMYK
RGB Variations
Color information
#C7D85C (or 0xC7D85C) is known color: Wild Willow. HEX triplet: C7, D8 and 5C. RGB value is (199,216,92). Sum of RGB (Red+Green+Blue) = 199+216+92=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D85C is #3827A3. Grayscale: #C5C5C5. Windows color (decimal): -3680164 or 6084807. OLE color: 6084807.
HSL color Cylindrical-coordinate representation of color #C7D85C: hue angle of 68.23º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7D85C is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 216 | 92 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.15 |
| HSL | 68.23º | 0.61% | 0.6% | - |
| HSV(B) | 68.23º | 0.57% | 0.85% | - |
| XYZ | 50.04 | 62.03 | 19.46 | - |
| YUV | 196.78 | 68.87 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 92 | 0.08 | 0 | 0.57 | 0.15 | 68.23 | 0.61 | 0.6 |
| Hex | C7 | D8 | 5C | 8 | 0 | 39 | F | 44 | 3D | 3C |
| Octal | 307 | 330 | 134 | 10 | 0 | 71 | 17 | 104 | 75 | 74 |
| Binary | 11000111 | 11011000 | 1011100 | 1000 | 0 | 111001 | 1111 | 1000100 | 111101 | 111100 |
Color Harmonies of #C7D85C
Complementary color
Monochromatic Colors of #C7D85C
Black with #C7D85C
Text Example
Text Example
White with #C7D85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D85C; }
p { color: rgb(199,216,92); }
H1.HeaderClassName
{
color: #C7D85C;
}
.AnyTagClassName
{
color: #C7D85C;
}
</style>
background-color css
<style>
a { background-color: #C7D85C; }
a { background-color: rgb(199,216,92); }
div.DivClassName
{
background-color: #C7D85C;
}
.BgClassName
{
background-color: #C7D85C;
}
</style>
border-color css
<style>
span { border-color: #C7D85C; }
span { border-color: rgb(199,216,92); }
td.TdClassName
{
border-color: #C7D85C;
}
.TagClassName
{
border-color: #C7D85C;
}
</style>