Shades of Wild Willow #C8D562
Tints of Wild Willow #C8D562
RGB
CMYK
RGB Variations
Color information
#C8D562 (or 0xC8D562) is known color: Wild Willow. HEX triplet: C8, D5 and 62. RGB value is (200,213,98). Sum of RGB (Red+Green+Blue) = 200+213+98=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D562 is #372A9D. Grayscale: #C4C4C4. Windows color (decimal): -3615390 or 6477256. OLE color: 6477256.
HSL color Cylindrical-coordinate representation of color #C8D562: hue angle of 66.78º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8D562 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 98 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.16 |
| HSL | 66.78º | 0.58% | 0.61% | - |
| HSV(B) | 66.78º | 0.54% | 0.84% | - |
| XYZ | 49.82 | 60.75 | 20.66 | - |
| YUV | 196 | 72.69 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 98 | 0.06 | 0 | 0.54 | 0.16 | 66.78 | 0.58 | 0.61 |
| Hex | C8 | D5 | 62 | 6 | 0 | 36 | 10 | 43 | 3A | 3D |
| Octal | 310 | 325 | 142 | 6 | 0 | 66 | 20 | 103 | 72 | 75 |
| Binary | 11001000 | 11010101 | 1100010 | 110 | 0 | 110110 | 10000 | 1000011 | 111010 | 111101 |
Color Harmonies of #C8D562
Complementary color
Monochromatic Colors of #C8D562
Black with #C8D562
Text Example
Text Example
White with #C8D562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D562; }
p { color: rgb(200,213,98); }
H1.HeaderClassName
{
color: #C8D562;
}
.AnyTagClassName
{
color: #C8D562;
}
</style>
background-color css
<style>
a { background-color: #C8D562; }
a { background-color: rgb(200,213,98); }
div.DivClassName
{
background-color: #C8D562;
}
.BgClassName
{
background-color: #C8D562;
}
</style>
border-color css
<style>
span { border-color: #C8D562; }
span { border-color: rgb(200,213,98); }
td.TdClassName
{
border-color: #C8D562;
}
.TagClassName
{
border-color: #C8D562;
}
</style>