Shades of Wild Willow #C8DD58
Tints of Wild Willow #C8DD58
RGB
CMYK
RGB Variations
Color information
#C8DD58 (or 0xC8DD58) is known color: Wild Willow. HEX triplet: C8, DD and 58. RGB value is (200,221,88). Sum of RGB (Red+Green+Blue) = 200+221+88=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DD58 is #3722A7. Grayscale: #C8C8C8. Windows color (decimal): -3613352 or 5823944. OLE color: 5823944.
HSL color Cylindrical-coordinate representation of color #C8DD58: hue angle of 69.47º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8DD58 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 88 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.13 |
| HSL | 69.47º | 0.66% | 0.61% | - |
| HSV(B) | 69.47º | 0.6% | 0.87% | - |
| XYZ | 51.44 | 64.7 | 19.01 | - |
| YUV | 199.56 | 65.04 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 88 | 0.10 | 0 | 0.60 | 0.13 | 69.47 | 0.66 | 0.61 |
| Hex | C8 | DD | 58 | A | 0 | 3C | D | 45 | 42 | 3D |
| Octal | 310 | 335 | 130 | 12 | 0 | 74 | 15 | 105 | 102 | 75 |
| Binary | 11001000 | 11011101 | 1011000 | 1010 | 0 | 111100 | 1101 | 1000101 | 1000010 | 111101 |
Color Harmonies of #C8DD58
Complementary color
Monochromatic Colors of #C8DD58
Black with #C8DD58
Text Example
Text Example
White with #C8DD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD58; }
p { color: rgb(200,221,88); }
H1.HeaderClassName
{
color: #C8DD58;
}
.AnyTagClassName
{
color: #C8DD58;
}
</style>
background-color css
<style>
a { background-color: #C8DD58; }
a { background-color: rgb(200,221,88); }
div.DivClassName
{
background-color: #C8DD58;
}
.BgClassName
{
background-color: #C8DD58;
}
</style>
border-color css
<style>
span { border-color: #C8DD58; }
span { border-color: rgb(200,221,88); }
td.TdClassName
{
border-color: #C8DD58;
}
.TagClassName
{
border-color: #C8DD58;
}
</style>