Shades of Wild Willow #C7D867
Tints of Wild Willow #C7D867
RGB
CMYK
RGB Variations
Color information
#C7D867 (or 0xC7D867) is known color: Wild Willow. HEX triplet: C7, D8 and 67. RGB value is (199,216,103). Sum of RGB (Red+Green+Blue) = 199+216+103=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 103 (40.62% from 255 or 19.88% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D867 is #382798. Grayscale: #C6C6C6. Windows color (decimal): -3680153 or 6805703. OLE color: 6805703.
HSL color Cylindrical-coordinate representation of color #C7D867: hue angle of 69.03º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7D867 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 216 | 103 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.15 |
| HSL | 69.03º | 0.59% | 0.63% | - |
| HSV(B) | 69.03º | 0.52% | 0.85% | - |
| XYZ | 50.56 | 62.23 | 22.18 | - |
| YUV | 198.04 | 74.37 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 103 | 0.08 | 0 | 0.52 | 0.15 | 69.03 | 0.59 | 0.63 |
| Hex | C7 | D8 | 67 | 8 | 0 | 34 | F | 45 | 3B | 3F |
| Octal | 307 | 330 | 147 | 10 | 0 | 64 | 17 | 105 | 73 | 77 |
| Binary | 11000111 | 11011000 | 1100111 | 1000 | 0 | 110100 | 1111 | 1000101 | 111011 | 111111 |
Color Harmonies of #C7D867
Complementary color
Monochromatic Colors of #C7D867
Black with #C7D867
Text Example
Text Example
White with #C7D867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D867; }
p { color: rgb(199,216,103); }
H1.HeaderClassName
{
color: #C7D867;
}
.AnyTagClassName
{
color: #C7D867;
}
</style>
background-color css
<style>
a { background-color: #C7D867; }
a { background-color: rgb(199,216,103); }
div.DivClassName
{
background-color: #C7D867;
}
.BgClassName
{
background-color: #C7D867;
}
</style>
border-color css
<style>
span { border-color: #C7D867; }
span { border-color: rgb(199,216,103); }
td.TdClassName
{
border-color: #C7D867;
}
.TagClassName
{
border-color: #C7D867;
}
</style>