Shades of Wild Willow #C8D66B
Tints of Wild Willow #C8D66B
RGB
CMYK
RGB Variations
Color information
#C8D66B (or 0xC8D66B) is known color: Wild Willow. HEX triplet: C8, D6 and 6B. RGB value is (200,214,107). Sum of RGB (Red+Green+Blue) = 200+214+107=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D66B is #372994. Grayscale: #C6C6C6. Windows color (decimal): -3615125 or 7067336. OLE color: 7067336.
HSL color Cylindrical-coordinate representation of color #C8D66B: hue angle of 67.85º degrees, saturation: 0.57, 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 #C8D66B is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 107 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.16 |
| HSL | 67.85º | 0.57% | 0.63% | - |
| HSV(B) | 67.85º | 0.5% | 0.84% | - |
| XYZ | 50.52 | 61.43 | 23.11 | - |
| YUV | 197.62 | 76.86 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 107 | 0.07 | 0 | 0.50 | 0.16 | 67.85 | 0.57 | 0.63 |
| Hex | C8 | D6 | 6B | 7 | 0 | 32 | 10 | 44 | 39 | 3F |
| Octal | 310 | 326 | 153 | 7 | 0 | 62 | 20 | 104 | 71 | 77 |
| Binary | 11001000 | 11010110 | 1101011 | 111 | 0 | 110010 | 10000 | 1000100 | 111001 | 111111 |
Color Harmonies of #C8D66B
Complementary color
Monochromatic Colors of #C8D66B
Black with #C8D66B
Text Example
Text Example
White with #C8D66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D66B; }
p { color: rgb(200,214,107); }
H1.HeaderClassName
{
color: #C8D66B;
}
.AnyTagClassName
{
color: #C8D66B;
}
</style>
background-color css
<style>
a { background-color: #C8D66B; }
a { background-color: rgb(200,214,107); }
div.DivClassName
{
background-color: #C8D66B;
}
.BgClassName
{
background-color: #C8D66B;
}
</style>
border-color css
<style>
span { border-color: #C8D66B; }
span { border-color: rgb(200,214,107); }
td.TdClassName
{
border-color: #C8D66B;
}
.TagClassName
{
border-color: #C8D66B;
}
</style>