Shades of Wild Willow #CED364
Tints of Wild Willow #CED364
RGB
CMYK
RGB Variations
Color information
#CED364 (or 0xCED364) is known color: Wild Willow. HEX triplet: CE, D3 and 64. RGB value is (206,211,100). Sum of RGB (Red+Green+Blue) = 206+211+100=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 211 - color contains mainly: green. Hex color #CED364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED364 is #312C9B. Grayscale: #C5C5C5. Windows color (decimal): -3222684 or 6607822. OLE color: 6607822.
HSL color Cylindrical-coordinate representation of color #CED364: hue angle of 62.7º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CED364 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 100 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.17 |
| HSL | 62.7º | 0.56% | 0.61% | - |
| HSV(B) | 62.7º | 0.53% | 0.83% | - |
| XYZ | 51.05 | 60.63 | 21.07 | - |
| YUV | 196.85 | 73.34 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 100 | 0.02 | 0 | 0.53 | 0.17 | 62.7 | 0.56 | 0.61 |
| Hex | CE | D3 | 64 | 2 | 0 | 35 | 11 | 3F | 38 | 3D |
| Octal | 316 | 323 | 144 | 2 | 0 | 65 | 21 | 77 | 70 | 75 |
| Binary | 11001110 | 11010011 | 1100100 | 10 | 0 | 110101 | 10001 | 111111 | 111000 | 111101 |
Color Harmonies of #CED364
Complementary color
Monochromatic Colors of #CED364
Black with #CED364
Text Example
Text Example
White with #CED364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED364; }
p { color: rgb(206,211,100); }
H1.HeaderClassName
{
color: #CED364;
}
.AnyTagClassName
{
color: #CED364;
}
</style>
background-color css
<style>
a { background-color: #CED364; }
a { background-color: rgb(206,211,100); }
div.DivClassName
{
background-color: #CED364;
}
.BgClassName
{
background-color: #CED364;
}
</style>
border-color css
<style>
span { border-color: #CED364; }
span { border-color: rgb(206,211,100); }
td.TdClassName
{
border-color: #CED364;
}
.TagClassName
{
border-color: #CED364;
}
</style>