Shades of Wild Willow #C7D05E
Tints of Wild Willow #C7D05E
RGB
CMYK
RGB Variations
Color information
#C7D05E (or 0xC7D05E) is known color: Wild Willow. HEX triplet: C7, D0 and 5E. RGB value is (199,208,94). Sum of RGB (Red+Green+Blue) = 199+208+94=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D05E is #382FA1. Grayscale: #C0C0C0. Windows color (decimal): -3682210 or 6213831. OLE color: 6213831.
HSL color Cylindrical-coordinate representation of color #C7D05E: hue angle of 64.74º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C7D05E is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 94 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.18 |
| HSL | 64.74º | 0.55% | 0.59% | - |
| HSV(B) | 64.74º | 0.55% | 0.82% | - |
| XYZ | 48.13 | 58.06 | 19.26 | - |
| YUV | 192.31 | 72.52 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 94 | 0.04 | 0 | 0.55 | 0.18 | 64.74 | 0.55 | 0.59 |
| Hex | C7 | D0 | 5E | 4 | 0 | 37 | 12 | 41 | 37 | 3B |
| Octal | 307 | 320 | 136 | 4 | 0 | 67 | 22 | 101 | 67 | 73 |
| Binary | 11000111 | 11010000 | 1011110 | 100 | 0 | 110111 | 10010 | 1000001 | 110111 | 111011 |
Color Harmonies of #C7D05E
Complementary color
Monochromatic Colors of #C7D05E
Black with #C7D05E
Text Example
Text Example
White with #C7D05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D05E; }
p { color: rgb(199,208,94); }
H1.HeaderClassName
{
color: #C7D05E;
}
.AnyTagClassName
{
color: #C7D05E;
}
</style>
background-color css
<style>
a { background-color: #C7D05E; }
a { background-color: rgb(199,208,94); }
div.DivClassName
{
background-color: #C7D05E;
}
.BgClassName
{
background-color: #C7D05E;
}
</style>
border-color css
<style>
span { border-color: #C7D05E; }
span { border-color: rgb(199,208,94); }
td.TdClassName
{
border-color: #C7D05E;
}
.TagClassName
{
border-color: #C7D05E;
}
</style>