Shades of Wild Willow #C8DA60
Tints of Wild Willow #C8DA60
RGB
CMYK
RGB Variations
Color information
#C8DA60 (or 0xC8DA60) is known color: Wild Willow. HEX triplet: C8, DA and 60. RGB value is (200,218,96). Sum of RGB (Red+Green+Blue) = 200+218+96=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DA60 is #37259F. Grayscale: #C7C7C7. Windows color (decimal): -3614112 or 6347464. OLE color: 6347464.
HSL color Cylindrical-coordinate representation of color #C8DA60: hue angle of 68.85º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8DA60 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 96 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.15 |
| HSL | 68.85º | 0.62% | 0.62% | - |
| HSV(B) | 68.85º | 0.56% | 0.85% | - |
| XYZ | 51 | 63.27 | 20.59 | - |
| YUV | 198.71 | 70.04 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 96 | 0.08 | 0 | 0.56 | 0.15 | 68.85 | 0.62 | 0.62 |
| Hex | C8 | DA | 60 | 8 | 0 | 38 | F | 45 | 3E | 3E |
| Octal | 310 | 332 | 140 | 10 | 0 | 70 | 17 | 105 | 76 | 76 |
| Binary | 11001000 | 11011010 | 1100000 | 1000 | 0 | 111000 | 1111 | 1000101 | 111110 | 111110 |
Color Harmonies of #C8DA60
Complementary color
Monochromatic Colors of #C8DA60
Black with #C8DA60
Text Example
Text Example
White with #C8DA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DA60; }
p { color: rgb(200,218,96); }
H1.HeaderClassName
{
color: #C8DA60;
}
.AnyTagClassName
{
color: #C8DA60;
}
</style>
background-color css
<style>
a { background-color: #C8DA60; }
a { background-color: rgb(200,218,96); }
div.DivClassName
{
background-color: #C8DA60;
}
.BgClassName
{
background-color: #C8DA60;
}
</style>
border-color css
<style>
span { border-color: #C8DA60; }
span { border-color: rgb(200,218,96); }
td.TdClassName
{
border-color: #C8DA60;
}
.TagClassName
{
border-color: #C8DA60;
}
</style>