Shades of Wild Willow #C5D551
Tints of Wild Willow #C5D551
RGB
CMYK
RGB Variations
Color information
#C5D551 (or 0xC5D551) is known color: Wild Willow. HEX triplet: C5, D5 and 51. RGB value is (197,213,81). Sum of RGB (Red+Green+Blue) = 197+213+81=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 81 (32.03% from 255 or 16.50% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D551 is #3A2AAE. Grayscale: #C1C1C1. Windows color (decimal): -3812015 or 5363141. OLE color: 5363141.
HSL color Cylindrical-coordinate representation of color #C5D551: hue angle of 67.27º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5D551 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 81 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.16 |
| HSL | 67.27º | 0.61% | 0.58% | - |
| HSV(B) | 67.27º | 0.62% | 0.84% | - |
| XYZ | 48.31 | 60.05 | 16.83 | - |
| YUV | 193.17 | 64.7 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 81 | 0.08 | 0 | 0.62 | 0.16 | 67.27 | 0.61 | 0.58 |
| Hex | C5 | D5 | 51 | 8 | 0 | 3E | 10 | 43 | 3D | 3A |
| Octal | 305 | 325 | 121 | 10 | 0 | 76 | 20 | 103 | 75 | 72 |
| Binary | 11000101 | 11010101 | 1010001 | 1000 | 0 | 111110 | 10000 | 1000011 | 111101 | 111010 |
Color Harmonies of #C5D551
Complementary color
Monochromatic Colors of #C5D551
Black with #C5D551
Text Example
Text Example
White with #C5D551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D551; }
p { color: rgb(197,213,81); }
H1.HeaderClassName
{
color: #C5D551;
}
.AnyTagClassName
{
color: #C5D551;
}
</style>
background-color css
<style>
a { background-color: #C5D551; }
a { background-color: rgb(197,213,81); }
div.DivClassName
{
background-color: #C5D551;
}
.BgClassName
{
background-color: #C5D551;
}
</style>
border-color css
<style>
span { border-color: #C5D551; }
span { border-color: rgb(197,213,81); }
td.TdClassName
{
border-color: #C5D551;
}
.TagClassName
{
border-color: #C5D551;
}
</style>