Shades of Wild Willow #C4D368
Tints of Wild Willow #C4D368
RGB
CMYK
RGB Variations
Color information
#C4D368 (or 0xC4D368) is known color: Wild Willow. HEX triplet: C4, D3 and 68. RGB value is (196,211,104). Sum of RGB (Red+Green+Blue) = 196+211+104=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D368 is #3B2C97. Grayscale: #C2C2C2. Windows color (decimal): -3878040 or 6869956. OLE color: 6869956.
HSL color Cylindrical-coordinate representation of color #C4D368: hue angle of 68.41º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4D368 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 211 | 104 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.17 |
| HSL | 68.41º | 0.55% | 0.62% | - |
| HSV(B) | 68.41º | 0.51% | 0.83% | - |
| XYZ | 48.56 | 59.32 | 21.99 | - |
| YUV | 194.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 211 | 104 | 0.07 | 0 | 0.51 | 0.17 | 68.41 | 0.55 | 0.62 |
| Hex | C4 | D3 | 68 | 7 | 0 | 33 | 11 | 44 | 37 | 3E |
| Octal | 304 | 323 | 150 | 7 | 0 | 63 | 21 | 104 | 67 | 76 |
| Binary | 11000100 | 11010011 | 1101000 | 111 | 0 | 110011 | 10001 | 1000100 | 110111 | 111110 |
Color Harmonies of #C4D368
Complementary color
Monochromatic Colors of #C4D368
Black with #C4D368
Text Example
Text Example
White with #C4D368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D368; }
p { color: rgb(196,211,104); }
H1.HeaderClassName
{
color: #C4D368;
}
.AnyTagClassName
{
color: #C4D368;
}
</style>
background-color css
<style>
a { background-color: #C4D368; }
a { background-color: rgb(196,211,104); }
div.DivClassName
{
background-color: #C4D368;
}
.BgClassName
{
background-color: #C4D368;
}
</style>
border-color css
<style>
span { border-color: #C4D368; }
span { border-color: rgb(196,211,104); }
td.TdClassName
{
border-color: #C4D368;
}
.TagClassName
{
border-color: #C4D368;
}
</style>