Shades of Wild Willow #C8D158
Tints of Wild Willow #C8D158
RGB
CMYK
RGB Variations
Color information
#C8D158 (or 0xC8D158) is known color: Wild Willow. HEX triplet: C8, D1 and 58. RGB value is (200,209,88). Sum of RGB (Red+Green+Blue) = 200+209+88=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 88 (34.77% from 255 or 17.71% from 497); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D158 is #372EA7. Grayscale: #C0C0C0. Windows color (decimal): -3616424 or 5820872. OLE color: 5820872.
HSL color Cylindrical-coordinate representation of color #C8D158: hue angle of 64.46º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8D158 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 88 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.18 |
| HSL | 64.46º | 0.57% | 0.58% | - |
| HSV(B) | 64.46º | 0.58% | 0.82% | - |
| XYZ | 48.38 | 58.58 | 17.99 | - |
| YUV | 192.52 | 69.02 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 88 | 0.04 | 0 | 0.58 | 0.18 | 64.46 | 0.57 | 0.58 |
| Hex | C8 | D1 | 58 | 4 | 0 | 3A | 12 | 40 | 39 | 3A |
| Octal | 310 | 321 | 130 | 4 | 0 | 72 | 22 | 100 | 71 | 72 |
| Binary | 11001000 | 11010001 | 1011000 | 100 | 0 | 111010 | 10010 | 1000000 | 111001 | 111010 |
Color Harmonies of #C8D158
Complementary color
Monochromatic Colors of #C8D158
Black with #C8D158
Text Example
Text Example
White with #C8D158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D158; }
p { color: rgb(200,209,88); }
H1.HeaderClassName
{
color: #C8D158;
}
.AnyTagClassName
{
color: #C8D158;
}
</style>
background-color css
<style>
a { background-color: #C8D158; }
a { background-color: rgb(200,209,88); }
div.DivClassName
{
background-color: #C8D158;
}
.BgClassName
{
background-color: #C8D158;
}
</style>
border-color css
<style>
span { border-color: #C8D158; }
span { border-color: rgb(200,209,88); }
td.TdClassName
{
border-color: #C8D158;
}
.TagClassName
{
border-color: #C8D158;
}
</style>