Shades of Wild Willow #CEDC5D
Tints of Wild Willow #CEDC5D
RGB
CMYK
RGB Variations
Color information
#CEDC5D (or 0xCEDC5D) is known color: Wild Willow. HEX triplet: CE, DC and 5D. RGB value is (206,220,93). Sum of RGB (Red+Green+Blue) = 206+220+93=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC5D is #3123A2. Grayscale: #C9C9C9. Windows color (decimal): -3220387 or 6151374. OLE color: 6151374.
HSL color Cylindrical-coordinate representation of color #CEDC5D: hue angle of 66.61º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEDC5D is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 93 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.14 |
| HSL | 66.61º | 0.64% | 0.61% | - |
| HSV(B) | 66.61º | 0.58% | 0.86% | - |
| XYZ | 53.02 | 65.1 | 20.13 | - |
| YUV | 201.34 | 66.86 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 93 | 0.06 | 0 | 0.58 | 0.14 | 66.61 | 0.64 | 0.61 |
| Hex | CE | DC | 5D | 6 | 0 | 3A | E | 43 | 40 | 3D |
| Octal | 316 | 334 | 135 | 6 | 0 | 72 | 16 | 103 | 100 | 75 |
| Binary | 11001110 | 11011100 | 1011101 | 110 | 0 | 111010 | 1110 | 1000011 | 1000000 | 111101 |
Color Harmonies of #CEDC5D
Complementary color
Monochromatic Colors of #CEDC5D
Black with #CEDC5D
Text Example
Text Example
White with #CEDC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC5D; }
p { color: rgb(206,220,93); }
H1.HeaderClassName
{
color: #CEDC5D;
}
.AnyTagClassName
{
color: #CEDC5D;
}
</style>
background-color css
<style>
a { background-color: #CEDC5D; }
a { background-color: rgb(206,220,93); }
div.DivClassName
{
background-color: #CEDC5D;
}
.BgClassName
{
background-color: #CEDC5D;
}
</style>
border-color css
<style>
span { border-color: #CEDC5D; }
span { border-color: rgb(206,220,93); }
td.TdClassName
{
border-color: #CEDC5D;
}
.TagClassName
{
border-color: #CEDC5D;
}
</style>