Shades of Wild Willow #C4D66B
Tints of Wild Willow #C4D66B
RGB
CMYK
RGB Variations
Color information
#C4D66B (or 0xC4D66B) is known color: Wild Willow. HEX triplet: C4, D6 and 6B. RGB value is (196,214,107). Sum of RGB (Red+Green+Blue) = 196+214+107=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D66B is #3B2994. Grayscale: #C4C4C4. Windows color (decimal): -3877269 or 7067332. OLE color: 7067332.
HSL color Cylindrical-coordinate representation of color #C4D66B: hue angle of 70.09º 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 #C4D66B is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 214 | 107 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.16 |
| HSL | 70.09º | 0.57% | 0.63% | - |
| HSV(B) | 70.09º | 0.5% | 0.84% | - |
| XYZ | 49.47 | 60.89 | 23.06 | - |
| YUV | 196.42 | 77.54 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 214 | 107 | 0.08 | 0 | 0.50 | 0.16 | 70.09 | 0.57 | 0.63 |
| Hex | C4 | D6 | 6B | 8 | 0 | 32 | 10 | 46 | 39 | 3F |
| Octal | 304 | 326 | 153 | 10 | 0 | 62 | 20 | 106 | 71 | 77 |
| Binary | 11000100 | 11010110 | 1101011 | 1000 | 0 | 110010 | 10000 | 1000110 | 111001 | 111111 |
Color Harmonies of #C4D66B
Complementary color
Monochromatic Colors of #C4D66B
Black with #C4D66B
Text Example
Text Example
White with #C4D66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D66B; }
p { color: rgb(196,214,107); }
H1.HeaderClassName
{
color: #C4D66B;
}
.AnyTagClassName
{
color: #C4D66B;
}
</style>
background-color css
<style>
a { background-color: #C4D66B; }
a { background-color: rgb(196,214,107); }
div.DivClassName
{
background-color: #C4D66B;
}
.BgClassName
{
background-color: #C4D66B;
}
</style>
border-color css
<style>
span { border-color: #C4D66B; }
span { border-color: rgb(196,214,107); }
td.TdClassName
{
border-color: #C4D66B;
}
.TagClassName
{
border-color: #C4D66B;
}
</style>