Shades of Wild Willow #C8D050
Tints of Wild Willow #C8D050
RGB
CMYK
RGB Variations
Color information
#C8D050 (or 0xC8D050) is known color: Wild Willow. HEX triplet: C8, D0 and 50. RGB value is (200,208,80). Sum of RGB (Red+Green+Blue) = 200+208+80=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D050 is #372FAF. Grayscale: #BFBFBF. Windows color (decimal): -3616688 or 5296328. OLE color: 5296328.
HSL color Cylindrical-coordinate representation of color #C8D050: hue angle of 63.75º 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 #C8D050 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 80 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.18 |
| HSL | 63.75º | 0.58% | 0.56% | - |
| HSV(B) | 63.75º | 0.62% | 0.82% | - |
| XYZ | 47.82 | 57.97 | 16.26 | - |
| YUV | 191.02 | 65.35 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 80 | 0.04 | 0 | 0.62 | 0.18 | 63.75 | 0.58 | 0.56 |
| Hex | C8 | D0 | 50 | 4 | 0 | 3E | 12 | 40 | 3A | 38 |
| Octal | 310 | 320 | 120 | 4 | 0 | 76 | 22 | 100 | 72 | 70 |
| Binary | 11001000 | 11010000 | 1010000 | 100 | 0 | 111110 | 10010 | 1000000 | 111010 | 111000 |
Color Harmonies of #C8D050
Complementary color
Monochromatic Colors of #C8D050
Black with #C8D050
Text Example
Text Example
White with #C8D050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D050; }
p { color: rgb(200,208,80); }
H1.HeaderClassName
{
color: #C8D050;
}
.AnyTagClassName
{
color: #C8D050;
}
</style>
background-color css
<style>
a { background-color: #C8D050; }
a { background-color: rgb(200,208,80); }
div.DivClassName
{
background-color: #C8D050;
}
.BgClassName
{
background-color: #C8D050;
}
</style>
border-color css
<style>
span { border-color: #C8D050; }
span { border-color: rgb(200,208,80); }
td.TdClassName
{
border-color: #C8D050;
}
.TagClassName
{
border-color: #C8D050;
}
</style>