Shades of Wild Willow #C7DA5B
Tints of Wild Willow #C7DA5B
RGB
CMYK
RGB Variations
Color information
#C7DA5B (or 0xC7DA5B) is known color: Wild Willow. HEX triplet: C7, DA and 5B. RGB value is (199,218,91). Sum of RGB (Red+Green+Blue) = 199+218+91=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7DA5B is #3825A4. Grayscale: #C6C6C6. Windows color (decimal): -3679653 or 6019783. OLE color: 6019783.
HSL color Cylindrical-coordinate representation of color #C7DA5B: hue angle of 68.98º degrees, saturation: 0.63, 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 #C7DA5B is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 218 | 91 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.15 |
| HSL | 68.98º | 0.63% | 0.61% | - |
| HSV(B) | 68.98º | 0.58% | 0.85% | - |
| XYZ | 50.51 | 63.04 | 19.4 | - |
| YUV | 197.84 | 67.71 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 218 | 91 | 0.09 | 0 | 0.58 | 0.15 | 68.98 | 0.63 | 0.61 |
| Hex | C7 | DA | 5B | 9 | 0 | 3A | F | 45 | 3F | 3D |
| Octal | 307 | 332 | 133 | 11 | 0 | 72 | 17 | 105 | 77 | 75 |
| Binary | 11000111 | 11011010 | 1011011 | 1001 | 0 | 111010 | 1111 | 1000101 | 111111 | 111101 |
Color Harmonies of #C7DA5B
Complementary color
Monochromatic Colors of #C7DA5B
Black with #C7DA5B
Text Example
Text Example
White with #C7DA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DA5B; }
p { color: rgb(199,218,91); }
H1.HeaderClassName
{
color: #C7DA5B;
}
.AnyTagClassName
{
color: #C7DA5B;
}
</style>
background-color css
<style>
a { background-color: #C7DA5B; }
a { background-color: rgb(199,218,91); }
div.DivClassName
{
background-color: #C7DA5B;
}
.BgClassName
{
background-color: #C7DA5B;
}
</style>
border-color css
<style>
span { border-color: #C7DA5B; }
span { border-color: rgb(199,218,91); }
td.TdClassName
{
border-color: #C7DA5B;
}
.TagClassName
{
border-color: #C7DA5B;
}
</style>