Shades of Wild Willow #CFDB5B
Tints of Wild Willow #CFDB5B
RGB
CMYK
RGB Variations
Color information
#CFDB5B (or 0xCFDB5B) is known color: Wild Willow. HEX triplet: CF, DB and 5B. RGB value is (207,219,91). Sum of RGB (Red+Green+Blue) = 207+219+91=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 91 (35.94% from 255 or 17.60% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB5B is #3024A4. Grayscale: #C9C9C9. Windows color (decimal): -3155109 or 6020047. OLE color: 6020047.
HSL color Cylindrical-coordinate representation of color #CFDB5B: hue angle of 65.62º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFDB5B is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 91 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.14 |
| HSL | 65.63º | 0.64% | 0.61% | - |
| HSV(B) | 65.63º | 0.58% | 0.86% | - |
| XYZ | 52.95 | 64.68 | 19.59 | - |
| YUV | 200.82 | 66.02 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 91 | 0.05 | 0 | 0.58 | 0.14 | 65.63 | 0.64 | 0.61 |
| Hex | CF | DB | 5B | 5 | 0 | 3A | E | 42 | 40 | 3D |
| Octal | 317 | 333 | 133 | 5 | 0 | 72 | 16 | 102 | 100 | 75 |
| Binary | 11001111 | 11011011 | 1011011 | 101 | 0 | 111010 | 1110 | 1000010 | 1000000 | 111101 |
Color Harmonies of #CFDB5B
Complementary color
Monochromatic Colors of #CFDB5B
Black with #CFDB5B
Text Example
Text Example
White with #CFDB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB5B; }
p { color: rgb(207,219,91); }
H1.HeaderClassName
{
color: #CFDB5B;
}
.AnyTagClassName
{
color: #CFDB5B;
}
</style>
background-color css
<style>
a { background-color: #CFDB5B; }
a { background-color: rgb(207,219,91); }
div.DivClassName
{
background-color: #CFDB5B;
}
.BgClassName
{
background-color: #CFDB5B;
}
</style>
border-color css
<style>
span { border-color: #CFDB5B; }
span { border-color: rgb(207,219,91); }
td.TdClassName
{
border-color: #CFDB5B;
}
.TagClassName
{
border-color: #CFDB5B;
}
</style>