Shades of Wild Willow #CCD25E
Tints of Wild Willow #CCD25E
RGB
CMYK
RGB Variations
Color information
#CCD25E (or 0xCCD25E) is known color: Wild Willow. HEX triplet: CC, D2 and 5E. RGB value is (204,210,94). Sum of RGB (Red+Green+Blue) = 204+210+94=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD25E is #332DA1. Grayscale: #C3C3C3. Windows color (decimal): -3354018 or 6214348. OLE color: 6214348.
HSL color Cylindrical-coordinate representation of color #CCD25E: hue angle of 63.1º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCD25E is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 94 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.18 |
| HSL | 63.1º | 0.56% | 0.6% | - |
| HSV(B) | 63.1º | 0.55% | 0.82% | - |
| XYZ | 49.97 | 59.74 | 19.49 | - |
| YUV | 194.98 | 71.01 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 94 | 0.03 | 0 | 0.55 | 0.18 | 63.1 | 0.56 | 0.6 |
| Hex | CC | D2 | 5E | 3 | 0 | 37 | 12 | 3F | 38 | 3C |
| Octal | 314 | 322 | 136 | 3 | 0 | 67 | 22 | 77 | 70 | 74 |
| Binary | 11001100 | 11010010 | 1011110 | 11 | 0 | 110111 | 10010 | 111111 | 111000 | 111100 |
Color Harmonies of #CCD25E
Complementary color
Monochromatic Colors of #CCD25E
Black with #CCD25E
Text Example
Text Example
White with #CCD25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD25E; }
p { color: rgb(204,210,94); }
H1.HeaderClassName
{
color: #CCD25E;
}
.AnyTagClassName
{
color: #CCD25E;
}
</style>
background-color css
<style>
a { background-color: #CCD25E; }
a { background-color: rgb(204,210,94); }
div.DivClassName
{
background-color: #CCD25E;
}
.BgClassName
{
background-color: #CCD25E;
}
</style>
border-color css
<style>
span { border-color: #CCD25E; }
span { border-color: rgb(204,210,94); }
td.TdClassName
{
border-color: #CCD25E;
}
.TagClassName
{
border-color: #CCD25E;
}
</style>