Shades of Wild Willow #C7D85D
Tints of Wild Willow #C7D85D
RGB
CMYK
RGB Variations
Color information
#C7D85D (or 0xC7D85D) is known color: Wild Willow. HEX triplet: C7, D8 and 5D. RGB value is (199,216,93). Sum of RGB (Red+Green+Blue) = 199+216+93=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D85D is #3827A2. Grayscale: #C5C5C5. Windows color (decimal): -3680163 or 6150343. OLE color: 6150343.
HSL color Cylindrical-coordinate representation of color #C7D85D: hue angle of 68.29º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7D85D is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 216 | 93 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.15 |
| HSL | 68.29º | 0.61% | 0.61% | - |
| HSV(B) | 68.29º | 0.57% | 0.85% | - |
| XYZ | 50.08 | 62.04 | 19.69 | - |
| YUV | 196.9 | 69.37 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 93 | 0.08 | 0 | 0.57 | 0.15 | 68.29 | 0.61 | 0.61 |
| Hex | C7 | D8 | 5D | 8 | 0 | 39 | F | 44 | 3D | 3D |
| Octal | 307 | 330 | 135 | 10 | 0 | 71 | 17 | 104 | 75 | 75 |
| Binary | 11000111 | 11011000 | 1011101 | 1000 | 0 | 111001 | 1111 | 1000100 | 111101 | 111101 |
Color Harmonies of #C7D85D
Complementary color
Monochromatic Colors of #C7D85D
Black with #C7D85D
Text Example
Text Example
White with #C7D85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D85D; }
p { color: rgb(199,216,93); }
H1.HeaderClassName
{
color: #C7D85D;
}
.AnyTagClassName
{
color: #C7D85D;
}
</style>
background-color css
<style>
a { background-color: #C7D85D; }
a { background-color: rgb(199,216,93); }
div.DivClassName
{
background-color: #C7D85D;
}
.BgClassName
{
background-color: #C7D85D;
}
</style>
border-color css
<style>
span { border-color: #C7D85D; }
span { border-color: rgb(199,216,93); }
td.TdClassName
{
border-color: #C7D85D;
}
.TagClassName
{
border-color: #C7D85D;
}
</style>