Shades of Wild Willow #C5DB58
Tints of Wild Willow #C5DB58
RGB
CMYK
RGB Variations
Color information
#C5DB58 (or 0xC5DB58) is known color: Wild Willow. HEX triplet: C5, DB and 58. RGB value is (197,219,88). Sum of RGB (Red+Green+Blue) = 197+219+88=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 88 (34.77% from 255 or 17.46% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DB58 is #3A24A7. Grayscale: #C5C5C5. Windows color (decimal): -3810472 or 5823429. OLE color: 5823429.
HSL color Cylindrical-coordinate representation of color #C5DB58: hue angle of 70.08º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5DB58 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 88 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.14 |
| HSL | 70.08º | 0.65% | 0.6% | - |
| HSV(B) | 70.08º | 0.6% | 0.86% | - |
| XYZ | 50.12 | 63.24 | 18.8 | - |
| YUV | 197.49 | 66.21 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 88 | 0.10 | 0 | 0.60 | 0.14 | 70.08 | 0.65 | 0.6 |
| Hex | C5 | DB | 58 | A | 0 | 3C | E | 46 | 41 | 3C |
| Octal | 305 | 333 | 130 | 12 | 0 | 74 | 16 | 106 | 101 | 74 |
| Binary | 11000101 | 11011011 | 1011000 | 1010 | 0 | 111100 | 1110 | 1000110 | 1000001 | 111100 |
Color Harmonies of #C5DB58
Complementary color
Monochromatic Colors of #C5DB58
Black with #C5DB58
Text Example
Text Example
White with #C5DB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DB58; }
p { color: rgb(197,219,88); }
H1.HeaderClassName
{
color: #C5DB58;
}
.AnyTagClassName
{
color: #C5DB58;
}
</style>
background-color css
<style>
a { background-color: #C5DB58; }
a { background-color: rgb(197,219,88); }
div.DivClassName
{
background-color: #C5DB58;
}
.BgClassName
{
background-color: #C5DB58;
}
</style>
border-color css
<style>
span { border-color: #C5DB58; }
span { border-color: rgb(197,219,88); }
td.TdClassName
{
border-color: #C5DB58;
}
.TagClassName
{
border-color: #C5DB58;
}
</style>