Shades of Wild Willow #C5CE68
Tints of Wild Willow #C5CE68
RGB
CMYK
RGB Variations
Color information
#C5CE68 (or 0xC5CE68) is known color: Wild Willow. HEX triplet: C5, CE and 68. RGB value is (197,206,104). Sum of RGB (Red+Green+Blue) = 197+206+104=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CE68 is #3A3197. Grayscale: #C0C0C0. Windows color (decimal): -3813784 or 6868677. OLE color: 6868677.
HSL color Cylindrical-coordinate representation of color #C5CE68: hue angle of 65.29º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5CE68 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 104 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.19 |
| HSL | 65.29º | 0.51% | 0.61% | - |
| HSV(B) | 65.29º | 0.5% | 0.81% | - |
| XYZ | 47.6 | 57.01 | 21.59 | - |
| YUV | 191.68 | 78.52 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 104 | 0.04 | 0 | 0.50 | 0.19 | 65.29 | 0.51 | 0.61 |
| Hex | C5 | CE | 68 | 4 | 0 | 32 | 13 | 41 | 33 | 3D |
| Octal | 305 | 316 | 150 | 4 | 0 | 62 | 23 | 101 | 63 | 75 |
| Binary | 11000101 | 11001110 | 1101000 | 100 | 0 | 110010 | 10011 | 1000001 | 110011 | 111101 |
Color Harmonies of #C5CE68
Complementary color
Monochromatic Colors of #C5CE68
Black with #C5CE68
Text Example
Text Example
White with #C5CE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CE68; }
p { color: rgb(197,206,104); }
H1.HeaderClassName
{
color: #C5CE68;
}
.AnyTagClassName
{
color: #C5CE68;
}
</style>
background-color css
<style>
a { background-color: #C5CE68; }
a { background-color: rgb(197,206,104); }
div.DivClassName
{
background-color: #C5CE68;
}
.BgClassName
{
background-color: #C5CE68;
}
</style>
border-color css
<style>
span { border-color: #C5CE68; }
span { border-color: rgb(197,206,104); }
td.TdClassName
{
border-color: #C5CE68;
}
.TagClassName
{
border-color: #C5CE68;
}
</style>