Shades of Wild Willow #CEDB5C
Tints of Wild Willow #CEDB5C
RGB
CMYK
RGB Variations
Color information
#CEDB5C (or 0xCEDB5C) is known color: Wild Willow. HEX triplet: CE, DB and 5C. RGB value is (206,219,92). Sum of RGB (Red+Green+Blue) = 206+219+92=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB5C is #3124A3. Grayscale: #C9C9C9. Windows color (decimal): -3220644 or 6085582. OLE color: 6085582.
HSL color Cylindrical-coordinate representation of color #CEDB5C: hue angle of 66.14º 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 #CEDB5C is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 92 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.14 |
| HSL | 66.14º | 0.64% | 0.61% | - |
| HSV(B) | 66.14º | 0.58% | 0.86% | - |
| XYZ | 52.72 | 64.56 | 19.81 | - |
| YUV | 200.64 | 66.69 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 92 | 0.06 | 0 | 0.58 | 0.14 | 66.14 | 0.64 | 0.61 |
| Hex | CE | DB | 5C | 6 | 0 | 3A | E | 42 | 40 | 3D |
| Octal | 316 | 333 | 134 | 6 | 0 | 72 | 16 | 102 | 100 | 75 |
| Binary | 11001110 | 11011011 | 1011100 | 110 | 0 | 111010 | 1110 | 1000010 | 1000000 | 111101 |
Color Harmonies of #CEDB5C
Complementary color
Monochromatic Colors of #CEDB5C
Black with #CEDB5C
Text Example
Text Example
White with #CEDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB5C; }
p { color: rgb(206,219,92); }
H1.HeaderClassName
{
color: #CEDB5C;
}
.AnyTagClassName
{
color: #CEDB5C;
}
</style>
background-color css
<style>
a { background-color: #CEDB5C; }
a { background-color: rgb(206,219,92); }
div.DivClassName
{
background-color: #CEDB5C;
}
.BgClassName
{
background-color: #CEDB5C;
}
</style>
border-color css
<style>
span { border-color: #CEDB5C; }
span { border-color: rgb(206,219,92); }
td.TdClassName
{
border-color: #CEDB5C;
}
.TagClassName
{
border-color: #CEDB5C;
}
</style>