Shades of Wild Willow #CCDF5B
Tints of Wild Willow #CCDF5B
RGB
CMYK
RGB Variations
Color information
#CCDF5B (or 0xCCDF5B) is known color: Wild Willow. HEX triplet: CC, DF and 5B. RGB value is (204,223,91). Sum of RGB (Red+Green+Blue) = 204+223+91=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDF5B is #3320A4. Grayscale: #CACACA. Windows color (decimal): -3350693 or 6021068. OLE color: 6021068.
HSL color Cylindrical-coordinate representation of color #CCDF5B: hue angle of 68.64º degrees, saturation: 0.67, 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 #CCDF5B is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 91 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.13 |
| HSL | 68.64º | 0.67% | 0.62% | - |
| HSV(B) | 68.64º | 0.59% | 0.87% | - |
| XYZ | 53.18 | 66.37 | 19.91 | - |
| YUV | 202.27 | 65.21 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 91 | 0.09 | 0 | 0.59 | 0.13 | 68.64 | 0.67 | 0.62 |
| Hex | CC | DF | 5B | 9 | 0 | 3B | D | 45 | 43 | 3E |
| Octal | 314 | 337 | 133 | 11 | 0 | 73 | 15 | 105 | 103 | 76 |
| Binary | 11001100 | 11011111 | 1011011 | 1001 | 0 | 111011 | 1101 | 1000101 | 1000011 | 111110 |
Color Harmonies of #CCDF5B
Complementary color
Monochromatic Colors of #CCDF5B
Black with #CCDF5B
Text Example
Text Example
White with #CCDF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF5B; }
p { color: rgb(204,223,91); }
H1.HeaderClassName
{
color: #CCDF5B;
}
.AnyTagClassName
{
color: #CCDF5B;
}
</style>
background-color css
<style>
a { background-color: #CCDF5B; }
a { background-color: rgb(204,223,91); }
div.DivClassName
{
background-color: #CCDF5B;
}
.BgClassName
{
background-color: #CCDF5B;
}
</style>
border-color css
<style>
span { border-color: #CCDF5B; }
span { border-color: rgb(204,223,91); }
td.TdClassName
{
border-color: #CCDF5B;
}
.TagClassName
{
border-color: #CCDF5B;
}
</style>