Shades of Wild Willow #CED55A
Tints of Wild Willow #CED55A
RGB
CMYK
RGB Variations
Color information
#CED55A (or 0xCED55A) is known color: Wild Willow. HEX triplet: CE, D5 and 5A. RGB value is (206,213,90). Sum of RGB (Red+Green+Blue) = 206+213+90=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #CED55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED55A is #312AA5. Grayscale: #C5C5C5. Windows color (decimal): -3222182 or 5952974. OLE color: 5952974.
HSL color Cylindrical-coordinate representation of color #CED55A: hue angle of 63.41º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CED55A is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 90 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.16 |
| HSL | 63.41º | 0.59% | 0.59% | - |
| HSV(B) | 63.41º | 0.58% | 0.84% | - |
| XYZ | 51.09 | 61.45 | 18.84 | - |
| YUV | 196.89 | 67.68 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 90 | 0.03 | 0 | 0.58 | 0.16 | 63.41 | 0.59 | 0.59 |
| Hex | CE | D5 | 5A | 3 | 0 | 3A | 10 | 3F | 3B | 3B |
| Octal | 316 | 325 | 132 | 3 | 0 | 72 | 20 | 77 | 73 | 73 |
| Binary | 11001110 | 11010101 | 1011010 | 11 | 0 | 111010 | 10000 | 111111 | 111011 | 111011 |
Color Harmonies of #CED55A
Complementary color
Monochromatic Colors of #CED55A
Black with #CED55A
Text Example
Text Example
White with #CED55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED55A; }
p { color: rgb(206,213,90); }
H1.HeaderClassName
{
color: #CED55A;
}
.AnyTagClassName
{
color: #CED55A;
}
</style>
background-color css
<style>
a { background-color: #CED55A; }
a { background-color: rgb(206,213,90); }
div.DivClassName
{
background-color: #CED55A;
}
.BgClassName
{
background-color: #CED55A;
}
</style>
border-color css
<style>
span { border-color: #CED55A; }
span { border-color: rgb(206,213,90); }
td.TdClassName
{
border-color: #CED55A;
}
.TagClassName
{
border-color: #CED55A;
}
</style>