Shades of Wild Willow #CFD85E
Tints of Wild Willow #CFD85E
RGB
CMYK
RGB Variations
Color information
#CFD85E (or 0xCFD85E) is known color: Wild Willow. HEX triplet: CF, D8 and 5E. RGB value is (207,216,94). Sum of RGB (Red+Green+Blue) = 207+216+94=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD85E is #3027A1. Grayscale: #C7C7C7. Windows color (decimal): -3155874 or 6215887. OLE color: 6215887.
HSL color Cylindrical-coordinate representation of color #CFD85E: hue angle of 64.43º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFD85E is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 94 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.15 |
| HSL | 64.43º | 0.61% | 0.61% | - |
| HSV(B) | 64.43º | 0.56% | 0.85% | - |
| XYZ | 52.31 | 63.19 | 20.03 | - |
| YUV | 199.4 | 68.52 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 94 | 0.04 | 0 | 0.56 | 0.15 | 64.43 | 0.61 | 0.61 |
| Hex | CF | D8 | 5E | 4 | 0 | 38 | F | 40 | 3D | 3D |
| Octal | 317 | 330 | 136 | 4 | 0 | 70 | 17 | 100 | 75 | 75 |
| Binary | 11001111 | 11011000 | 1011110 | 100 | 0 | 111000 | 1111 | 1000000 | 111101 | 111101 |
Color Harmonies of #CFD85E
Complementary color
Monochromatic Colors of #CFD85E
Black with #CFD85E
Text Example
Text Example
White with #CFD85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD85E; }
p { color: rgb(207,216,94); }
H1.HeaderClassName
{
color: #CFD85E;
}
.AnyTagClassName
{
color: #CFD85E;
}
</style>
background-color css
<style>
a { background-color: #CFD85E; }
a { background-color: rgb(207,216,94); }
div.DivClassName
{
background-color: #CFD85E;
}
.BgClassName
{
background-color: #CFD85E;
}
</style>
border-color css
<style>
span { border-color: #CFD85E; }
span { border-color: rgb(207,216,94); }
td.TdClassName
{
border-color: #CFD85E;
}
.TagClassName
{
border-color: #CFD85E;
}
</style>