Shades of Wild Willow #C8D650
Tints of Wild Willow #C8D650
RGB
CMYK
RGB Variations
Color information
#C8D650 (or 0xC8D650) is known color: Wild Willow. HEX triplet: C8, D6 and 50. RGB value is (200,214,80). Sum of RGB (Red+Green+Blue) = 200+214+80=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D650 is #3729AF. Grayscale: #C3C3C3. Windows color (decimal): -3615152 or 5297864. OLE color: 5297864.
HSL color Cylindrical-coordinate representation of color #C8D650: hue angle of 66.27º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8D650 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 80 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.16 |
| HSL | 66.27º | 0.62% | 0.58% | - |
| HSV(B) | 66.27º | 0.63% | 0.84% | - |
| XYZ | 49.31 | 60.95 | 16.76 | - |
| YUV | 194.54 | 63.36 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 80 | 0.07 | 0 | 0.63 | 0.16 | 66.27 | 0.62 | 0.58 |
| Hex | C8 | D6 | 50 | 7 | 0 | 3F | 10 | 42 | 3E | 3A |
| Octal | 310 | 326 | 120 | 7 | 0 | 77 | 20 | 102 | 76 | 72 |
| Binary | 11001000 | 11010110 | 1010000 | 111 | 0 | 111111 | 10000 | 1000010 | 111110 | 111010 |
Color Harmonies of #C8D650
Complementary color
Monochromatic Colors of #C8D650
Black with #C8D650
Text Example
Text Example
White with #C8D650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D650; }
p { color: rgb(200,214,80); }
H1.HeaderClassName
{
color: #C8D650;
}
.AnyTagClassName
{
color: #C8D650;
}
</style>
background-color css
<style>
a { background-color: #C8D650; }
a { background-color: rgb(200,214,80); }
div.DivClassName
{
background-color: #C8D650;
}
.BgClassName
{
background-color: #C8D650;
}
</style>
border-color css
<style>
span { border-color: #C8D650; }
span { border-color: rgb(200,214,80); }
td.TdClassName
{
border-color: #C8D650;
}
.TagClassName
{
border-color: #C8D650;
}
</style>