Shades of Wild Willow #CFD55F
Tints of Wild Willow #CFD55F
RGB
CMYK
RGB Variations
Color information
#CFD55F (or 0xCFD55F) is known color: Wild Willow. HEX triplet: CF, D5 and 5F. RGB value is (207,213,95). Sum of RGB (Red+Green+Blue) = 207+213+95=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD55F is #302AA0. Grayscale: #C6C6C6. Windows color (decimal): -3156641 or 6280655. OLE color: 6280655.
HSL color Cylindrical-coordinate representation of color #CFD55F: hue angle of 63.05º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFD55F is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 95 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.16 |
| HSL | 63.05º | 0.58% | 0.6% | - |
| HSV(B) | 63.05º | 0.55% | 0.84% | - |
| XYZ | 51.59 | 61.68 | 20.01 | - |
| YUV | 197.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 95 | 0.03 | 0 | 0.55 | 0.16 | 63.05 | 0.58 | 0.6 |
| Hex | CF | D5 | 5F | 3 | 0 | 37 | 10 | 3F | 3A | 3C |
| Octal | 317 | 325 | 137 | 3 | 0 | 67 | 20 | 77 | 72 | 74 |
| Binary | 11001111 | 11010101 | 1011111 | 11 | 0 | 110111 | 10000 | 111111 | 111010 | 111100 |
Color Harmonies of #CFD55F
Complementary color
Monochromatic Colors of #CFD55F
Black with #CFD55F
Text Example
Text Example
White with #CFD55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD55F; }
p { color: rgb(207,213,95); }
H1.HeaderClassName
{
color: #CFD55F;
}
.AnyTagClassName
{
color: #CFD55F;
}
</style>
background-color css
<style>
a { background-color: #CFD55F; }
a { background-color: rgb(207,213,95); }
div.DivClassName
{
background-color: #CFD55F;
}
.BgClassName
{
background-color: #CFD55F;
}
</style>
border-color css
<style>
span { border-color: #CFD55F; }
span { border-color: rgb(207,213,95); }
td.TdClassName
{
border-color: #CFD55F;
}
.TagClassName
{
border-color: #CFD55F;
}
</style>