Shades of Wild Willow #C7D656
Tints of Wild Willow #C7D656
RGB
CMYK
RGB Variations
Color information
#C7D656 (or 0xC7D656) is known color: Wild Willow. HEX triplet: C7, D6 and 56. RGB value is (199,214,86). Sum of RGB (Red+Green+Blue) = 199+214+86=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D656 is #3829A9. Grayscale: #C3C3C3. Windows color (decimal): -3680682 or 5691079. OLE color: 5691079.
HSL color Cylindrical-coordinate representation of color #C7D656: hue angle of 67.03º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7D656 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 214 | 86 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.16 |
| HSL | 67.03º | 0.61% | 0.59% | - |
| HSV(B) | 67.03º | 0.6% | 0.84% | - |
| XYZ | 49.28 | 60.91 | 17.96 | - |
| YUV | 194.92 | 66.53 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 86 | 0.07 | 0 | 0.60 | 0.16 | 67.03 | 0.61 | 0.59 |
| Hex | C7 | D6 | 56 | 7 | 0 | 3C | 10 | 43 | 3D | 3B |
| Octal | 307 | 326 | 126 | 7 | 0 | 74 | 20 | 103 | 75 | 73 |
| Binary | 11000111 | 11010110 | 1010110 | 111 | 0 | 111100 | 10000 | 1000011 | 111101 | 111011 |
Color Harmonies of #C7D656
Complementary color
Monochromatic Colors of #C7D656
Black with #C7D656
Text Example
Text Example
White with #C7D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D656; }
p { color: rgb(199,214,86); }
H1.HeaderClassName
{
color: #C7D656;
}
.AnyTagClassName
{
color: #C7D656;
}
</style>
background-color css
<style>
a { background-color: #C7D656; }
a { background-color: rgb(199,214,86); }
div.DivClassName
{
background-color: #C7D656;
}
.BgClassName
{
background-color: #C7D656;
}
</style>
border-color css
<style>
span { border-color: #C7D656; }
span { border-color: rgb(199,214,86); }
td.TdClassName
{
border-color: #C7D656;
}
.TagClassName
{
border-color: #C7D656;
}
</style>