Shades of Wild Willow #CED558
Tints of Wild Willow #CED558
RGB
CMYK
RGB Variations
Color information
#CED558 (or 0xCED558) is known color: Wild Willow. HEX triplet: CE, D5 and 58. RGB value is (206,213,88). Sum of RGB (Red+Green+Blue) = 206+213+88=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #CED558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED558 is #312AA7. Grayscale: #C5C5C5. Windows color (decimal): -3222184 or 5821902. OLE color: 5821902.
HSL color Cylindrical-coordinate representation of color #CED558: hue angle of 63.36º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CED558 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 88 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.16 |
| HSL | 63.36º | 0.6% | 0.59% | - |
| HSV(B) | 63.36º | 0.59% | 0.84% | - |
| XYZ | 51.01 | 61.41 | 18.4 | - |
| YUV | 196.66 | 66.68 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 88 | 0.03 | 0 | 0.59 | 0.16 | 63.36 | 0.6 | 0.59 |
| Hex | CE | D5 | 58 | 3 | 0 | 3B | 10 | 3F | 3C | 3B |
| Octal | 316 | 325 | 130 | 3 | 0 | 73 | 20 | 77 | 74 | 73 |
| Binary | 11001110 | 11010101 | 1011000 | 11 | 0 | 111011 | 10000 | 111111 | 111100 | 111011 |
Color Harmonies of #CED558
Complementary color
Monochromatic Colors of #CED558
Black with #CED558
Text Example
Text Example
White with #CED558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED558; }
p { color: rgb(206,213,88); }
H1.HeaderClassName
{
color: #CED558;
}
.AnyTagClassName
{
color: #CED558;
}
</style>
background-color css
<style>
a { background-color: #CED558; }
a { background-color: rgb(206,213,88); }
div.DivClassName
{
background-color: #CED558;
}
.BgClassName
{
background-color: #CED558;
}
</style>
border-color css
<style>
span { border-color: #CED558; }
span { border-color: rgb(206,213,88); }
td.TdClassName
{
border-color: #CED558;
}
.TagClassName
{
border-color: #CED558;
}
</style>