Shades of Wild Willow #CED65A
Tints of Wild Willow #CED65A
RGB
CMYK
RGB Variations
Color information
#CED65A (or 0xCED65A) is known color: Wild Willow. HEX triplet: CE, D6 and 5A. RGB value is (206,214,90). Sum of RGB (Red+Green+Blue) = 206+214+90=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #CED65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED65A is #3129A5. Grayscale: #C5C5C5. Windows color (decimal): -3221926 or 5953230. OLE color: 5953230.
HSL color Cylindrical-coordinate representation of color #CED65A: hue angle of 63.87º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CED65A is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 90 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.16 |
| HSL | 63.87º | 0.6% | 0.6% | - |
| HSV(B) | 63.87º | 0.58% | 0.84% | - |
| XYZ | 51.35 | 61.95 | 18.92 | - |
| YUV | 197.47 | 67.35 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 90 | 0.04 | 0 | 0.58 | 0.16 | 63.87 | 0.6 | 0.6 |
| Hex | CE | D6 | 5A | 4 | 0 | 3A | 10 | 40 | 3C | 3C |
| Octal | 316 | 326 | 132 | 4 | 0 | 72 | 20 | 100 | 74 | 74 |
| Binary | 11001110 | 11010110 | 1011010 | 100 | 0 | 111010 | 10000 | 1000000 | 111100 | 111100 |
Color Harmonies of #CED65A
Complementary color
Monochromatic Colors of #CED65A
Black with #CED65A
Text Example
Text Example
White with #CED65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED65A; }
p { color: rgb(206,214,90); }
H1.HeaderClassName
{
color: #CED65A;
}
.AnyTagClassName
{
color: #CED65A;
}
</style>
background-color css
<style>
a { background-color: #CED65A; }
a { background-color: rgb(206,214,90); }
div.DivClassName
{
background-color: #CED65A;
}
.BgClassName
{
background-color: #CED65A;
}
</style>
border-color css
<style>
span { border-color: #CED65A; }
span { border-color: rgb(206,214,90); }
td.TdClassName
{
border-color: #CED65A;
}
.TagClassName
{
border-color: #CED65A;
}
</style>