Shades of Wild Willow #CFD55B
Tints of Wild Willow #CFD55B
RGB
CMYK
RGB Variations
Color information
#CFD55B (or 0xCFD55B) is known color: Wild Willow. HEX triplet: CF, D5 and 5B. RGB value is (207,213,91). Sum of RGB (Red+Green+Blue) = 207+213+91=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD55B is #302AA4. Grayscale: #C5C5C5. Windows color (decimal): -3156645 or 6018511. OLE color: 6018511.
HSL color Cylindrical-coordinate representation of color #CFD55B: hue angle of 62.95º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFD55B is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 91 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.16 |
| HSL | 62.95º | 0.59% | 0.6% | - |
| HSV(B) | 62.95º | 0.57% | 0.84% | - |
| XYZ | 51.41 | 61.61 | 19.08 | - |
| YUV | 197.3 | 68.01 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 91 | 0.03 | 0 | 0.57 | 0.16 | 62.95 | 0.59 | 0.6 |
| Hex | CF | D5 | 5B | 3 | 0 | 39 | 10 | 3F | 3B | 3C |
| Octal | 317 | 325 | 133 | 3 | 0 | 71 | 20 | 77 | 73 | 74 |
| Binary | 11001111 | 11010101 | 1011011 | 11 | 0 | 111001 | 10000 | 111111 | 111011 | 111100 |
Color Harmonies of #CFD55B
Complementary color
Monochromatic Colors of #CFD55B
Black with #CFD55B
Text Example
Text Example
White with #CFD55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD55B; }
p { color: rgb(207,213,91); }
H1.HeaderClassName
{
color: #CFD55B;
}
.AnyTagClassName
{
color: #CFD55B;
}
</style>
background-color css
<style>
a { background-color: #CFD55B; }
a { background-color: rgb(207,213,91); }
div.DivClassName
{
background-color: #CFD55B;
}
.BgClassName
{
background-color: #CFD55B;
}
</style>
border-color css
<style>
span { border-color: #CFD55B; }
span { border-color: rgb(207,213,91); }
td.TdClassName
{
border-color: #CFD55B;
}
.TagClassName
{
border-color: #CFD55B;
}
</style>