Shades of Wild Willow #C7D461
Tints of Wild Willow #C7D461
RGB
CMYK
RGB Variations
Color information
#C7D461 (or 0xC7D461) is known color: Wild Willow. HEX triplet: C7, D4 and 61. RGB value is (199,212,97). Sum of RGB (Red+Green+Blue) = 199+212+97=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 97 (38.28% from 255 or 19.09% from 508); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D461 is #382B9E. Grayscale: #C3C3C3. Windows color (decimal): -3681183 or 6411463. OLE color: 6411463.
HSL color Cylindrical-coordinate representation of color #C7D461: hue angle of 66.78º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7D461 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 97 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.17 |
| HSL | 66.78º | 0.57% | 0.61% | - |
| HSV(B) | 66.78º | 0.54% | 0.83% | - |
| XYZ | 49.25 | 60.09 | 20.31 | - |
| YUV | 195 | 72.69 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 97 | 0.06 | 0 | 0.54 | 0.17 | 66.78 | 0.57 | 0.61 |
| Hex | C7 | D4 | 61 | 6 | 0 | 36 | 11 | 43 | 39 | 3D |
| Octal | 307 | 324 | 141 | 6 | 0 | 66 | 21 | 103 | 71 | 75 |
| Binary | 11000111 | 11010100 | 1100001 | 110 | 0 | 110110 | 10001 | 1000011 | 111001 | 111101 |
Color Harmonies of #C7D461
Complementary color
Monochromatic Colors of #C7D461
Black with #C7D461
Text Example
Text Example
White with #C7D461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D461; }
p { color: rgb(199,212,97); }
H1.HeaderClassName
{
color: #C7D461;
}
.AnyTagClassName
{
color: #C7D461;
}
</style>
background-color css
<style>
a { background-color: #C7D461; }
a { background-color: rgb(199,212,97); }
div.DivClassName
{
background-color: #C7D461;
}
.BgClassName
{
background-color: #C7D461;
}
</style>
border-color css
<style>
span { border-color: #C7D461; }
span { border-color: rgb(199,212,97); }
td.TdClassName
{
border-color: #C7D461;
}
.TagClassName
{
border-color: #C7D461;
}
</style>