Shades of Wild Willow #CED451
Tints of Wild Willow #CED451
RGB
CMYK
RGB Variations
Color information
#CED451 (or 0xCED451) is known color: Wild Willow. HEX triplet: CE, D4 and 51. RGB value is (206,212,81). Sum of RGB (Red+Green+Blue) = 206+212+81=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 81 (32.03% from 255 or 16.23% from 499); Max value from RGB is 212 - color contains mainly: green. Hex color #CED451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED451 is #312BAE. Grayscale: #C3C3C3. Windows color (decimal): -3222447 or 5362894. OLE color: 5362894.
HSL color Cylindrical-coordinate representation of color #CED451: hue angle of 62.75º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CED451 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 81 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.17 |
| HSL | 62.75º | 0.6% | 0.57% | - |
| HSV(B) | 62.75º | 0.62% | 0.83% | - |
| XYZ | 50.48 | 60.8 | 16.86 | - |
| YUV | 195.27 | 63.51 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 81 | 0.03 | 0 | 0.62 | 0.17 | 62.75 | 0.6 | 0.57 |
| Hex | CE | D4 | 51 | 3 | 0 | 3E | 11 | 3F | 3C | 39 |
| Octal | 316 | 324 | 121 | 3 | 0 | 76 | 21 | 77 | 74 | 71 |
| Binary | 11001110 | 11010100 | 1010001 | 11 | 0 | 111110 | 10001 | 111111 | 111100 | 111001 |
Color Harmonies of #CED451
Complementary color
Monochromatic Colors of #CED451
Black with #CED451
Text Example
Text Example
White with #CED451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED451; }
p { color: rgb(206,212,81); }
H1.HeaderClassName
{
color: #CED451;
}
.AnyTagClassName
{
color: #CED451;
}
</style>
background-color css
<style>
a { background-color: #CED451; }
a { background-color: rgb(206,212,81); }
div.DivClassName
{
background-color: #CED451;
}
.BgClassName
{
background-color: #CED451;
}
</style>
border-color css
<style>
span { border-color: #CED451; }
span { border-color: rgb(206,212,81); }
td.TdClassName
{
border-color: #CED451;
}
.TagClassName
{
border-color: #CED451;
}
</style>