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