Shades of Wild Willow #CFD55A
Tints of Wild Willow #CFD55A
RGB
CMYK
RGB Variations
Color information
#CFD55A (or 0xCFD55A) is known color: Wild Willow. HEX triplet: CF, D5 and 5A. RGB value is (207,213,90). Sum of RGB (Red+Green+Blue) = 207+213+90=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD55A is #302AA5. Grayscale: #C5C5C5. Windows color (decimal): -3156646 or 5952975. OLE color: 5952975.
HSL color Cylindrical-coordinate representation of color #CFD55A: hue angle of 62.93º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFD55A is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 90 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.16 |
| HSL | 62.93º | 0.59% | 0.59% | - |
| HSV(B) | 62.93º | 0.58% | 0.84% | - |
| XYZ | 51.37 | 61.59 | 18.85 | - |
| YUV | 197.18 | 67.51 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 90 | 0.03 | 0 | 0.58 | 0.16 | 62.93 | 0.59 | 0.59 |
| Hex | CF | D5 | 5A | 3 | 0 | 3A | 10 | 3F | 3B | 3B |
| Octal | 317 | 325 | 132 | 3 | 0 | 72 | 20 | 77 | 73 | 73 |
| Binary | 11001111 | 11010101 | 1011010 | 11 | 0 | 111010 | 10000 | 111111 | 111011 | 111011 |
Color Harmonies of #CFD55A
Complementary color
Monochromatic Colors of #CFD55A
Black with #CFD55A
Text Example
Text Example
White with #CFD55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD55A; }
p { color: rgb(207,213,90); }
H1.HeaderClassName
{
color: #CFD55A;
}
.AnyTagClassName
{
color: #CFD55A;
}
</style>
background-color css
<style>
a { background-color: #CFD55A; }
a { background-color: rgb(207,213,90); }
div.DivClassName
{
background-color: #CFD55A;
}
.BgClassName
{
background-color: #CFD55A;
}
</style>
border-color css
<style>
span { border-color: #CFD55A; }
span { border-color: rgb(207,213,90); }
td.TdClassName
{
border-color: #CFD55A;
}
.TagClassName
{
border-color: #CFD55A;
}
</style>