Shades of Wild Willow #C8D351
Tints of Wild Willow #C8D351
RGB
CMYK
RGB Variations
Color information
#C8D351 (or 0xC8D351) is known color: Wild Willow. HEX triplet: C8, D3 and 51. RGB value is (200,211,81). Sum of RGB (Red+Green+Blue) = 200+211+81=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 211 - color contains mainly: green. Hex color #C8D351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D351 is #372CAE. Grayscale: #C1C1C1. Windows color (decimal): -3615919 or 5362632. OLE color: 5362632.
HSL color Cylindrical-coordinate representation of color #C8D351: hue angle of 65.08º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8D351 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 211 | 81 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.17 |
| HSL | 65.08º | 0.6% | 0.57% | - |
| HSV(B) | 65.08º | 0.62% | 0.83% | - |
| XYZ | 48.6 | 59.46 | 16.7 | - |
| YUV | 192.89 | 64.86 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 211 | 81 | 0.05 | 0 | 0.62 | 0.17 | 65.08 | 0.6 | 0.57 |
| Hex | C8 | D3 | 51 | 5 | 0 | 3E | 11 | 41 | 3C | 39 |
| Octal | 310 | 323 | 121 | 5 | 0 | 76 | 21 | 101 | 74 | 71 |
| Binary | 11001000 | 11010011 | 1010001 | 101 | 0 | 111110 | 10001 | 1000001 | 111100 | 111001 |
Color Harmonies of #C8D351
Complementary color
Monochromatic Colors of #C8D351
Black with #C8D351
Text Example
Text Example
White with #C8D351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D351; }
p { color: rgb(200,211,81); }
H1.HeaderClassName
{
color: #C8D351;
}
.AnyTagClassName
{
color: #C8D351;
}
</style>
background-color css
<style>
a { background-color: #C8D351; }
a { background-color: rgb(200,211,81); }
div.DivClassName
{
background-color: #C8D351;
}
.BgClassName
{
background-color: #C8D351;
}
</style>
border-color css
<style>
span { border-color: #C8D351; }
span { border-color: rgb(200,211,81); }
td.TdClassName
{
border-color: #C8D351;
}
.TagClassName
{
border-color: #C8D351;
}
</style>