Shades of Wild Willow #C7D95C
Tints of Wild Willow #C7D95C
RGB
CMYK
RGB Variations
Color information
#C7D95C (or 0xC7D95C) is known color: Wild Willow. HEX triplet: C7, D9 and 5C. RGB value is (199,217,92). Sum of RGB (Red+Green+Blue) = 199+217+92=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D95C is #3826A3. Grayscale: #C5C5C5. Windows color (decimal): -3679908 or 6085063. OLE color: 6085063.
HSL color Cylindrical-coordinate representation of color #C7D95C: hue angle of 68.64º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7D95C is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 217 | 92 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.15 |
| HSL | 68.64º | 0.62% | 0.61% | - |
| HSV(B) | 68.64º | 0.58% | 0.85% | - |
| XYZ | 50.3 | 62.54 | 19.55 | - |
| YUV | 197.37 | 68.54 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 217 | 92 | 0.08 | 0 | 0.58 | 0.15 | 68.64 | 0.62 | 0.61 |
| Hex | C7 | D9 | 5C | 8 | 0 | 3A | F | 45 | 3E | 3D |
| Octal | 307 | 331 | 134 | 10 | 0 | 72 | 17 | 105 | 76 | 75 |
| Binary | 11000111 | 11011001 | 1011100 | 1000 | 0 | 111010 | 1111 | 1000101 | 111110 | 111101 |
Color Harmonies of #C7D95C
Complementary color
Monochromatic Colors of #C7D95C
Black with #C7D95C
Text Example
Text Example
White with #C7D95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D95C; }
p { color: rgb(199,217,92); }
H1.HeaderClassName
{
color: #C7D95C;
}
.AnyTagClassName
{
color: #C7D95C;
}
</style>
background-color css
<style>
a { background-color: #C7D95C; }
a { background-color: rgb(199,217,92); }
div.DivClassName
{
background-color: #C7D95C;
}
.BgClassName
{
background-color: #C7D95C;
}
</style>
border-color css
<style>
span { border-color: #C7D95C; }
span { border-color: rgb(199,217,92); }
td.TdClassName
{
border-color: #C7D95C;
}
.TagClassName
{
border-color: #C7D95C;
}
</style>