Shades of Wild Willow #CCDD5E
Tints of Wild Willow #CCDD5E
RGB
CMYK
RGB Variations
Color information
#CCDD5E (or 0xCCDD5E) is known color: Wild Willow. HEX triplet: CC, DD and 5E. RGB value is (204,221,94). Sum of RGB (Red+Green+Blue) = 204+221+94=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD5E is #3322A1. Grayscale: #C9C9C9. Windows color (decimal): -3351202 or 6217164. OLE color: 6217164.
HSL color Cylindrical-coordinate representation of color #CCDD5E: hue angle of 68.03º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCDD5E is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 94 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.13 |
| HSL | 68.03º | 0.65% | 0.62% | - |
| HSV(B) | 68.03º | 0.57% | 0.87% | - |
| XYZ | 52.78 | 65.36 | 20.42 | - |
| YUV | 201.44 | 67.37 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 94 | 0.08 | 0 | 0.57 | 0.13 | 68.03 | 0.65 | 0.62 |
| Hex | CC | DD | 5E | 8 | 0 | 39 | D | 44 | 41 | 3E |
| Octal | 314 | 335 | 136 | 10 | 0 | 71 | 15 | 104 | 101 | 76 |
| Binary | 11001100 | 11011101 | 1011110 | 1000 | 0 | 111001 | 1101 | 1000100 | 1000001 | 111110 |
Color Harmonies of #CCDD5E
Complementary color
Monochromatic Colors of #CCDD5E
Black with #CCDD5E
Text Example
Text Example
White with #CCDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD5E; }
p { color: rgb(204,221,94); }
H1.HeaderClassName
{
color: #CCDD5E;
}
.AnyTagClassName
{
color: #CCDD5E;
}
</style>
background-color css
<style>
a { background-color: #CCDD5E; }
a { background-color: rgb(204,221,94); }
div.DivClassName
{
background-color: #CCDD5E;
}
.BgClassName
{
background-color: #CCDD5E;
}
</style>
border-color css
<style>
span { border-color: #CCDD5E; }
span { border-color: rgb(204,221,94); }
td.TdClassName
{
border-color: #CCDD5E;
}
.TagClassName
{
border-color: #CCDD5E;
}
</style>