Shades of Wild Willow #CED452
Tints of Wild Willow #CED452
RGB
CMYK
RGB Variations
Color information
#CED452 (or 0xCED452) is known color: Wild Willow. HEX triplet: CE, D4 and 52. RGB value is (206,212,82). Sum of RGB (Red+Green+Blue) = 206+212+82=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 82 (32.42% from 255 or 16.4% from 500); Max value from RGB is 212 - color contains mainly: green. Hex color #CED452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED452 is #312BAD. Grayscale: #C3C3C3. Windows color (decimal): -3222446 or 5428430. OLE color: 5428430.
HSL color Cylindrical-coordinate representation of color #CED452: hue angle of 62.77º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CED452 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 82 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.17 |
| HSL | 62.77º | 0.6% | 0.58% | - |
| HSV(B) | 62.77º | 0.61% | 0.83% | - |
| XYZ | 50.52 | 60.82 | 17.06 | - |
| YUV | 195.39 | 64.01 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 82 | 0.03 | 0 | 0.61 | 0.17 | 62.77 | 0.6 | 0.58 |
| Hex | CE | D4 | 52 | 3 | 0 | 3D | 11 | 3F | 3C | 3A |
| Octal | 316 | 324 | 122 | 3 | 0 | 75 | 21 | 77 | 74 | 72 |
| Binary | 11001110 | 11010100 | 1010010 | 11 | 0 | 111101 | 10001 | 111111 | 111100 | 111010 |
Color Harmonies of #CED452
Complementary color
Monochromatic Colors of #CED452
Black with #CED452
Text Example
Text Example
White with #CED452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED452; }
p { color: rgb(206,212,82); }
H1.HeaderClassName
{
color: #CED452;
}
.AnyTagClassName
{
color: #CED452;
}
</style>
background-color css
<style>
a { background-color: #CED452; }
a { background-color: rgb(206,212,82); }
div.DivClassName
{
background-color: #CED452;
}
.BgClassName
{
background-color: #CED452;
}
</style>
border-color css
<style>
span { border-color: #CED452; }
span { border-color: rgb(206,212,82); }
td.TdClassName
{
border-color: #CED452;
}
.TagClassName
{
border-color: #CED452;
}
</style>