Shades of Wild Willow #C8D460
Tints of Wild Willow #C8D460
RGB
CMYK
RGB Variations
Color information
#C8D460 (or 0xC8D460) is known color: Wild Willow. HEX triplet: C8, D4 and 60. RGB value is (200,212,96). Sum of RGB (Red+Green+Blue) = 200+212+96=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D460 is #372B9F. Grayscale: #C3C3C3. Windows color (decimal): -3615648 or 6345928. OLE color: 6345928.
HSL color Cylindrical-coordinate representation of color #C8D460: hue angle of 66.21º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8D460 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 212 | 96 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.17 |
| HSL | 66.21º | 0.57% | 0.6% | - |
| HSV(B) | 66.21º | 0.55% | 0.83% | - |
| XYZ | 49.47 | 60.21 | 20.08 | - |
| YUV | 195.19 | 72.02 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 212 | 96 | 0.06 | 0 | 0.55 | 0.17 | 66.21 | 0.57 | 0.6 |
| Hex | C8 | D4 | 60 | 6 | 0 | 37 | 11 | 42 | 39 | 3C |
| Octal | 310 | 324 | 140 | 6 | 0 | 67 | 21 | 102 | 71 | 74 |
| Binary | 11001000 | 11010100 | 1100000 | 110 | 0 | 110111 | 10001 | 1000010 | 111001 | 111100 |
Color Harmonies of #C8D460
Complementary color
Monochromatic Colors of #C8D460
Black with #C8D460
Text Example
Text Example
White with #C8D460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D460; }
p { color: rgb(200,212,96); }
H1.HeaderClassName
{
color: #C8D460;
}
.AnyTagClassName
{
color: #C8D460;
}
</style>
background-color css
<style>
a { background-color: #C8D460; }
a { background-color: rgb(200,212,96); }
div.DivClassName
{
background-color: #C8D460;
}
.BgClassName
{
background-color: #C8D460;
}
</style>
border-color css
<style>
span { border-color: #C8D460; }
span { border-color: rgb(200,212,96); }
td.TdClassName
{
border-color: #C8D460;
}
.TagClassName
{
border-color: #C8D460;
}
</style>