Shades of Wild Willow #CED55C
Tints of Wild Willow #CED55C
RGB
CMYK
RGB Variations
Color information
#CED55C (or 0xCED55C) is known color: Wild Willow. HEX triplet: CE, D5 and 5C. RGB value is (206,213,92). Sum of RGB (Red+Green+Blue) = 206+213+92=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #CED55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED55C is #312AA3. Grayscale: #C5C5C5. Windows color (decimal): -3222180 or 6084046. OLE color: 6084046.
HSL color Cylindrical-coordinate representation of color #CED55C: hue angle of 63.47º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CED55C is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 92 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.16 |
| HSL | 63.47º | 0.59% | 0.6% | - |
| HSV(B) | 63.47º | 0.57% | 0.84% | - |
| XYZ | 51.18 | 61.48 | 19.3 | - |
| YUV | 197.11 | 68.68 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 92 | 0.03 | 0 | 0.57 | 0.16 | 63.47 | 0.59 | 0.6 |
| Hex | CE | D5 | 5C | 3 | 0 | 39 | 10 | 3F | 3B | 3C |
| Octal | 316 | 325 | 134 | 3 | 0 | 71 | 20 | 77 | 73 | 74 |
| Binary | 11001110 | 11010101 | 1011100 | 11 | 0 | 111001 | 10000 | 111111 | 111011 | 111100 |
Color Harmonies of #CED55C
Complementary color
Monochromatic Colors of #CED55C
Black with #CED55C
Text Example
Text Example
White with #CED55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED55C; }
p { color: rgb(206,213,92); }
H1.HeaderClassName
{
color: #CED55C;
}
.AnyTagClassName
{
color: #CED55C;
}
</style>
background-color css
<style>
a { background-color: #CED55C; }
a { background-color: rgb(206,213,92); }
div.DivClassName
{
background-color: #CED55C;
}
.BgClassName
{
background-color: #CED55C;
}
</style>
border-color css
<style>
span { border-color: #CED55C; }
span { border-color: rgb(206,213,92); }
td.TdClassName
{
border-color: #CED55C;
}
.TagClassName
{
border-color: #CED55C;
}
</style>