Shades of Wild Willow #C5D85D
Tints of Wild Willow #C5D85D
RGB
CMYK
RGB Variations
Color information
#C5D85D (or 0xC5D85D) is known color: Wild Willow. HEX triplet: C5, D8 and 5D. RGB value is (197,216,93). Sum of RGB (Red+Green+Blue) = 197+216+93=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D85D is #3A27A2. Grayscale: #C4C4C4. Windows color (decimal): -3811235 or 6150341. OLE color: 6150341.
HSL color Cylindrical-coordinate representation of color #C5D85D: hue angle of 69.27º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5D85D is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 93 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.15 |
| HSL | 69.27º | 0.61% | 0.61% | - |
| HSV(B) | 69.27º | 0.57% | 0.85% | - |
| XYZ | 49.56 | 61.77 | 19.67 | - |
| YUV | 196.3 | 69.71 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 93 | 0.09 | 0 | 0.57 | 0.15 | 69.27 | 0.61 | 0.61 |
| Hex | C5 | D8 | 5D | 9 | 0 | 39 | F | 45 | 3D | 3D |
| Octal | 305 | 330 | 135 | 11 | 0 | 71 | 17 | 105 | 75 | 75 |
| Binary | 11000101 | 11011000 | 1011101 | 1001 | 0 | 111001 | 1111 | 1000101 | 111101 | 111101 |
Color Harmonies of #C5D85D
Complementary color
Monochromatic Colors of #C5D85D
Black with #C5D85D
Text Example
Text Example
White with #C5D85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D85D; }
p { color: rgb(197,216,93); }
H1.HeaderClassName
{
color: #C5D85D;
}
.AnyTagClassName
{
color: #C5D85D;
}
</style>
background-color css
<style>
a { background-color: #C5D85D; }
a { background-color: rgb(197,216,93); }
div.DivClassName
{
background-color: #C5D85D;
}
.BgClassName
{
background-color: #C5D85D;
}
</style>
border-color css
<style>
span { border-color: #C5D85D; }
span { border-color: rgb(197,216,93); }
td.TdClassName
{
border-color: #C5D85D;
}
.TagClassName
{
border-color: #C5D85D;
}
</style>