Shades of Wild Willow #C5DB68
Tints of Wild Willow #C5DB68
RGB
CMYK
RGB Variations
Color information
#C5DB68 (or 0xC5DB68) is known color: Wild Willow. HEX triplet: C5, DB and 68. RGB value is (197,219,104). Sum of RGB (Red+Green+Blue) = 197+219+104=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DB68 is #3A2497. Grayscale: #C7C7C7. Windows color (decimal): -3810456 or 6872005. OLE color: 6872005.
HSL color Cylindrical-coordinate representation of color #C5DB68: hue angle of 71.48º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5DB68 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 104 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.14 |
| HSL | 71.48º | 0.61% | 0.63% | - |
| HSV(B) | 71.48º | 0.53% | 0.86% | - |
| XYZ | 50.86 | 63.53 | 22.68 | - |
| YUV | 199.31 | 74.21 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 104 | 0.10 | 0 | 0.53 | 0.14 | 71.48 | 0.61 | 0.63 |
| Hex | C5 | DB | 68 | A | 0 | 35 | E | 47 | 3D | 3F |
| Octal | 305 | 333 | 150 | 12 | 0 | 65 | 16 | 107 | 75 | 77 |
| Binary | 11000101 | 11011011 | 1101000 | 1010 | 0 | 110101 | 1110 | 1000111 | 111101 | 111111 |
Color Harmonies of #C5DB68
Complementary color
Monochromatic Colors of #C5DB68
Black with #C5DB68
Text Example
Text Example
White with #C5DB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DB68; }
p { color: rgb(197,219,104); }
H1.HeaderClassName
{
color: #C5DB68;
}
.AnyTagClassName
{
color: #C5DB68;
}
</style>
background-color css
<style>
a { background-color: #C5DB68; }
a { background-color: rgb(197,219,104); }
div.DivClassName
{
background-color: #C5DB68;
}
.BgClassName
{
background-color: #C5DB68;
}
</style>
border-color css
<style>
span { border-color: #C5DB68; }
span { border-color: rgb(197,219,104); }
td.TdClassName
{
border-color: #C5DB68;
}
.TagClassName
{
border-color: #C5DB68;
}
</style>