Shades of Wild Willow #CED85C
Tints of Wild Willow #CED85C
RGB
CMYK
RGB Variations
Color information
#CED85C (or 0xCED85C) is known color: Wild Willow. HEX triplet: CE, D8 and 5C. RGB value is (206,216,92). Sum of RGB (Red+Green+Blue) = 206+216+92=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #CED85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED85C is #3127A3. Grayscale: #C7C7C7. Windows color (decimal): -3221412 or 6084814. OLE color: 6084814.
HSL color Cylindrical-coordinate representation of color #CED85C: hue angle of 64.84º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CED85C is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 92 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.15 |
| HSL | 64.84º | 0.61% | 0.6% | - |
| HSV(B) | 64.84º | 0.57% | 0.85% | - |
| XYZ | 51.94 | 63.01 | 19.55 | - |
| YUV | 198.87 | 67.69 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 92 | 0.05 | 0 | 0.57 | 0.15 | 64.84 | 0.61 | 0.6 |
| Hex | CE | D8 | 5C | 5 | 0 | 39 | F | 41 | 3D | 3C |
| Octal | 316 | 330 | 134 | 5 | 0 | 71 | 17 | 101 | 75 | 74 |
| Binary | 11001110 | 11011000 | 1011100 | 101 | 0 | 111001 | 1111 | 1000001 | 111101 | 111100 |
Color Harmonies of #CED85C
Complementary color
Monochromatic Colors of #CED85C
Black with #CED85C
Text Example
Text Example
White with #CED85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED85C; }
p { color: rgb(206,216,92); }
H1.HeaderClassName
{
color: #CED85C;
}
.AnyTagClassName
{
color: #CED85C;
}
</style>
background-color css
<style>
a { background-color: #CED85C; }
a { background-color: rgb(206,216,92); }
div.DivClassName
{
background-color: #CED85C;
}
.BgClassName
{
background-color: #CED85C;
}
</style>
border-color css
<style>
span { border-color: #CED85C; }
span { border-color: rgb(206,216,92); }
td.TdClassName
{
border-color: #CED85C;
}
.TagClassName
{
border-color: #CED85C;
}
</style>