Shades of Wild Willow #CFD25B
Tints of Wild Willow #CFD25B
RGB
CMYK
RGB Variations
Color information
#CFD25B (or 0xCFD25B) is known color: Wild Willow. HEX triplet: CF, D2 and 5B. RGB value is (207,210,91). Sum of RGB (Red+Green+Blue) = 207+210+91=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD25B is #302DA4. Grayscale: #C4C4C4. Windows color (decimal): -3157413 or 6017743. OLE color: 6017743.
HSL color Cylindrical-coordinate representation of color #CFD25B: hue angle of 61.51º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFD25B is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 91 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.18 |
| HSL | 61.51º | 0.57% | 0.59% | - |
| HSV(B) | 61.51º | 0.57% | 0.82% | - |
| XYZ | 50.67 | 60.11 | 18.83 | - |
| YUV | 195.54 | 69.01 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 91 | 0.01 | 0 | 0.57 | 0.18 | 61.51 | 0.57 | 0.59 |
| Hex | CF | D2 | 5B | 1 | 0 | 39 | 12 | 3E | 39 | 3B |
| Octal | 317 | 322 | 133 | 1 | 0 | 71 | 22 | 76 | 71 | 73 |
| Binary | 11001111 | 11010010 | 1011011 | 1 | 0 | 111001 | 10010 | 111110 | 111001 | 111011 |
Color Harmonies of #CFD25B
Complementary color
Monochromatic Colors of #CFD25B
Black with #CFD25B
Text Example
Text Example
White with #CFD25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD25B; }
p { color: rgb(207,210,91); }
H1.HeaderClassName
{
color: #CFD25B;
}
.AnyTagClassName
{
color: #CFD25B;
}
</style>
background-color css
<style>
a { background-color: #CFD25B; }
a { background-color: rgb(207,210,91); }
div.DivClassName
{
background-color: #CFD25B;
}
.BgClassName
{
background-color: #CFD25B;
}
</style>
border-color css
<style>
span { border-color: #CFD25B; }
span { border-color: rgb(207,210,91); }
td.TdClassName
{
border-color: #CFD25B;
}
.TagClassName
{
border-color: #CFD25B;
}
</style>