Shades of Wild Willow #C4D767
Tints of Wild Willow #C4D767
RGB
CMYK
RGB Variations
Color information
#C4D767 (or 0xC4D767) is known color: Wild Willow. HEX triplet: C4, D7 and 67. RGB value is (196,215,103). Sum of RGB (Red+Green+Blue) = 196+215+103=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 103 (40.62% from 255 or 20.04% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D767 is #3B2898. Grayscale: #C4C4C4. Windows color (decimal): -3877017 or 6805444. OLE color: 6805444.
HSL color Cylindrical-coordinate representation of color #C4D767: hue angle of 70.18º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4D767 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 215 | 103 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.16 |
| HSL | 70.18º | 0.58% | 0.62% | - |
| HSV(B) | 70.18º | 0.52% | 0.84% | - |
| XYZ | 49.51 | 61.32 | 22.06 | - |
| YUV | 196.55 | 75.21 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 215 | 103 | 0.09 | 0 | 0.52 | 0.16 | 70.18 | 0.58 | 0.62 |
| Hex | C4 | D7 | 67 | 9 | 0 | 34 | 10 | 46 | 3A | 3E |
| Octal | 304 | 327 | 147 | 11 | 0 | 64 | 20 | 106 | 72 | 76 |
| Binary | 11000100 | 11010111 | 1100111 | 1001 | 0 | 110100 | 10000 | 1000110 | 111010 | 111110 |
Color Harmonies of #C4D767
Complementary color
Monochromatic Colors of #C4D767
Black with #C4D767
Text Example
Text Example
White with #C4D767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D767; }
p { color: rgb(196,215,103); }
H1.HeaderClassName
{
color: #C4D767;
}
.AnyTagClassName
{
color: #C4D767;
}
</style>
background-color css
<style>
a { background-color: #C4D767; }
a { background-color: rgb(196,215,103); }
div.DivClassName
{
background-color: #C4D767;
}
.BgClassName
{
background-color: #C4D767;
}
</style>
border-color css
<style>
span { border-color: #C4D767; }
span { border-color: rgb(196,215,103); }
td.TdClassName
{
border-color: #C4D767;
}
.TagClassName
{
border-color: #C4D767;
}
</style>