Shades of Wild Willow #C4D050
Tints of Wild Willow #C4D050
RGB
CMYK
RGB Variations
Color information
#C4D050 (or 0xC4D050) is known color: Wild Willow. HEX triplet: C4, D0 and 50. RGB value is (196,208,80). Sum of RGB (Red+Green+Blue) = 196+208+80=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D050 is #3B2FAF. Grayscale: #BEBEBE. Windows color (decimal): -3878832 or 5296324. OLE color: 5296324.
HSL color Cylindrical-coordinate representation of color #C4D050: hue angle of 65.62º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4D050 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 80 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.18 |
| HSL | 65.63º | 0.58% | 0.56% | - |
| HSV(B) | 65.63º | 0.62% | 0.82% | - |
| XYZ | 46.77 | 57.43 | 16.21 | - |
| YUV | 189.82 | 66.02 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 80 | 0.06 | 0 | 0.62 | 0.18 | 65.63 | 0.58 | 0.56 |
| Hex | C4 | D0 | 50 | 6 | 0 | 3E | 12 | 42 | 3A | 38 |
| Octal | 304 | 320 | 120 | 6 | 0 | 76 | 22 | 102 | 72 | 70 |
| Binary | 11000100 | 11010000 | 1010000 | 110 | 0 | 111110 | 10010 | 1000010 | 111010 | 111000 |
Color Harmonies of #C4D050
Complementary color
Monochromatic Colors of #C4D050
Black with #C4D050
Text Example
Text Example
White with #C4D050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D050; }
p { color: rgb(196,208,80); }
H1.HeaderClassName
{
color: #C4D050;
}
.AnyTagClassName
{
color: #C4D050;
}
</style>
background-color css
<style>
a { background-color: #C4D050; }
a { background-color: rgb(196,208,80); }
div.DivClassName
{
background-color: #C4D050;
}
.BgClassName
{
background-color: #C4D050;
}
</style>
border-color css
<style>
span { border-color: #C4D050; }
span { border-color: rgb(196,208,80); }
td.TdClassName
{
border-color: #C4D050;
}
.TagClassName
{
border-color: #C4D050;
}
</style>