Shades of Wild Willow #C8D058
Tints of Wild Willow #C8D058
RGB
CMYK
RGB Variations
Color information
#C8D058 (or 0xC8D058) is known color: Wild Willow. HEX triplet: C8, D0 and 58. RGB value is (200,208,88). Sum of RGB (Red+Green+Blue) = 200+208+88=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 88 (34.77% from 255 or 17.74% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D058 is #372FA7. Grayscale: #C0C0C0. Windows color (decimal): -3616680 or 5820616. OLE color: 5820616.
HSL color Cylindrical-coordinate representation of color #C8D058: hue angle of 64º degrees, saturation: 0.56, 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 #C8D058 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 88 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.18 |
| HSL | 64º | 0.56% | 0.58% | - |
| HSV(B) | 64º | 0.58% | 0.82% | - |
| XYZ | 48.14 | 58.1 | 17.91 | - |
| YUV | 191.93 | 69.35 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 88 | 0.04 | 0 | 0.58 | 0.18 | 64 | 0.56 | 0.58 |
| Hex | C8 | D0 | 58 | 4 | 0 | 3A | 12 | 40 | 38 | 3A |
| Octal | 310 | 320 | 130 | 4 | 0 | 72 | 22 | 100 | 70 | 72 |
| Binary | 11001000 | 11010000 | 1011000 | 100 | 0 | 111010 | 10010 | 1000000 | 111000 | 111010 |
Color Harmonies of #C8D058
Complementary color
Monochromatic Colors of #C8D058
Black with #C8D058
Text Example
Text Example
White with #C8D058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D058; }
p { color: rgb(200,208,88); }
H1.HeaderClassName
{
color: #C8D058;
}
.AnyTagClassName
{
color: #C8D058;
}
</style>
background-color css
<style>
a { background-color: #C8D058; }
a { background-color: rgb(200,208,88); }
div.DivClassName
{
background-color: #C8D058;
}
.BgClassName
{
background-color: #C8D058;
}
</style>
border-color css
<style>
span { border-color: #C8D058; }
span { border-color: rgb(200,208,88); }
td.TdClassName
{
border-color: #C8D058;
}
.TagClassName
{
border-color: #C8D058;
}
</style>