Shades of Wild Willow #CCDF5A
Tints of Wild Willow #CCDF5A
RGB
CMYK
RGB Variations
Color information
#CCDF5A (or 0xCCDF5A) is known color: Wild Willow. HEX triplet: CC, DF and 5A. RGB value is (204,223,90). Sum of RGB (Red+Green+Blue) = 204+223+90=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDF5A is #3320A5. Grayscale: #CACACA. Windows color (decimal): -3350694 or 5955532. OLE color: 5955532.
HSL color Cylindrical-coordinate representation of color #CCDF5A: hue angle of 68.57º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCDF5A is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 90 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.13 |
| HSL | 68.57º | 0.68% | 0.61% | - |
| HSV(B) | 68.57º | 0.6% | 0.87% | - |
| XYZ | 53.13 | 66.35 | 19.68 | - |
| YUV | 202.16 | 64.71 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 90 | 0.09 | 0 | 0.60 | 0.13 | 68.57 | 0.68 | 0.61 |
| Hex | CC | DF | 5A | 9 | 0 | 3C | D | 45 | 44 | 3D |
| Octal | 314 | 337 | 132 | 11 | 0 | 74 | 15 | 105 | 104 | 75 |
| Binary | 11001100 | 11011111 | 1011010 | 1001 | 0 | 111100 | 1101 | 1000101 | 1000100 | 111101 |
Color Harmonies of #CCDF5A
Complementary color
Monochromatic Colors of #CCDF5A
Black with #CCDF5A
Text Example
Text Example
White with #CCDF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF5A; }
p { color: rgb(204,223,90); }
H1.HeaderClassName
{
color: #CCDF5A;
}
.AnyTagClassName
{
color: #CCDF5A;
}
</style>
background-color css
<style>
a { background-color: #CCDF5A; }
a { background-color: rgb(204,223,90); }
div.DivClassName
{
background-color: #CCDF5A;
}
.BgClassName
{
background-color: #CCDF5A;
}
</style>
border-color css
<style>
span { border-color: #CCDF5A; }
span { border-color: rgb(204,223,90); }
td.TdClassName
{
border-color: #CCDF5A;
}
.TagClassName
{
border-color: #CCDF5A;
}
</style>