Shades of Wild Willow #C8DC62
Tints of Wild Willow #C8DC62
RGB
CMYK
RGB Variations
Color information
#C8DC62 (or 0xC8DC62) is known color: Wild Willow. HEX triplet: C8, DC and 62. RGB value is (200,220,98). Sum of RGB (Red+Green+Blue) = 200+220+98=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DC62 is #37239D. Grayscale: #C8C8C8. Windows color (decimal): -3613598 or 6479048. OLE color: 6479048.
HSL color Cylindrical-coordinate representation of color #C8DC62: hue angle of 69.84º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8DC62 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 98 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.14 |
| HSL | 69.84º | 0.64% | 0.62% | - |
| HSV(B) | 69.84º | 0.55% | 0.86% | - |
| XYZ | 51.62 | 64.35 | 21.26 | - |
| YUV | 200.11 | 70.37 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 98 | 0.09 | 0 | 0.55 | 0.14 | 69.84 | 0.64 | 0.62 |
| Hex | C8 | DC | 62 | 9 | 0 | 37 | E | 46 | 40 | 3E |
| Octal | 310 | 334 | 142 | 11 | 0 | 67 | 16 | 106 | 100 | 76 |
| Binary | 11001000 | 11011100 | 1100010 | 1001 | 0 | 110111 | 1110 | 1000110 | 1000000 | 111110 |
Color Harmonies of #C8DC62
Complementary color
Monochromatic Colors of #C8DC62
Black with #C8DC62
Text Example
Text Example
White with #C8DC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC62; }
p { color: rgb(200,220,98); }
H1.HeaderClassName
{
color: #C8DC62;
}
.AnyTagClassName
{
color: #C8DC62;
}
</style>
background-color css
<style>
a { background-color: #C8DC62; }
a { background-color: rgb(200,220,98); }
div.DivClassName
{
background-color: #C8DC62;
}
.BgClassName
{
background-color: #C8DC62;
}
</style>
border-color css
<style>
span { border-color: #C8DC62; }
span { border-color: rgb(200,220,98); }
td.TdClassName
{
border-color: #C8DC62;
}
.TagClassName
{
border-color: #C8DC62;
}
</style>