Shades of Wild Willow #CFDB5C
Tints of Wild Willow #CFDB5C
RGB
CMYK
RGB Variations
Color information
#CFDB5C (or 0xCFDB5C) is known color: Wild Willow. HEX triplet: CF, DB and 5C. RGB value is (207,219,92). Sum of RGB (Red+Green+Blue) = 207+219+92=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB5C is #3024A3. Grayscale: #C9C9C9. Windows color (decimal): -3155108 or 6085583. OLE color: 6085583.
HSL color Cylindrical-coordinate representation of color #CFDB5C: hue angle of 65.67º 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 #CFDB5C is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 92 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.14 |
| HSL | 65.67º | 0.64% | 0.61% | - |
| HSV(B) | 65.67º | 0.58% | 0.86% | - |
| XYZ | 53 | 64.7 | 19.82 | - |
| YUV | 200.93 | 66.52 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 92 | 0.05 | 0 | 0.58 | 0.14 | 65.67 | 0.64 | 0.61 |
| Hex | CF | DB | 5C | 5 | 0 | 3A | E | 42 | 40 | 3D |
| Octal | 317 | 333 | 134 | 5 | 0 | 72 | 16 | 102 | 100 | 75 |
| Binary | 11001111 | 11011011 | 1011100 | 101 | 0 | 111010 | 1110 | 1000010 | 1000000 | 111101 |
Color Harmonies of #CFDB5C
Complementary color
Monochromatic Colors of #CFDB5C
Black with #CFDB5C
Text Example
Text Example
White with #CFDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB5C; }
p { color: rgb(207,219,92); }
H1.HeaderClassName
{
color: #CFDB5C;
}
.AnyTagClassName
{
color: #CFDB5C;
}
</style>
background-color css
<style>
a { background-color: #CFDB5C; }
a { background-color: rgb(207,219,92); }
div.DivClassName
{
background-color: #CFDB5C;
}
.BgClassName
{
background-color: #CFDB5C;
}
</style>
border-color css
<style>
span { border-color: #CFDB5C; }
span { border-color: rgb(207,219,92); }
td.TdClassName
{
border-color: #CFDB5C;
}
.TagClassName
{
border-color: #CFDB5C;
}
</style>