Shades of Wild Willow #CED652
Tints of Wild Willow #CED652
RGB
CMYK
RGB Variations
Color information
#CED652 (or 0xCED652) is known color: Wild Willow. HEX triplet: CE, D6 and 52. RGB value is (206,214,82). Sum of RGB (Red+Green+Blue) = 206+214+82=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 82 (32.42% from 255 or 16.33% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #CED652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED652 is #3129AD. Grayscale: #C5C5C5. Windows color (decimal): -3221934 or 5428942. OLE color: 5428942.
HSL color Cylindrical-coordinate representation of color #CED652: hue angle of 63.64º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CED652 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 82 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.16 |
| HSL | 63.64º | 0.62% | 0.58% | - |
| HSV(B) | 63.64º | 0.62% | 0.84% | - |
| XYZ | 51.02 | 61.82 | 17.23 | - |
| YUV | 196.56 | 63.35 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 82 | 0.04 | 0 | 0.62 | 0.16 | 63.64 | 0.62 | 0.58 |
| Hex | CE | D6 | 52 | 4 | 0 | 3E | 10 | 40 | 3E | 3A |
| Octal | 316 | 326 | 122 | 4 | 0 | 76 | 20 | 100 | 76 | 72 |
| Binary | 11001110 | 11010110 | 1010010 | 100 | 0 | 111110 | 10000 | 1000000 | 111110 | 111010 |
Color Harmonies of #CED652
Complementary color
Monochromatic Colors of #CED652
Black with #CED652
Text Example
Text Example
White with #CED652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED652; }
p { color: rgb(206,214,82); }
H1.HeaderClassName
{
color: #CED652;
}
.AnyTagClassName
{
color: #CED652;
}
</style>
background-color css
<style>
a { background-color: #CED652; }
a { background-color: rgb(206,214,82); }
div.DivClassName
{
background-color: #CED652;
}
.BgClassName
{
background-color: #CED652;
}
</style>
border-color css
<style>
span { border-color: #CED652; }
span { border-color: rgb(206,214,82); }
td.TdClassName
{
border-color: #CED652;
}
.TagClassName
{
border-color: #CED652;
}
</style>