Shades of Wild Willow #C8DA55
Tints of Wild Willow #C8DA55
RGB
CMYK
RGB Variations
Color information
#C8DA55 (or 0xC8DA55) is known color: Wild Willow. HEX triplet: C8, DA and 55. RGB value is (200,218,85). Sum of RGB (Red+Green+Blue) = 200+218+85=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DA55 is #3725AA. Grayscale: #C5C5C5. Windows color (decimal): -3614123 or 5626568. OLE color: 5626568.
HSL color Cylindrical-coordinate representation of color #C8DA55: hue angle of 68.12º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8DA55 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 85 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.15 |
| HSL | 68.12º | 0.64% | 0.59% | - |
| HSV(B) | 68.12º | 0.61% | 0.85% | - |
| XYZ | 50.53 | 63.08 | 18.11 | - |
| YUV | 197.46 | 64.54 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 85 | 0.08 | 0 | 0.61 | 0.15 | 68.12 | 0.64 | 0.59 |
| Hex | C8 | DA | 55 | 8 | 0 | 3D | F | 44 | 40 | 3B |
| Octal | 310 | 332 | 125 | 10 | 0 | 75 | 17 | 104 | 100 | 73 |
| Binary | 11001000 | 11011010 | 1010101 | 1000 | 0 | 111101 | 1111 | 1000100 | 1000000 | 111011 |
Color Harmonies of #C8DA55
Complementary color
Monochromatic Colors of #C8DA55
Black with #C8DA55
Text Example
Text Example
White with #C8DA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DA55; }
p { color: rgb(200,218,85); }
H1.HeaderClassName
{
color: #C8DA55;
}
.AnyTagClassName
{
color: #C8DA55;
}
</style>
background-color css
<style>
a { background-color: #C8DA55; }
a { background-color: rgb(200,218,85); }
div.DivClassName
{
background-color: #C8DA55;
}
.BgClassName
{
background-color: #C8DA55;
}
</style>
border-color css
<style>
span { border-color: #C8DA55; }
span { border-color: rgb(200,218,85); }
td.TdClassName
{
border-color: #C8DA55;
}
.TagClassName
{
border-color: #C8DA55;
}
</style>