Shades of Wild Willow #C8DA5F
Tints of Wild Willow #C8DA5F
RGB
CMYK
RGB Variations
Color information
#C8DA5F (or 0xC8DA5F) is known color: Wild Willow. HEX triplet: C8, DA and 5F. RGB value is (200,218,95). Sum of RGB (Red+Green+Blue) = 200+218+95=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 95 (37.5% from 255 or 18.52% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DA5F is #3725A0. Grayscale: #C7C7C7. Windows color (decimal): -3614113 or 6281928. OLE color: 6281928.
HSL color Cylindrical-coordinate representation of color #C8DA5F: hue angle of 68.78º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8DA5F is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 95 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.15 |
| HSL | 68.78º | 0.62% | 0.61% | - |
| HSV(B) | 68.78º | 0.56% | 0.85% | - |
| XYZ | 50.96 | 63.25 | 20.35 | - |
| YUV | 198.6 | 69.54 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 95 | 0.08 | 0 | 0.56 | 0.15 | 68.78 | 0.62 | 0.61 |
| Hex | C8 | DA | 5F | 8 | 0 | 38 | F | 45 | 3E | 3D |
| Octal | 310 | 332 | 137 | 10 | 0 | 70 | 17 | 105 | 76 | 75 |
| Binary | 11001000 | 11011010 | 1011111 | 1000 | 0 | 111000 | 1111 | 1000101 | 111110 | 111101 |
Color Harmonies of #C8DA5F
Complementary color
Monochromatic Colors of #C8DA5F
Black with #C8DA5F
Text Example
Text Example
White with #C8DA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DA5F; }
p { color: rgb(200,218,95); }
H1.HeaderClassName
{
color: #C8DA5F;
}
.AnyTagClassName
{
color: #C8DA5F;
}
</style>
background-color css
<style>
a { background-color: #C8DA5F; }
a { background-color: rgb(200,218,95); }
div.DivClassName
{
background-color: #C8DA5F;
}
.BgClassName
{
background-color: #C8DA5F;
}
</style>
border-color css
<style>
span { border-color: #C8DA5F; }
span { border-color: rgb(200,218,95); }
td.TdClassName
{
border-color: #C8DA5F;
}
.TagClassName
{
border-color: #C8DA5F;
}
</style>