Shades of Wild Willow #C8D656
Tints of Wild Willow #C8D656
RGB
CMYK
RGB Variations
Color information
#C8D656 (or 0xC8D656) is known color: Wild Willow. HEX triplet: C8, D6 and 56. RGB value is (200,214,86). Sum of RGB (Red+Green+Blue) = 200+214+86=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D656 is #3729A9. Grayscale: #C3C3C3. Windows color (decimal): -3615146 or 5691080. OLE color: 5691080.
HSL color Cylindrical-coordinate representation of color #C8D656: hue angle of 66.56º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8D656 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 86 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.16 |
| HSL | 66.56º | 0.61% | 0.59% | - |
| HSV(B) | 66.56º | 0.6% | 0.84% | - |
| XYZ | 49.55 | 61.04 | 17.98 | - |
| YUV | 195.22 | 66.36 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 86 | 0.07 | 0 | 0.60 | 0.16 | 66.56 | 0.61 | 0.59 |
| Hex | C8 | D6 | 56 | 7 | 0 | 3C | 10 | 43 | 3D | 3B |
| Octal | 310 | 326 | 126 | 7 | 0 | 74 | 20 | 103 | 75 | 73 |
| Binary | 11001000 | 11010110 | 1010110 | 111 | 0 | 111100 | 10000 | 1000011 | 111101 | 111011 |
Color Harmonies of #C8D656
Complementary color
Monochromatic Colors of #C8D656
Black with #C8D656
Text Example
Text Example
White with #C8D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D656; }
p { color: rgb(200,214,86); }
H1.HeaderClassName
{
color: #C8D656;
}
.AnyTagClassName
{
color: #C8D656;
}
</style>
background-color css
<style>
a { background-color: #C8D656; }
a { background-color: rgb(200,214,86); }
div.DivClassName
{
background-color: #C8D656;
}
.BgClassName
{
background-color: #C8D656;
}
</style>
border-color css
<style>
span { border-color: #C8D656; }
span { border-color: rgb(200,214,86); }
td.TdClassName
{
border-color: #C8D656;
}
.TagClassName
{
border-color: #C8D656;
}
</style>