Shades of Wild Willow #C7D057
Tints of Wild Willow #C7D057
RGB
CMYK
RGB Variations
Color information
#C7D057 (or 0xC7D057) is known color: Wild Willow. HEX triplet: C7, D0 and 57. RGB value is (199,208,87). Sum of RGB (Red+Green+Blue) = 199+208+87=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 87 (34.38% from 255 or 17.61% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D057 is #382FA8. Grayscale: #BFBFBF. Windows color (decimal): -3682217 or 5755079. OLE color: 5755079.
HSL color Cylindrical-coordinate representation of color #C7D057: hue angle of 64.46º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7D057 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 87 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.18 |
| HSL | 64.46º | 0.56% | 0.58% | - |
| HSV(B) | 64.46º | 0.58% | 0.82% | - |
| XYZ | 47.83 | 57.94 | 17.68 | - |
| YUV | 191.52 | 69.02 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 87 | 0.04 | 0 | 0.58 | 0.18 | 64.46 | 0.56 | 0.58 |
| Hex | C7 | D0 | 57 | 4 | 0 | 3A | 12 | 40 | 38 | 3A |
| Octal | 307 | 320 | 127 | 4 | 0 | 72 | 22 | 100 | 70 | 72 |
| Binary | 11000111 | 11010000 | 1010111 | 100 | 0 | 111010 | 10010 | 1000000 | 111000 | 111010 |
Color Harmonies of #C7D057
Complementary color
Monochromatic Colors of #C7D057
Black with #C7D057
Text Example
Text Example
White with #C7D057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D057; }
p { color: rgb(199,208,87); }
H1.HeaderClassName
{
color: #C7D057;
}
.AnyTagClassName
{
color: #C7D057;
}
</style>
background-color css
<style>
a { background-color: #C7D057; }
a { background-color: rgb(199,208,87); }
div.DivClassName
{
background-color: #C7D057;
}
.BgClassName
{
background-color: #C7D057;
}
</style>
border-color css
<style>
span { border-color: #C7D057; }
span { border-color: rgb(199,208,87); }
td.TdClassName
{
border-color: #C7D057;
}
.TagClassName
{
border-color: #C7D057;
}
</style>