Shades of Wild Willow #CCDE5C
Tints of Wild Willow #CCDE5C
RGB
CMYK
RGB Variations
Color information
#CCDE5C (or 0xCCDE5C) is known color: Wild Willow. HEX triplet: CC, DE and 5C. RGB value is (204,222,92). Sum of RGB (Red+Green+Blue) = 204+222+92=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDE5C is #3321A3. Grayscale: #CACACA. Windows color (decimal): -3350948 or 6086348. OLE color: 6086348.
HSL color Cylindrical-coordinate representation of color #CCDE5C: hue angle of 68.31º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCDE5C is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 92 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.13 |
| HSL | 68.31º | 0.66% | 0.62% | - |
| HSV(B) | 68.31º | 0.59% | 0.87% | - |
| XYZ | 52.95 | 65.85 | 20.05 | - |
| YUV | 201.8 | 66.04 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 92 | 0.08 | 0 | 0.59 | 0.13 | 68.31 | 0.66 | 0.62 |
| Hex | CC | DE | 5C | 8 | 0 | 3B | D | 44 | 42 | 3E |
| Octal | 314 | 336 | 134 | 10 | 0 | 73 | 15 | 104 | 102 | 76 |
| Binary | 11001100 | 11011110 | 1011100 | 1000 | 0 | 111011 | 1101 | 1000100 | 1000010 | 111110 |
Color Harmonies of #CCDE5C
Complementary color
Monochromatic Colors of #CCDE5C
Black with #CCDE5C
Text Example
Text Example
White with #CCDE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDE5C; }
p { color: rgb(204,222,92); }
H1.HeaderClassName
{
color: #CCDE5C;
}
.AnyTagClassName
{
color: #CCDE5C;
}
</style>
background-color css
<style>
a { background-color: #CCDE5C; }
a { background-color: rgb(204,222,92); }
div.DivClassName
{
background-color: #CCDE5C;
}
.BgClassName
{
background-color: #CCDE5C;
}
</style>
border-color css
<style>
span { border-color: #CCDE5C; }
span { border-color: rgb(204,222,92); }
td.TdClassName
{
border-color: #CCDE5C;
}
.TagClassName
{
border-color: #CCDE5C;
}
</style>