Shades of Wild Willow #CED456
Tints of Wild Willow #CED456
RGB
CMYK
RGB Variations
Color information
#CED456 (or 0xCED456) is known color: Wild Willow. HEX triplet: CE, D4 and 56. RGB value is (206,212,86). Sum of RGB (Red+Green+Blue) = 206+212+86=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #CED456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED456 is #312BA9. Grayscale: #C4C4C4. Windows color (decimal): -3222442 or 5690574. OLE color: 5690574.
HSL color Cylindrical-coordinate representation of color #CED456: hue angle of 62.86º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CED456 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 86 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.17 |
| HSL | 62.86º | 0.59% | 0.58% | - |
| HSV(B) | 62.86º | 0.59% | 0.83% | - |
| XYZ | 50.68 | 60.88 | 17.88 | - |
| YUV | 195.84 | 66.01 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 86 | 0.03 | 0 | 0.59 | 0.17 | 62.86 | 0.59 | 0.58 |
| Hex | CE | D4 | 56 | 3 | 0 | 3B | 11 | 3F | 3B | 3A |
| Octal | 316 | 324 | 126 | 3 | 0 | 73 | 21 | 77 | 73 | 72 |
| Binary | 11001110 | 11010100 | 1010110 | 11 | 0 | 111011 | 10001 | 111111 | 111011 | 111010 |
Color Harmonies of #CED456
Complementary color
Monochromatic Colors of #CED456
Black with #CED456
Text Example
Text Example
White with #CED456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED456; }
p { color: rgb(206,212,86); }
H1.HeaderClassName
{
color: #CED456;
}
.AnyTagClassName
{
color: #CED456;
}
</style>
background-color css
<style>
a { background-color: #CED456; }
a { background-color: rgb(206,212,86); }
div.DivClassName
{
background-color: #CED456;
}
.BgClassName
{
background-color: #CED456;
}
</style>
border-color css
<style>
span { border-color: #CED456; }
span { border-color: rgb(206,212,86); }
td.TdClassName
{
border-color: #CED456;
}
.TagClassName
{
border-color: #CED456;
}
</style>