Shades of Wild Willow #CED85A
Tints of Wild Willow #CED85A
RGB
CMYK
RGB Variations
Color information
#CED85A (or 0xCED85A) is known color: Wild Willow. HEX triplet: CE, D8 and 5A. RGB value is (206,216,90). Sum of RGB (Red+Green+Blue) = 206+216+90=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #CED85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED85A is #3127A5. Grayscale: #C7C7C7. Windows color (decimal): -3221414 or 5953742. OLE color: 5953742.
HSL color Cylindrical-coordinate representation of color #CED85A: hue angle of 64.76º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CED85A is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 90 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.15 |
| HSL | 64.76º | 0.62% | 0.6% | - |
| HSV(B) | 64.76º | 0.58% | 0.85% | - |
| XYZ | 51.85 | 62.97 | 19.09 | - |
| YUV | 198.65 | 66.69 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 90 | 0.05 | 0 | 0.58 | 0.15 | 64.76 | 0.62 | 0.6 |
| Hex | CE | D8 | 5A | 5 | 0 | 3A | F | 41 | 3E | 3C |
| Octal | 316 | 330 | 132 | 5 | 0 | 72 | 17 | 101 | 76 | 74 |
| Binary | 11001110 | 11011000 | 1011010 | 101 | 0 | 111010 | 1111 | 1000001 | 111110 | 111100 |
Color Harmonies of #CED85A
Complementary color
Monochromatic Colors of #CED85A
Black with #CED85A
Text Example
Text Example
White with #CED85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED85A; }
p { color: rgb(206,216,90); }
H1.HeaderClassName
{
color: #CED85A;
}
.AnyTagClassName
{
color: #CED85A;
}
</style>
background-color css
<style>
a { background-color: #CED85A; }
a { background-color: rgb(206,216,90); }
div.DivClassName
{
background-color: #CED85A;
}
.BgClassName
{
background-color: #CED85A;
}
</style>
border-color css
<style>
span { border-color: #CED85A; }
span { border-color: rgb(206,216,90); }
td.TdClassName
{
border-color: #CED85A;
}
.TagClassName
{
border-color: #CED85A;
}
</style>