Shades of Wild Willow #C8D15D
Tints of Wild Willow #C8D15D
RGB
CMYK
RGB Variations
Color information
#C8D15D (or 0xC8D15D) is known color: Wild Willow. HEX triplet: C8, D1 and 5D. RGB value is (200,209,93). Sum of RGB (Red+Green+Blue) = 200+209+93=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D15D is #372EA2. Grayscale: #C1C1C1. Windows color (decimal): -3616419 or 6148552. OLE color: 6148552.
HSL color Cylindrical-coordinate representation of color #C8D15D: hue angle of 64.66º degrees, saturation: 0.56, 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 #C8D15D is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 93 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.18 |
| HSL | 64.66º | 0.56% | 0.59% | - |
| HSV(B) | 64.66º | 0.56% | 0.82% | - |
| XYZ | 48.6 | 58.67 | 19.12 | - |
| YUV | 193.09 | 71.52 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 93 | 0.04 | 0 | 0.56 | 0.18 | 64.66 | 0.56 | 0.59 |
| Hex | C8 | D1 | 5D | 4 | 0 | 38 | 12 | 41 | 38 | 3B |
| Octal | 310 | 321 | 135 | 4 | 0 | 70 | 22 | 101 | 70 | 73 |
| Binary | 11001000 | 11010001 | 1011101 | 100 | 0 | 111000 | 10010 | 1000001 | 111000 | 111011 |
Color Harmonies of #C8D15D
Complementary color
Monochromatic Colors of #C8D15D
Black with #C8D15D
Text Example
Text Example
White with #C8D15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D15D; }
p { color: rgb(200,209,93); }
H1.HeaderClassName
{
color: #C8D15D;
}
.AnyTagClassName
{
color: #C8D15D;
}
</style>
background-color css
<style>
a { background-color: #C8D15D; }
a { background-color: rgb(200,209,93); }
div.DivClassName
{
background-color: #C8D15D;
}
.BgClassName
{
background-color: #C8D15D;
}
</style>
border-color css
<style>
span { border-color: #C8D15D; }
span { border-color: rgb(200,209,93); }
td.TdClassName
{
border-color: #C8D15D;
}
.TagClassName
{
border-color: #C8D15D;
}
</style>