Shades of Wild Willow #C9CF50
Tints of Wild Willow #C9CF50
RGB
CMYK
RGB Variations
Color information
#C9CF50 (or 0xC9CF50) is known color: Wild Willow. HEX triplet: C9, CF and 50. RGB value is (201,207,80). Sum of RGB (Red+Green+Blue) = 201+207+80=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CF50 is #3630AF. Grayscale: #BFBFBF. Windows color (decimal): -3551408 or 5296073. OLE color: 5296073.
HSL color Cylindrical-coordinate representation of color #C9CF50: hue angle of 62.83º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9CF50 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 80 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.19 |
| HSL | 62.83º | 0.57% | 0.56% | - |
| HSV(B) | 62.83º | 0.61% | 0.81% | - |
| XYZ | 47.85 | 57.62 | 16.19 | - |
| YUV | 190.73 | 65.51 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 80 | 0.03 | 0 | 0.61 | 0.19 | 62.83 | 0.57 | 0.56 |
| Hex | C9 | CF | 50 | 3 | 0 | 3D | 13 | 3F | 39 | 38 |
| Octal | 311 | 317 | 120 | 3 | 0 | 75 | 23 | 77 | 71 | 70 |
| Binary | 11001001 | 11001111 | 1010000 | 11 | 0 | 111101 | 10011 | 111111 | 111001 | 111000 |
Color Harmonies of #C9CF50
Complementary color
Monochromatic Colors of #C9CF50
Black with #C9CF50
Text Example
Text Example
White with #C9CF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CF50; }
p { color: rgb(201,207,80); }
H1.HeaderClassName
{
color: #C9CF50;
}
.AnyTagClassName
{
color: #C9CF50;
}
</style>
background-color css
<style>
a { background-color: #C9CF50; }
a { background-color: rgb(201,207,80); }
div.DivClassName
{
background-color: #C9CF50;
}
.BgClassName
{
background-color: #C9CF50;
}
</style>
border-color css
<style>
span { border-color: #C9CF50; }
span { border-color: rgb(201,207,80); }
td.TdClassName
{
border-color: #C9CF50;
}
.TagClassName
{
border-color: #C9CF50;
}
</style>