Shades of Wild Willow #CFD85A
Tints of Wild Willow #CFD85A
RGB
CMYK
RGB Variations
Color information
#CFD85A (or 0xCFD85A) is known color: Wild Willow. HEX triplet: CF, D8 and 5A. RGB value is (207,216,90). Sum of RGB (Red+Green+Blue) = 207+216+90=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD85A is #3027A5. Grayscale: #C7C7C7. Windows color (decimal): -3155878 or 5953743. OLE color: 5953743.
HSL color Cylindrical-coordinate representation of color #CFD85A: hue angle of 64.29º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFD85A is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 90 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.15 |
| HSL | 64.29º | 0.62% | 0.6% | - |
| HSV(B) | 64.29º | 0.58% | 0.85% | - |
| XYZ | 52.13 | 63.12 | 19.11 | - |
| YUV | 198.95 | 66.52 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 90 | 0.04 | 0 | 0.58 | 0.15 | 64.29 | 0.62 | 0.6 |
| Hex | CF | D8 | 5A | 4 | 0 | 3A | F | 40 | 3E | 3C |
| Octal | 317 | 330 | 132 | 4 | 0 | 72 | 17 | 100 | 76 | 74 |
| Binary | 11001111 | 11011000 | 1011010 | 100 | 0 | 111010 | 1111 | 1000000 | 111110 | 111100 |
Color Harmonies of #CFD85A
Complementary color
Monochromatic Colors of #CFD85A
Black with #CFD85A
Text Example
Text Example
White with #CFD85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD85A; }
p { color: rgb(207,216,90); }
H1.HeaderClassName
{
color: #CFD85A;
}
.AnyTagClassName
{
color: #CFD85A;
}
</style>
background-color css
<style>
a { background-color: #CFD85A; }
a { background-color: rgb(207,216,90); }
div.DivClassName
{
background-color: #CFD85A;
}
.BgClassName
{
background-color: #CFD85A;
}
</style>
border-color css
<style>
span { border-color: #CFD85A; }
span { border-color: rgb(207,216,90); }
td.TdClassName
{
border-color: #CFD85A;
}
.TagClassName
{
border-color: #CFD85A;
}
</style>