Shades of Wild Willow #C7D95F
Tints of Wild Willow #C7D95F
RGB
CMYK
RGB Variations
Color information
#C7D95F (or 0xC7D95F) is known color: Wild Willow. HEX triplet: C7, D9 and 5F. RGB value is (199,217,95). Sum of RGB (Red+Green+Blue) = 199+217+95=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D95F is #3826A0. Grayscale: #C6C6C6. Windows color (decimal): -3679905 or 6281671. OLE color: 6281671.
HSL color Cylindrical-coordinate representation of color #C7D95F: hue angle of 68.85º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C7D95F is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 217 | 95 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.15 |
| HSL | 68.85º | 0.62% | 0.61% | - |
| HSV(B) | 68.85º | 0.56% | 0.85% | - |
| XYZ | 50.43 | 62.59 | 20.25 | - |
| YUV | 197.71 | 70.04 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 217 | 95 | 0.08 | 0 | 0.56 | 0.15 | 68.85 | 0.62 | 0.61 |
| Hex | C7 | D9 | 5F | 8 | 0 | 38 | F | 45 | 3E | 3D |
| Octal | 307 | 331 | 137 | 10 | 0 | 70 | 17 | 105 | 76 | 75 |
| Binary | 11000111 | 11011001 | 1011111 | 1000 | 0 | 111000 | 1111 | 1000101 | 111110 | 111101 |
Color Harmonies of #C7D95F
Complementary color
Monochromatic Colors of #C7D95F
Black with #C7D95F
Text Example
Text Example
White with #C7D95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D95F; }
p { color: rgb(199,217,95); }
H1.HeaderClassName
{
color: #C7D95F;
}
.AnyTagClassName
{
color: #C7D95F;
}
</style>
background-color css
<style>
a { background-color: #C7D95F; }
a { background-color: rgb(199,217,95); }
div.DivClassName
{
background-color: #C7D95F;
}
.BgClassName
{
background-color: #C7D95F;
}
</style>
border-color css
<style>
span { border-color: #C7D95F; }
span { border-color: rgb(199,217,95); }
td.TdClassName
{
border-color: #C7D95F;
}
.TagClassName
{
border-color: #C7D95F;
}
</style>