Shades of Wild Willow #CCD95E
Tints of Wild Willow #CCD95E
RGB
CMYK
RGB Variations
Color information
#CCD95E (or 0xCCD95E) is known color: Wild Willow. HEX triplet: CC, D9 and 5E. RGB value is (204,217,94). Sum of RGB (Red+Green+Blue) = 204+217+94=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD95E is #3326A1. Grayscale: #C7C7C7. Windows color (decimal): -3352226 or 6216140. OLE color: 6216140.
HSL color Cylindrical-coordinate representation of color #CCD95E: hue angle of 66.34º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCD95E is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 94 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.15 |
| HSL | 66.34º | 0.62% | 0.61% | - |
| HSV(B) | 66.34º | 0.57% | 0.85% | - |
| XYZ | 51.74 | 63.27 | 20.08 | - |
| YUV | 199.09 | 68.69 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 94 | 0.06 | 0 | 0.57 | 0.15 | 66.34 | 0.62 | 0.61 |
| Hex | CC | D9 | 5E | 6 | 0 | 39 | F | 42 | 3E | 3D |
| Octal | 314 | 331 | 136 | 6 | 0 | 71 | 17 | 102 | 76 | 75 |
| Binary | 11001100 | 11011001 | 1011110 | 110 | 0 | 111001 | 1111 | 1000010 | 111110 | 111101 |
Color Harmonies of #CCD95E
Complementary color
Monochromatic Colors of #CCD95E
Black with #CCD95E
Text Example
Text Example
White with #CCD95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD95E; }
p { color: rgb(204,217,94); }
H1.HeaderClassName
{
color: #CCD95E;
}
.AnyTagClassName
{
color: #CCD95E;
}
</style>
background-color css
<style>
a { background-color: #CCD95E; }
a { background-color: rgb(204,217,94); }
div.DivClassName
{
background-color: #CCD95E;
}
.BgClassName
{
background-color: #CCD95E;
}
</style>
border-color css
<style>
span { border-color: #CCD95E; }
span { border-color: rgb(204,217,94); }
td.TdClassName
{
border-color: #CCD95E;
}
.TagClassName
{
border-color: #CCD95E;
}
</style>