Shades of Wild Willow #C8D04D
Tints of Wild Willow #C8D04D
RGB
CMYK
RGB Variations
Color information
#C8D04D (or 0xC8D04D) is known color: Wild Willow. HEX triplet: C8, D0 and 4D. RGB value is (200,208,77). Sum of RGB (Red+Green+Blue) = 200+208+77=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D04D is #372FB2. Grayscale: #BFBFBF. Windows color (decimal): -3616691 or 5099720. OLE color: 5099720.
HSL color Cylindrical-coordinate representation of color #C8D04D: hue angle of 63.66º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8D04D is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 77 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.18 |
| HSL | 63.66º | 0.58% | 0.56% | - |
| HSV(B) | 63.66º | 0.63% | 0.82% | - |
| XYZ | 47.71 | 57.93 | 15.69 | - |
| YUV | 190.67 | 63.85 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 77 | 0.04 | 0 | 0.63 | 0.18 | 63.66 | 0.58 | 0.56 |
| Hex | C8 | D0 | 4D | 4 | 0 | 3F | 12 | 40 | 3A | 38 |
| Octal | 310 | 320 | 115 | 4 | 0 | 77 | 22 | 100 | 72 | 70 |
| Binary | 11001000 | 11010000 | 1001101 | 100 | 0 | 111111 | 10010 | 1000000 | 111010 | 111000 |
Color Harmonies of #C8D04D
Complementary color
Monochromatic Colors of #C8D04D
Black with #C8D04D
Text Example
Text Example
White with #C8D04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D04D; }
p { color: rgb(200,208,77); }
H1.HeaderClassName
{
color: #C8D04D;
}
.AnyTagClassName
{
color: #C8D04D;
}
</style>
background-color css
<style>
a { background-color: #C8D04D; }
a { background-color: rgb(200,208,77); }
div.DivClassName
{
background-color: #C8D04D;
}
.BgClassName
{
background-color: #C8D04D;
}
</style>
border-color css
<style>
span { border-color: #C8D04D; }
span { border-color: rgb(200,208,77); }
td.TdClassName
{
border-color: #C8D04D;
}
.TagClassName
{
border-color: #C8D04D;
}
</style>