Shades of Wild Willow #C8D05D
Tints of Wild Willow #C8D05D
RGB
CMYK
RGB Variations
Color information
#C8D05D (or 0xC8D05D) is known color: Wild Willow. HEX triplet: C8, D0 and 5D. RGB value is (200,208,93). Sum of RGB (Red+Green+Blue) = 200+208+93=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D05D is #372FA2. Grayscale: #C0C0C0. Windows color (decimal): -3616675 or 6148296. OLE color: 6148296.
HSL color Cylindrical-coordinate representation of color #C8D05D: hue angle of 64.17º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8D05D is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 93 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.18 |
| HSL | 64.17º | 0.55% | 0.59% | - |
| HSV(B) | 64.17º | 0.55% | 0.82% | - |
| XYZ | 48.35 | 58.18 | 19.04 | - |
| YUV | 192.5 | 71.85 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 93 | 0.04 | 0 | 0.55 | 0.18 | 64.17 | 0.55 | 0.59 |
| Hex | C8 | D0 | 5D | 4 | 0 | 37 | 12 | 40 | 37 | 3B |
| Octal | 310 | 320 | 135 | 4 | 0 | 67 | 22 | 100 | 67 | 73 |
| Binary | 11001000 | 11010000 | 1011101 | 100 | 0 | 110111 | 10010 | 1000000 | 110111 | 111011 |
Color Harmonies of #C8D05D
Complementary color
Monochromatic Colors of #C8D05D
Black with #C8D05D
Text Example
Text Example
White with #C8D05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D05D; }
p { color: rgb(200,208,93); }
H1.HeaderClassName
{
color: #C8D05D;
}
.AnyTagClassName
{
color: #C8D05D;
}
</style>
background-color css
<style>
a { background-color: #C8D05D; }
a { background-color: rgb(200,208,93); }
div.DivClassName
{
background-color: #C8D05D;
}
.BgClassName
{
background-color: #C8D05D;
}
</style>
border-color css
<style>
span { border-color: #C8D05D; }
span { border-color: rgb(200,208,93); }
td.TdClassName
{
border-color: #C8D05D;
}
.TagClassName
{
border-color: #C8D05D;
}
</style>