Shades of Wild Willow #CED656
Tints of Wild Willow #CED656
RGB
CMYK
RGB Variations
Color information
#CED656 (or 0xCED656) is known color: Wild Willow. HEX triplet: CE, D6 and 56. RGB value is (206,214,86). Sum of RGB (Red+Green+Blue) = 206+214+86=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 214 - color contains mainly: green. Hex color #CED656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED656 is #3129A9. Grayscale: #C5C5C5. Windows color (decimal): -3221930 or 5691086. OLE color: 5691086.
HSL color Cylindrical-coordinate representation of color #CED656: hue angle of 63.75º 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 #CED656 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 86 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.16 |
| HSL | 63.75º | 0.61% | 0.59% | - |
| HSV(B) | 63.75º | 0.6% | 0.84% | - |
| XYZ | 51.18 | 61.89 | 18.05 | - |
| YUV | 197.02 | 65.35 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 86 | 0.04 | 0 | 0.60 | 0.16 | 63.75 | 0.61 | 0.59 |
| Hex | CE | D6 | 56 | 4 | 0 | 3C | 10 | 40 | 3D | 3B |
| Octal | 316 | 326 | 126 | 4 | 0 | 74 | 20 | 100 | 75 | 73 |
| Binary | 11001110 | 11010110 | 1010110 | 100 | 0 | 111100 | 10000 | 1000000 | 111101 | 111011 |
Color Harmonies of #CED656
Complementary color
Monochromatic Colors of #CED656
Black with #CED656
Text Example
Text Example
White with #CED656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED656; }
p { color: rgb(206,214,86); }
H1.HeaderClassName
{
color: #CED656;
}
.AnyTagClassName
{
color: #CED656;
}
</style>
background-color css
<style>
a { background-color: #CED656; }
a { background-color: rgb(206,214,86); }
div.DivClassName
{
background-color: #CED656;
}
.BgClassName
{
background-color: #CED656;
}
</style>
border-color css
<style>
span { border-color: #CED656; }
span { border-color: rgb(206,214,86); }
td.TdClassName
{
border-color: #CED656;
}
.TagClassName
{
border-color: #CED656;
}
</style>