Shades of Wild Willow #C7DB5D
Tints of Wild Willow #C7DB5D
RGB
CMYK
RGB Variations
Color information
#C7DB5D (or 0xC7DB5D) is known color: Wild Willow. HEX triplet: C7, DB and 5D. RGB value is (199,219,93). Sum of RGB (Red+Green+Blue) = 199+219+93=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7DB5D is #3824A2. Grayscale: #C7C7C7. Windows color (decimal): -3679395 or 6151111. OLE color: 6151111.
HSL color Cylindrical-coordinate representation of color #C7DB5D: hue angle of 69.52º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7DB5D is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 93 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.14 |
| HSL | 69.52º | 0.64% | 0.61% | - |
| HSV(B) | 69.52º | 0.58% | 0.86% | - |
| XYZ | 50.86 | 63.6 | 19.95 | - |
| YUV | 198.66 | 68.37 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 93 | 0.09 | 0 | 0.58 | 0.14 | 69.52 | 0.64 | 0.61 |
| Hex | C7 | DB | 5D | 9 | 0 | 3A | E | 46 | 40 | 3D |
| Octal | 307 | 333 | 135 | 11 | 0 | 72 | 16 | 106 | 100 | 75 |
| Binary | 11000111 | 11011011 | 1011101 | 1001 | 0 | 111010 | 1110 | 1000110 | 1000000 | 111101 |
Color Harmonies of #C7DB5D
Complementary color
Monochromatic Colors of #C7DB5D
Black with #C7DB5D
Text Example
Text Example
White with #C7DB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DB5D; }
p { color: rgb(199,219,93); }
H1.HeaderClassName
{
color: #C7DB5D;
}
.AnyTagClassName
{
color: #C7DB5D;
}
</style>
background-color css
<style>
a { background-color: #C7DB5D; }
a { background-color: rgb(199,219,93); }
div.DivClassName
{
background-color: #C7DB5D;
}
.BgClassName
{
background-color: #C7DB5D;
}
</style>
border-color css
<style>
span { border-color: #C7DB5D; }
span { border-color: rgb(199,219,93); }
td.TdClassName
{
border-color: #C7DB5D;
}
.TagClassName
{
border-color: #C7DB5D;
}
</style>