Shades of Wild Willow #C8D850
Tints of Wild Willow #C8D850
RGB
CMYK
RGB Variations
Color information
#C8D850 (or 0xC8D850) is known color: Wild Willow. HEX triplet: C8, D8 and 50. RGB value is (200,216,80). Sum of RGB (Red+Green+Blue) = 200+216+80=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D850 is #3727AF. Grayscale: #C4C4C4. Windows color (decimal): -3614640 or 5298376. OLE color: 5298376.
HSL color Cylindrical-coordinate representation of color #C8D850: hue angle of 67.06º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8D850 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 80 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.15 |
| HSL | 67.06º | 0.64% | 0.58% | - |
| HSV(B) | 67.06º | 0.63% | 0.85% | - |
| XYZ | 49.82 | 61.97 | 16.92 | - |
| YUV | 195.71 | 62.7 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 80 | 0.07 | 0 | 0.63 | 0.15 | 67.06 | 0.64 | 0.58 |
| Hex | C8 | D8 | 50 | 7 | 0 | 3F | F | 43 | 40 | 3A |
| Octal | 310 | 330 | 120 | 7 | 0 | 77 | 17 | 103 | 100 | 72 |
| Binary | 11001000 | 11011000 | 1010000 | 111 | 0 | 111111 | 1111 | 1000011 | 1000000 | 111010 |
Color Harmonies of #C8D850
Complementary color
Monochromatic Colors of #C8D850
Black with #C8D850
Text Example
Text Example
White with #C8D850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D850; }
p { color: rgb(200,216,80); }
H1.HeaderClassName
{
color: #C8D850;
}
.AnyTagClassName
{
color: #C8D850;
}
</style>
background-color css
<style>
a { background-color: #C8D850; }
a { background-color: rgb(200,216,80); }
div.DivClassName
{
background-color: #C8D850;
}
.BgClassName
{
background-color: #C8D850;
}
</style>
border-color css
<style>
span { border-color: #C8D850; }
span { border-color: rgb(200,216,80); }
td.TdClassName
{
border-color: #C8D850;
}
.TagClassName
{
border-color: #C8D850;
}
</style>