Shades of Wild Willow #C8DA5A
Tints of Wild Willow #C8DA5A
RGB
CMYK
RGB Variations
Color information
#C8DA5A (or 0xC8DA5A) is known color: Wild Willow. HEX triplet: C8, DA and 5A. RGB value is (200,218,90). Sum of RGB (Red+Green+Blue) = 200+218+90=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DA5A is #3725A5. Grayscale: #C6C6C6. Windows color (decimal): -3614118 or 5954248. OLE color: 5954248.
HSL color Cylindrical-coordinate representation of color #C8DA5A: hue angle of 68.44º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8DA5A is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 90 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.15 |
| HSL | 68.44º | 0.63% | 0.6% | - |
| HSV(B) | 68.44º | 0.59% | 0.85% | - |
| XYZ | 50.74 | 63.16 | 19.19 | - |
| YUV | 198.03 | 67.04 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 90 | 0.08 | 0 | 0.59 | 0.15 | 68.44 | 0.63 | 0.6 |
| Hex | C8 | DA | 5A | 8 | 0 | 3B | F | 44 | 3F | 3C |
| Octal | 310 | 332 | 132 | 10 | 0 | 73 | 17 | 104 | 77 | 74 |
| Binary | 11001000 | 11011010 | 1011010 | 1000 | 0 | 111011 | 1111 | 1000100 | 111111 | 111100 |
Color Harmonies of #C8DA5A
Complementary color
Monochromatic Colors of #C8DA5A
Black with #C8DA5A
Text Example
Text Example
White with #C8DA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DA5A; }
p { color: rgb(200,218,90); }
H1.HeaderClassName
{
color: #C8DA5A;
}
.AnyTagClassName
{
color: #C8DA5A;
}
</style>
background-color css
<style>
a { background-color: #C8DA5A; }
a { background-color: rgb(200,218,90); }
div.DivClassName
{
background-color: #C8DA5A;
}
.BgClassName
{
background-color: #C8DA5A;
}
</style>
border-color css
<style>
span { border-color: #C8DA5A; }
span { border-color: rgb(200,218,90); }
td.TdClassName
{
border-color: #C8DA5A;
}
.TagClassName
{
border-color: #C8DA5A;
}
</style>