Shades of Wild Willow #C8D95D
Tints of Wild Willow #C8D95D
RGB
CMYK
RGB Variations
Color information
#C8D95D (or 0xC8D95D) is known color: Wild Willow. HEX triplet: C8, D9 and 5D. RGB value is (200,217,93). Sum of RGB (Red+Green+Blue) = 200+217+93=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D95D is #3726A2. Grayscale: #C6C6C6. Windows color (decimal): -3614371 or 6150600. OLE color: 6150600.
HSL color Cylindrical-coordinate representation of color #C8D95D: hue angle of 68.23º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8D95D is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 217 | 93 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.15 |
| HSL | 68.23º | 0.62% | 0.61% | - |
| HSV(B) | 68.23º | 0.57% | 0.85% | - |
| XYZ | 50.61 | 62.7 | 19.79 | - |
| YUV | 197.78 | 68.87 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 217 | 93 | 0.08 | 0 | 0.57 | 0.15 | 68.23 | 0.62 | 0.61 |
| Hex | C8 | D9 | 5D | 8 | 0 | 39 | F | 44 | 3E | 3D |
| Octal | 310 | 331 | 135 | 10 | 0 | 71 | 17 | 104 | 76 | 75 |
| Binary | 11001000 | 11011001 | 1011101 | 1000 | 0 | 111001 | 1111 | 1000100 | 111110 | 111101 |
Color Harmonies of #C8D95D
Complementary color
Monochromatic Colors of #C8D95D
Black with #C8D95D
Text Example
Text Example
White with #C8D95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D95D; }
p { color: rgb(200,217,93); }
H1.HeaderClassName
{
color: #C8D95D;
}
.AnyTagClassName
{
color: #C8D95D;
}
</style>
background-color css
<style>
a { background-color: #C8D95D; }
a { background-color: rgb(200,217,93); }
div.DivClassName
{
background-color: #C8D95D;
}
.BgClassName
{
background-color: #C8D95D;
}
</style>
border-color css
<style>
span { border-color: #C8D95D; }
span { border-color: rgb(200,217,93); }
td.TdClassName
{
border-color: #C8D95D;
}
.TagClassName
{
border-color: #C8D95D;
}
</style>