Shades of Wild Willow #C8D56C
Tints of Wild Willow #C8D56C
RGB
CMYK
RGB Variations
Color information
#C8D56C (or 0xC8D56C) is known color: Wild Willow. HEX triplet: C8, D5 and 6C. RGB value is (200,213,108). Sum of RGB (Red+Green+Blue) = 200+213+108=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D56C is #372A93. Grayscale: #C5C5C5. Windows color (decimal): -3615380 or 7132616. OLE color: 7132616.
HSL color Cylindrical-coordinate representation of color #C8D56C: hue angle of 67.43º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8D56C is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 108 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.16 |
| HSL | 67.43º | 0.56% | 0.63% | - |
| HSV(B) | 67.43º | 0.49% | 0.84% | - |
| XYZ | 50.32 | 60.95 | 23.3 | - |
| YUV | 197.14 | 77.69 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 108 | 0.06 | 0 | 0.49 | 0.16 | 67.43 | 0.56 | 0.63 |
| Hex | C8 | D5 | 6C | 6 | 0 | 31 | 10 | 43 | 38 | 3F |
| Octal | 310 | 325 | 154 | 6 | 0 | 61 | 20 | 103 | 70 | 77 |
| Binary | 11001000 | 11010101 | 1101100 | 110 | 0 | 110001 | 10000 | 1000011 | 111000 | 111111 |
Color Harmonies of #C8D56C
Complementary color
Monochromatic Colors of #C8D56C
Black with #C8D56C
Text Example
Text Example
White with #C8D56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D56C; }
p { color: rgb(200,213,108); }
H1.HeaderClassName
{
color: #C8D56C;
}
.AnyTagClassName
{
color: #C8D56C;
}
</style>
background-color css
<style>
a { background-color: #C8D56C; }
a { background-color: rgb(200,213,108); }
div.DivClassName
{
background-color: #C8D56C;
}
.BgClassName
{
background-color: #C8D56C;
}
</style>
border-color css
<style>
span { border-color: #C8D56C; }
span { border-color: rgb(200,213,108); }
td.TdClassName
{
border-color: #C8D56C;
}
.TagClassName
{
border-color: #C8D56C;
}
</style>