Shades of Wild Willow #C7D56B
Tints of Wild Willow #C7D56B
RGB
CMYK
RGB Variations
Color information
#C7D56B (or 0xC7D56B) is known color: Wild Willow. HEX triplet: C7, D5 and 6B. RGB value is (199,213,107). Sum of RGB (Red+Green+Blue) = 199+213+107=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 107 (42.19% from 255 or 20.62% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D56B is #382A94. Grayscale: #C5C5C5. Windows color (decimal): -3680917 or 7067079. OLE color: 7067079.
HSL color Cylindrical-coordinate representation of color #C7D56B: hue angle of 67.92º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7D56B is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 107 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.16 |
| HSL | 67.92º | 0.56% | 0.63% | - |
| HSV(B) | 67.92º | 0.5% | 0.84% | - |
| XYZ | 50 | 60.79 | 23.01 | - |
| YUV | 196.73 | 77.36 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 107 | 0.07 | 0 | 0.50 | 0.16 | 67.92 | 0.56 | 0.63 |
| Hex | C7 | D5 | 6B | 7 | 0 | 32 | 10 | 44 | 38 | 3F |
| Octal | 307 | 325 | 153 | 7 | 0 | 62 | 20 | 104 | 70 | 77 |
| Binary | 11000111 | 11010101 | 1101011 | 111 | 0 | 110010 | 10000 | 1000100 | 111000 | 111111 |
Color Harmonies of #C7D56B
Complementary color
Monochromatic Colors of #C7D56B
Black with #C7D56B
Text Example
Text Example
White with #C7D56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D56B; }
p { color: rgb(199,213,107); }
H1.HeaderClassName
{
color: #C7D56B;
}
.AnyTagClassName
{
color: #C7D56B;
}
</style>
background-color css
<style>
a { background-color: #C7D56B; }
a { background-color: rgb(199,213,107); }
div.DivClassName
{
background-color: #C7D56B;
}
.BgClassName
{
background-color: #C7D56B;
}
</style>
border-color css
<style>
span { border-color: #C7D56B; }
span { border-color: rgb(199,213,107); }
td.TdClassName
{
border-color: #C7D56B;
}
.TagClassName
{
border-color: #C7D56B;
}
</style>