Shades of Wild Willow #CEDA56
Tints of Wild Willow #CEDA56
RGB
CMYK
RGB Variations
Color information
#CEDA56 (or 0xCEDA56) is known color: Wild Willow. HEX triplet: CE, DA and 56. RGB value is (206,218,86). Sum of RGB (Red+Green+Blue) = 206+218+86=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 86 (33.98% from 255 or 16.86% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDA56 is #3125A9. Grayscale: #C7C7C7. Windows color (decimal): -3220906 or 5692110. OLE color: 5692110.
HSL color Cylindrical-coordinate representation of color #CEDA56: hue angle of 65.45º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEDA56 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 86 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.15 |
| HSL | 65.45º | 0.64% | 0.6% | - |
| HSV(B) | 65.45º | 0.61% | 0.85% | - |
| XYZ | 52.2 | 63.94 | 18.39 | - |
| YUV | 199.36 | 64.02 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 86 | 0.06 | 0 | 0.61 | 0.15 | 65.45 | 0.64 | 0.6 |
| Hex | CE | DA | 56 | 6 | 0 | 3D | F | 41 | 40 | 3C |
| Octal | 316 | 332 | 126 | 6 | 0 | 75 | 17 | 101 | 100 | 74 |
| Binary | 11001110 | 11011010 | 1010110 | 110 | 0 | 111101 | 1111 | 1000001 | 1000000 | 111100 |
Color Harmonies of #CEDA56
Complementary color
Monochromatic Colors of #CEDA56
Black with #CEDA56
Text Example
Text Example
White with #CEDA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA56; }
p { color: rgb(206,218,86); }
H1.HeaderClassName
{
color: #CEDA56;
}
.AnyTagClassName
{
color: #CEDA56;
}
</style>
background-color css
<style>
a { background-color: #CEDA56; }
a { background-color: rgb(206,218,86); }
div.DivClassName
{
background-color: #CEDA56;
}
.BgClassName
{
background-color: #CEDA56;
}
</style>
border-color css
<style>
span { border-color: #CEDA56; }
span { border-color: rgb(206,218,86); }
td.TdClassName
{
border-color: #CEDA56;
}
.TagClassName
{
border-color: #CEDA56;
}
</style>