Shades of Wild Willow #CCDF58
Tints of Wild Willow #CCDF58
RGB
CMYK
RGB Variations
Color information
#CCDF58 (or 0xCCDF58) is known color: Wild Willow. HEX triplet: CC, DF and 58. RGB value is (204,223,88). Sum of RGB (Red+Green+Blue) = 204+223+88=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 88 (34.77% from 255 or 17.09% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDF58 is #3320A7. Grayscale: #CACACA. Windows color (decimal): -3350696 or 5824460. OLE color: 5824460.
HSL color Cylindrical-coordinate representation of color #CCDF58: hue angle of 68.44º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCDF58 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 88 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.13 |
| HSL | 68.44º | 0.68% | 0.61% | - |
| HSV(B) | 68.44º | 0.61% | 0.87% | - |
| XYZ | 53.05 | 66.32 | 19.24 | - |
| YUV | 201.93 | 63.71 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 88 | 0.09 | 0 | 0.61 | 0.13 | 68.44 | 0.68 | 0.61 |
| Hex | CC | DF | 58 | 9 | 0 | 3D | D | 44 | 44 | 3D |
| Octal | 314 | 337 | 130 | 11 | 0 | 75 | 15 | 104 | 104 | 75 |
| Binary | 11001100 | 11011111 | 1011000 | 1001 | 0 | 111101 | 1101 | 1000100 | 1000100 | 111101 |
Color Harmonies of #CCDF58
Complementary color
Monochromatic Colors of #CCDF58
Black with #CCDF58
Text Example
Text Example
White with #CCDF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF58; }
p { color: rgb(204,223,88); }
H1.HeaderClassName
{
color: #CCDF58;
}
.AnyTagClassName
{
color: #CCDF58;
}
</style>
background-color css
<style>
a { background-color: #CCDF58; }
a { background-color: rgb(204,223,88); }
div.DivClassName
{
background-color: #CCDF58;
}
.BgClassName
{
background-color: #CCDF58;
}
</style>
border-color css
<style>
span { border-color: #CCDF58; }
span { border-color: rgb(204,223,88); }
td.TdClassName
{
border-color: #CCDF58;
}
.TagClassName
{
border-color: #CCDF58;
}
</style>