Shades of Wild Willow #CED45C
Tints of Wild Willow #CED45C
RGB
CMYK
RGB Variations
Color information
#CED45C (or 0xCED45C) is known color: Wild Willow. HEX triplet: CE, D4 and 5C. RGB value is (206,212,92). Sum of RGB (Red+Green+Blue) = 206+212+92=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 212 (83.20% from 255 or 41.57% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 212 - color contains mainly: green. Hex color #CED45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED45C is #312BA3. Grayscale: #C5C5C5. Windows color (decimal): -3222436 or 6083790. OLE color: 6083790.
HSL color Cylindrical-coordinate representation of color #CED45C: hue angle of 63º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CED45C is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 92 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.17 |
| HSL | 63º | 0.58% | 0.6% | - |
| HSV(B) | 63º | 0.57% | 0.83% | - |
| XYZ | 50.93 | 60.98 | 19.21 | - |
| YUV | 196.53 | 69.01 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 92 | 0.03 | 0 | 0.57 | 0.17 | 63 | 0.58 | 0.6 |
| Hex | CE | D4 | 5C | 3 | 0 | 39 | 11 | 3F | 3A | 3C |
| Octal | 316 | 324 | 134 | 3 | 0 | 71 | 21 | 77 | 72 | 74 |
| Binary | 11001110 | 11010100 | 1011100 | 11 | 0 | 111001 | 10001 | 111111 | 111010 | 111100 |
Color Harmonies of #CED45C
Complementary color
Monochromatic Colors of #CED45C
Black with #CED45C
Text Example
Text Example
White with #CED45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED45C; }
p { color: rgb(206,212,92); }
H1.HeaderClassName
{
color: #CED45C;
}
.AnyTagClassName
{
color: #CED45C;
}
</style>
background-color css
<style>
a { background-color: #CED45C; }
a { background-color: rgb(206,212,92); }
div.DivClassName
{
background-color: #CED45C;
}
.BgClassName
{
background-color: #CED45C;
}
</style>
border-color css
<style>
span { border-color: #CED45C; }
span { border-color: rgb(206,212,92); }
td.TdClassName
{
border-color: #CED45C;
}
.TagClassName
{
border-color: #CED45C;
}
</style>