Shades of Wild Willow #C5D350
Tints of Wild Willow #C5D350
RGB
CMYK
RGB Variations
Color information
#C5D350 (or 0xC5D350) is known color: Wild Willow. HEX triplet: C5, D3 and 50. RGB value is (197,211,80). Sum of RGB (Red+Green+Blue) = 197+211+80=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D350 is #3A2CAF. Grayscale: #C0C0C0. Windows color (decimal): -3812528 or 5297093. OLE color: 5297093.
HSL color Cylindrical-coordinate representation of color #C5D350: hue angle of 66.41º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5D350 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 211 | 80 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.17 |
| HSL | 66.41º | 0.6% | 0.57% | - |
| HSV(B) | 66.41º | 0.62% | 0.83% | - |
| XYZ | 47.77 | 59.04 | 16.47 | - |
| YUV | 191.88 | 64.86 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 211 | 80 | 0.07 | 0 | 0.62 | 0.17 | 66.41 | 0.6 | 0.57 |
| Hex | C5 | D3 | 50 | 7 | 0 | 3E | 11 | 42 | 3C | 39 |
| Octal | 305 | 323 | 120 | 7 | 0 | 76 | 21 | 102 | 74 | 71 |
| Binary | 11000101 | 11010011 | 1010000 | 111 | 0 | 111110 | 10001 | 1000010 | 111100 | 111001 |
Color Harmonies of #C5D350
Complementary color
Monochromatic Colors of #C5D350
Black with #C5D350
Text Example
Text Example
White with #C5D350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D350; }
p { color: rgb(197,211,80); }
H1.HeaderClassName
{
color: #C5D350;
}
.AnyTagClassName
{
color: #C5D350;
}
</style>
background-color css
<style>
a { background-color: #C5D350; }
a { background-color: rgb(197,211,80); }
div.DivClassName
{
background-color: #C5D350;
}
.BgClassName
{
background-color: #C5D350;
}
</style>
border-color css
<style>
span { border-color: #C5D350; }
span { border-color: rgb(197,211,80); }
td.TdClassName
{
border-color: #C5D350;
}
.TagClassName
{
border-color: #C5D350;
}
</style>