Shades of Wild Willow #CCD454
Tints of Wild Willow #CCD454
RGB
CMYK
RGB Variations
Color information
#CCD454 (or 0xCCD454) is known color: Wild Willow. HEX triplet: CC, D4 and 54. RGB value is (204,212,84). Sum of RGB (Red+Green+Blue) = 204+212+84=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD454 is #332BAB. Grayscale: #C3C3C3. Windows color (decimal): -3353516 or 5559500. OLE color: 5559500.
HSL color Cylindrical-coordinate representation of color #CCD454: hue angle of 63.75º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCD454 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 84 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.17 |
| HSL | 63.75º | 0.6% | 0.58% | - |
| HSV(B) | 63.75º | 0.6% | 0.83% | - |
| XYZ | 50.05 | 60.56 | 17.44 | - |
| YUV | 195.02 | 65.35 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 84 | 0.04 | 0 | 0.60 | 0.17 | 63.75 | 0.6 | 0.58 |
| Hex | CC | D4 | 54 | 4 | 0 | 3C | 11 | 40 | 3C | 3A |
| Octal | 314 | 324 | 124 | 4 | 0 | 74 | 21 | 100 | 74 | 72 |
| Binary | 11001100 | 11010100 | 1010100 | 100 | 0 | 111100 | 10001 | 1000000 | 111100 | 111010 |
Color Harmonies of #CCD454
Complementary color
Monochromatic Colors of #CCD454
Black with #CCD454
Text Example
Text Example
White with #CCD454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD454; }
p { color: rgb(204,212,84); }
H1.HeaderClassName
{
color: #CCD454;
}
.AnyTagClassName
{
color: #CCD454;
}
</style>
background-color css
<style>
a { background-color: #CCD454; }
a { background-color: rgb(204,212,84); }
div.DivClassName
{
background-color: #CCD454;
}
.BgClassName
{
background-color: #CCD454;
}
</style>
border-color css
<style>
span { border-color: #CCD454; }
span { border-color: rgb(204,212,84); }
td.TdClassName
{
border-color: #CCD454;
}
.TagClassName
{
border-color: #CCD454;
}
</style>