Shades of Wild Willow #C8DA58
Tints of Wild Willow #C8DA58
RGB
CMYK
RGB Variations
Color information
#C8DA58 (or 0xC8DA58) is known color: Wild Willow. HEX triplet: C8, DA and 58. RGB value is (200,218,88). Sum of RGB (Red+Green+Blue) = 200+218+88=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 88 (34.77% from 255 or 17.39% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DA58 is #3725A7. Grayscale: #C6C6C6. Windows color (decimal): -3614120 or 5823176. OLE color: 5823176.
HSL color Cylindrical-coordinate representation of color #C8DA58: hue angle of 68.31º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8DA58 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 88 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.15 |
| HSL | 68.31º | 0.64% | 0.6% | - |
| HSV(B) | 68.31º | 0.6% | 0.85% | - |
| XYZ | 50.65 | 63.13 | 18.75 | - |
| YUV | 197.8 | 66.04 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 88 | 0.08 | 0 | 0.60 | 0.15 | 68.31 | 0.64 | 0.6 |
| Hex | C8 | DA | 58 | 8 | 0 | 3C | F | 44 | 40 | 3C |
| Octal | 310 | 332 | 130 | 10 | 0 | 74 | 17 | 104 | 100 | 74 |
| Binary | 11001000 | 11011010 | 1011000 | 1000 | 0 | 111100 | 1111 | 1000100 | 1000000 | 111100 |
Color Harmonies of #C8DA58
Complementary color
Monochromatic Colors of #C8DA58
Black with #C8DA58
Text Example
Text Example
White with #C8DA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DA58; }
p { color: rgb(200,218,88); }
H1.HeaderClassName
{
color: #C8DA58;
}
.AnyTagClassName
{
color: #C8DA58;
}
</style>
background-color css
<style>
a { background-color: #C8DA58; }
a { background-color: rgb(200,218,88); }
div.DivClassName
{
background-color: #C8DA58;
}
.BgClassName
{
background-color: #C8DA58;
}
</style>
border-color css
<style>
span { border-color: #C8DA58; }
span { border-color: rgb(200,218,88); }
td.TdClassName
{
border-color: #C8DA58;
}
.TagClassName
{
border-color: #C8DA58;
}
</style>