Shades of Wild Willow #C7D05B
Tints of Wild Willow #C7D05B
RGB
CMYK
RGB Variations
Color information
#C7D05B (or 0xC7D05B) is known color: Wild Willow. HEX triplet: C7, D0 and 5B. RGB value is (199,208,91). Sum of RGB (Red+Green+Blue) = 199+208+91=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D05B is #382FA4. Grayscale: #C0C0C0. Windows color (decimal): -3682213 or 6017223. OLE color: 6017223.
HSL color Cylindrical-coordinate representation of color #C7D05B: hue angle of 64.62º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C7D05B is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 91 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.18 |
| HSL | 64.62º | 0.55% | 0.59% | - |
| HSV(B) | 64.62º | 0.56% | 0.82% | - |
| XYZ | 48 | 58.01 | 18.56 | - |
| YUV | 191.97 | 71.02 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 91 | 0.04 | 0 | 0.56 | 0.18 | 64.62 | 0.55 | 0.59 |
| Hex | C7 | D0 | 5B | 4 | 0 | 38 | 12 | 41 | 37 | 3B |
| Octal | 307 | 320 | 133 | 4 | 0 | 70 | 22 | 101 | 67 | 73 |
| Binary | 11000111 | 11010000 | 1011011 | 100 | 0 | 111000 | 10010 | 1000001 | 110111 | 111011 |
Color Harmonies of #C7D05B
Complementary color
Monochromatic Colors of #C7D05B
Black with #C7D05B
Text Example
Text Example
White with #C7D05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D05B; }
p { color: rgb(199,208,91); }
H1.HeaderClassName
{
color: #C7D05B;
}
.AnyTagClassName
{
color: #C7D05B;
}
</style>
background-color css
<style>
a { background-color: #C7D05B; }
a { background-color: rgb(199,208,91); }
div.DivClassName
{
background-color: #C7D05B;
}
.BgClassName
{
background-color: #C7D05B;
}
</style>
border-color css
<style>
span { border-color: #C7D05B; }
span { border-color: rgb(199,208,91); }
td.TdClassName
{
border-color: #C7D05B;
}
.TagClassName
{
border-color: #C7D05B;
}
</style>