Shades of Wild Willow #C5DB5D
Tints of Wild Willow #C5DB5D
RGB
CMYK
RGB Variations
Color information
#C5DB5D (or 0xC5DB5D) is known color: Wild Willow. HEX triplet: C5, DB and 5D. RGB value is (197,219,93). Sum of RGB (Red+Green+Blue) = 197+219+93=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DB5D is #3A24A2. Grayscale: #C6C6C6. Windows color (decimal): -3810467 or 6151109. OLE color: 6151109.
HSL color Cylindrical-coordinate representation of color #C5DB5D: hue angle of 70.48º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5DB5D is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 93 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.14 |
| HSL | 70.48º | 0.64% | 0.61% | - |
| HSV(B) | 70.48º | 0.58% | 0.86% | - |
| XYZ | 50.33 | 63.32 | 19.93 | - |
| YUV | 198.06 | 68.71 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 93 | 0.10 | 0 | 0.58 | 0.14 | 70.48 | 0.64 | 0.61 |
| Hex | C5 | DB | 5D | A | 0 | 3A | E | 46 | 40 | 3D |
| Octal | 305 | 333 | 135 | 12 | 0 | 72 | 16 | 106 | 100 | 75 |
| Binary | 11000101 | 11011011 | 1011101 | 1010 | 0 | 111010 | 1110 | 1000110 | 1000000 | 111101 |
Color Harmonies of #C5DB5D
Complementary color
Monochromatic Colors of #C5DB5D
Black with #C5DB5D
Text Example
Text Example
White with #C5DB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DB5D; }
p { color: rgb(197,219,93); }
H1.HeaderClassName
{
color: #C5DB5D;
}
.AnyTagClassName
{
color: #C5DB5D;
}
</style>
background-color css
<style>
a { background-color: #C5DB5D; }
a { background-color: rgb(197,219,93); }
div.DivClassName
{
background-color: #C5DB5D;
}
.BgClassName
{
background-color: #C5DB5D;
}
</style>
border-color css
<style>
span { border-color: #C5DB5D; }
span { border-color: rgb(197,219,93); }
td.TdClassName
{
border-color: #C5DB5D;
}
.TagClassName
{
border-color: #C5DB5D;
}
</style>