Shades of Wild Willow #C8D155
Tints of Wild Willow #C8D155
RGB
CMYK
RGB Variations
Color information
#C8D155 (or 0xC8D155) is known color: Wild Willow. HEX triplet: C8, D1 and 55. RGB value is (200,209,85). Sum of RGB (Red+Green+Blue) = 200+209+85=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D155 is #372EAA. Grayscale: #C0C0C0. Windows color (decimal): -3616427 or 5624264. OLE color: 5624264.
HSL color Cylindrical-coordinate representation of color #C8D155: hue angle of 64.35º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8D155 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 85 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.18 |
| HSL | 64.35º | 0.57% | 0.58% | - |
| HSV(B) | 64.35º | 0.59% | 0.82% | - |
| XYZ | 48.26 | 58.54 | 17.35 | - |
| YUV | 192.17 | 67.52 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 85 | 0.04 | 0 | 0.59 | 0.18 | 64.35 | 0.57 | 0.58 |
| Hex | C8 | D1 | 55 | 4 | 0 | 3B | 12 | 40 | 39 | 3A |
| Octal | 310 | 321 | 125 | 4 | 0 | 73 | 22 | 100 | 71 | 72 |
| Binary | 11001000 | 11010001 | 1010101 | 100 | 0 | 111011 | 10010 | 1000000 | 111001 | 111010 |
Color Harmonies of #C8D155
Complementary color
Monochromatic Colors of #C8D155
Black with #C8D155
Text Example
Text Example
White with #C8D155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D155; }
p { color: rgb(200,209,85); }
H1.HeaderClassName
{
color: #C8D155;
}
.AnyTagClassName
{
color: #C8D155;
}
</style>
background-color css
<style>
a { background-color: #C8D155; }
a { background-color: rgb(200,209,85); }
div.DivClassName
{
background-color: #C8D155;
}
.BgClassName
{
background-color: #C8D155;
}
</style>
border-color css
<style>
span { border-color: #C8D155; }
span { border-color: rgb(200,209,85); }
td.TdClassName
{
border-color: #C8D155;
}
.TagClassName
{
border-color: #C8D155;
}
</style>