Shades of Wild Willow #CCD54E
Tints of Wild Willow #CCD54E
RGB
CMYK
RGB Variations
Color information
#CCD54E (or 0xCCD54E) is known color: Wild Willow. HEX triplet: CC, D5 and 4E. RGB value is (204,213,78). Sum of RGB (Red+Green+Blue) = 204+213+78=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD54E is #332AB1. Grayscale: #C3C3C3. Windows color (decimal): -3353266 or 5166540. OLE color: 5166540.
HSL color Cylindrical-coordinate representation of color #CCD54E: hue angle of 64º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCD54E is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 78 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.16 |
| HSL | 64º | 0.62% | 0.57% | - |
| HSV(B) | 64º | 0.63% | 0.84% | - |
| XYZ | 50.07 | 60.98 | 16.34 | - |
| YUV | 194.92 | 62.02 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 78 | 0.04 | 0 | 0.63 | 0.16 | 64 | 0.62 | 0.57 |
| Hex | CC | D5 | 4E | 4 | 0 | 3F | 10 | 40 | 3E | 39 |
| Octal | 314 | 325 | 116 | 4 | 0 | 77 | 20 | 100 | 76 | 71 |
| Binary | 11001100 | 11010101 | 1001110 | 100 | 0 | 111111 | 10000 | 1000000 | 111110 | 111001 |
Color Harmonies of #CCD54E
Complementary color
Monochromatic Colors of #CCD54E
Black with #CCD54E
Text Example
Text Example
White with #CCD54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD54E; }
p { color: rgb(204,213,78); }
H1.HeaderClassName
{
color: #CCD54E;
}
.AnyTagClassName
{
color: #CCD54E;
}
</style>
background-color css
<style>
a { background-color: #CCD54E; }
a { background-color: rgb(204,213,78); }
div.DivClassName
{
background-color: #CCD54E;
}
.BgClassName
{
background-color: #CCD54E;
}
</style>
border-color css
<style>
span { border-color: #CCD54E; }
span { border-color: rgb(204,213,78); }
td.TdClassName
{
border-color: #CCD54E;
}
.TagClassName
{
border-color: #CCD54E;
}
</style>