Shades of Wild Willow #CFD85B
Tints of Wild Willow #CFD85B
RGB
CMYK
RGB Variations
Color information
#CFD85B (or 0xCFD85B) is known color: Wild Willow. HEX triplet: CF, D8 and 5B. RGB value is (207,216,91). Sum of RGB (Red+Green+Blue) = 207+216+91=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 91 (35.94% from 255 or 17.70% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD85B is #3027A4. Grayscale: #C7C7C7. Windows color (decimal): -3155877 or 6019279. OLE color: 6019279.
HSL color Cylindrical-coordinate representation of color #CFD85B: hue angle of 64.32º 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 #CFD85B is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 91 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.15 |
| HSL | 64.32º | 0.62% | 0.6% | - |
| HSV(B) | 64.32º | 0.58% | 0.85% | - |
| XYZ | 52.18 | 63.13 | 19.33 | - |
| YUV | 199.06 | 67.02 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 91 | 0.04 | 0 | 0.58 | 0.15 | 64.32 | 0.62 | 0.6 |
| Hex | CF | D8 | 5B | 4 | 0 | 3A | F | 40 | 3E | 3C |
| Octal | 317 | 330 | 133 | 4 | 0 | 72 | 17 | 100 | 76 | 74 |
| Binary | 11001111 | 11011000 | 1011011 | 100 | 0 | 111010 | 1111 | 1000000 | 111110 | 111100 |
Color Harmonies of #CFD85B
Complementary color
Monochromatic Colors of #CFD85B
Black with #CFD85B
Text Example
Text Example
White with #CFD85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD85B; }
p { color: rgb(207,216,91); }
H1.HeaderClassName
{
color: #CFD85B;
}
.AnyTagClassName
{
color: #CFD85B;
}
</style>
background-color css
<style>
a { background-color: #CFD85B; }
a { background-color: rgb(207,216,91); }
div.DivClassName
{
background-color: #CFD85B;
}
.BgClassName
{
background-color: #CFD85B;
}
</style>
border-color css
<style>
span { border-color: #CFD85B; }
span { border-color: rgb(207,216,91); }
td.TdClassName
{
border-color: #CFD85B;
}
.TagClassName
{
border-color: #CFD85B;
}
</style>