Shades of Wild Willow #C8D662
Tints of Wild Willow #C8D662
RGB
CMYK
RGB Variations
Color information
#C8D662 (or 0xC8D662) is known color: Wild Willow. HEX triplet: C8, D6 and 62. RGB value is (200,214,98). Sum of RGB (Red+Green+Blue) = 200+214+98=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D662 is #37299D. Grayscale: #C5C5C5. Windows color (decimal): -3615134 or 6477512. OLE color: 6477512.
HSL color Cylindrical-coordinate representation of color #C8D662: hue angle of 67.24º degrees, saturation: 0.59, 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 #C8D662 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 98 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.16 |
| HSL | 67.24º | 0.59% | 0.61% | - |
| HSV(B) | 67.24º | 0.54% | 0.84% | - |
| XYZ | 50.07 | 61.25 | 20.74 | - |
| YUV | 196.59 | 72.36 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 98 | 0.07 | 0 | 0.54 | 0.16 | 67.24 | 0.59 | 0.61 |
| Hex | C8 | D6 | 62 | 7 | 0 | 36 | 10 | 43 | 3B | 3D |
| Octal | 310 | 326 | 142 | 7 | 0 | 66 | 20 | 103 | 73 | 75 |
| Binary | 11001000 | 11010110 | 1100010 | 111 | 0 | 110110 | 10000 | 1000011 | 111011 | 111101 |
Color Harmonies of #C8D662
Complementary color
Monochromatic Colors of #C8D662
Black with #C8D662
Text Example
Text Example
White with #C8D662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D662; }
p { color: rgb(200,214,98); }
H1.HeaderClassName
{
color: #C8D662;
}
.AnyTagClassName
{
color: #C8D662;
}
</style>
background-color css
<style>
a { background-color: #C8D662; }
a { background-color: rgb(200,214,98); }
div.DivClassName
{
background-color: #C8D662;
}
.BgClassName
{
background-color: #C8D662;
}
</style>
border-color css
<style>
span { border-color: #C8D662; }
span { border-color: rgb(200,214,98); }
td.TdClassName
{
border-color: #C8D662;
}
.TagClassName
{
border-color: #C8D662;
}
</style>