Shades of Wild Willow #CFD45B
Tints of Wild Willow #CFD45B
RGB
CMYK
RGB Variations
Color information
#CFD45B (or 0xCFD45B) is known color: Wild Willow. HEX triplet: CF, D4 and 5B. RGB value is (207,212,91). Sum of RGB (Red+Green+Blue) = 207+212+91=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 212 (83.20% from 255 or 41.57% from 510); Blue value is 91 (35.94% from 255 or 17.84% from 510); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD45B is #302BA4. Grayscale: #C5C5C5. Windows color (decimal): -3156901 or 6018255. OLE color: 6018255.
HSL color Cylindrical-coordinate representation of color #CFD45B: hue angle of 62.48º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFD45B is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 91 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.17 |
| HSL | 62.48º | 0.58% | 0.59% | - |
| HSV(B) | 62.48º | 0.57% | 0.83% | - |
| XYZ | 51.16 | 61.11 | 19 | - |
| YUV | 196.71 | 68.34 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 91 | 0.02 | 0 | 0.57 | 0.17 | 62.48 | 0.58 | 0.59 |
| Hex | CF | D4 | 5B | 2 | 0 | 39 | 11 | 3E | 3A | 3B |
| Octal | 317 | 324 | 133 | 2 | 0 | 71 | 21 | 76 | 72 | 73 |
| Binary | 11001111 | 11010100 | 1011011 | 10 | 0 | 111001 | 10001 | 111110 | 111010 | 111011 |
Color Harmonies of #CFD45B
Complementary color
Monochromatic Colors of #CFD45B
Black with #CFD45B
Text Example
Text Example
White with #CFD45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD45B; }
p { color: rgb(207,212,91); }
H1.HeaderClassName
{
color: #CFD45B;
}
.AnyTagClassName
{
color: #CFD45B;
}
</style>
background-color css
<style>
a { background-color: #CFD45B; }
a { background-color: rgb(207,212,91); }
div.DivClassName
{
background-color: #CFD45B;
}
.BgClassName
{
background-color: #CFD45B;
}
</style>
border-color css
<style>
span { border-color: #CFD45B; }
span { border-color: rgb(207,212,91); }
td.TdClassName
{
border-color: #CFD45B;
}
.TagClassName
{
border-color: #CFD45B;
}
</style>