Shades of Wild Willow #C5DA5B
Tints of Wild Willow #C5DA5B
RGB
CMYK
RGB Variations
Color information
#C5DA5B (or 0xC5DA5B) is known color: Wild Willow. HEX triplet: C5, DA and 5B. RGB value is (197,218,91). Sum of RGB (Red+Green+Blue) = 197+218+91=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 91 (35.94% from 255 or 17.98% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DA5B is #3A25A4. Grayscale: #C5C5C5. Windows color (decimal): -3810725 or 6019781. OLE color: 6019781.
HSL color Cylindrical-coordinate representation of color #C5DA5B: hue angle of 69.92º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5DA5B is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 91 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.15 |
| HSL | 69.92º | 0.63% | 0.61% | - |
| HSV(B) | 69.92º | 0.58% | 0.85% | - |
| XYZ | 49.99 | 62.77 | 19.38 | - |
| YUV | 197.24 | 68.04 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 91 | 0.10 | 0 | 0.58 | 0.15 | 69.92 | 0.63 | 0.61 |
| Hex | C5 | DA | 5B | A | 0 | 3A | F | 46 | 3F | 3D |
| Octal | 305 | 332 | 133 | 12 | 0 | 72 | 17 | 106 | 77 | 75 |
| Binary | 11000101 | 11011010 | 1011011 | 1010 | 0 | 111010 | 1111 | 1000110 | 111111 | 111101 |
Color Harmonies of #C5DA5B
Complementary color
Monochromatic Colors of #C5DA5B
Black with #C5DA5B
Text Example
Text Example
White with #C5DA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DA5B; }
p { color: rgb(197,218,91); }
H1.HeaderClassName
{
color: #C5DA5B;
}
.AnyTagClassName
{
color: #C5DA5B;
}
</style>
background-color css
<style>
a { background-color: #C5DA5B; }
a { background-color: rgb(197,218,91); }
div.DivClassName
{
background-color: #C5DA5B;
}
.BgClassName
{
background-color: #C5DA5B;
}
</style>
border-color css
<style>
span { border-color: #C5DA5B; }
span { border-color: rgb(197,218,91); }
td.TdClassName
{
border-color: #C5DA5B;
}
.TagClassName
{
border-color: #C5DA5B;
}
</style>