Shades of Wild Willow #C7DB61
Tints of Wild Willow #C7DB61
RGB
CMYK
RGB Variations
Color information
#C7DB61 (or 0xC7DB61) is known color: Wild Willow. HEX triplet: C7, DB and 61. RGB value is (199,219,97). Sum of RGB (Red+Green+Blue) = 199+219+97=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7DB61 is #38249E. Grayscale: #C7C7C7. Windows color (decimal): -3679391 or 6413255. OLE color: 6413255.
HSL color Cylindrical-coordinate representation of color #C7DB61: hue angle of 69.84º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C7DB61 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 97 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.14 |
| HSL | 69.84º | 0.63% | 0.62% | - |
| HSV(B) | 69.84º | 0.56% | 0.86% | - |
| XYZ | 51.04 | 63.67 | 20.91 | - |
| YUV | 199.11 | 70.37 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 97 | 0.09 | 0 | 0.56 | 0.14 | 69.84 | 0.63 | 0.62 |
| Hex | C7 | DB | 61 | 9 | 0 | 38 | E | 46 | 3F | 3E |
| Octal | 307 | 333 | 141 | 11 | 0 | 70 | 16 | 106 | 77 | 76 |
| Binary | 11000111 | 11011011 | 1100001 | 1001 | 0 | 111000 | 1110 | 1000110 | 111111 | 111110 |
Color Harmonies of #C7DB61
Complementary color
Monochromatic Colors of #C7DB61
Black with #C7DB61
Text Example
Text Example
White with #C7DB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DB61; }
p { color: rgb(199,219,97); }
H1.HeaderClassName
{
color: #C7DB61;
}
.AnyTagClassName
{
color: #C7DB61;
}
</style>
background-color css
<style>
a { background-color: #C7DB61; }
a { background-color: rgb(199,219,97); }
div.DivClassName
{
background-color: #C7DB61;
}
.BgClassName
{
background-color: #C7DB61;
}
</style>
border-color css
<style>
span { border-color: #C7DB61; }
span { border-color: rgb(199,219,97); }
td.TdClassName
{
border-color: #C7DB61;
}
.TagClassName
{
border-color: #C7DB61;
}
</style>