Shades of Wild Willow #C4D56B
Tints of Wild Willow #C4D56B
RGB
CMYK
RGB Variations
Color information
#C4D56B (or 0xC4D56B) is known color: Wild Willow. HEX triplet: C4, D5 and 6B. RGB value is (196,213,107). Sum of RGB (Red+Green+Blue) = 196+213+107=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 107 (42.19% from 255 or 20.74% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D56B is #3B2A94. Grayscale: #C4C4C4. Windows color (decimal): -3877525 or 7067076. OLE color: 7067076.
HSL color Cylindrical-coordinate representation of color #C4D56B: hue angle of 69.62º 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 #C4D56B is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 213 | 107 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.16 |
| HSL | 69.62º | 0.56% | 0.63% | - |
| HSV(B) | 69.62º | 0.5% | 0.84% | - |
| XYZ | 49.21 | 60.39 | 22.97 | - |
| YUV | 195.83 | 77.87 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 213 | 107 | 0.08 | 0 | 0.50 | 0.16 | 69.62 | 0.56 | 0.63 |
| Hex | C4 | D5 | 6B | 8 | 0 | 32 | 10 | 46 | 38 | 3F |
| Octal | 304 | 325 | 153 | 10 | 0 | 62 | 20 | 106 | 70 | 77 |
| Binary | 11000100 | 11010101 | 1101011 | 1000 | 0 | 110010 | 10000 | 1000110 | 111000 | 111111 |
Color Harmonies of #C4D56B
Complementary color
Monochromatic Colors of #C4D56B
Black with #C4D56B
Text Example
Text Example
White with #C4D56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D56B; }
p { color: rgb(196,213,107); }
H1.HeaderClassName
{
color: #C4D56B;
}
.AnyTagClassName
{
color: #C4D56B;
}
</style>
background-color css
<style>
a { background-color: #C4D56B; }
a { background-color: rgb(196,213,107); }
div.DivClassName
{
background-color: #C4D56B;
}
.BgClassName
{
background-color: #C4D56B;
}
</style>
border-color css
<style>
span { border-color: #C4D56B; }
span { border-color: rgb(196,213,107); }
td.TdClassName
{
border-color: #C4D56B;
}
.TagClassName
{
border-color: #C4D56B;
}
</style>