Shades of Wild Willow #C8CD58
Tints of Wild Willow #C8CD58
RGB
CMYK
RGB Variations
Color information
#C8CD58 (or 0xC8CD58) is known color: Wild Willow. HEX triplet: C8, CD and 58. RGB value is (200,205,88). Sum of RGB (Red+Green+Blue) = 200+205+88=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 88 (34.77% from 255 or 17.85% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CD58 is #3732A7. Grayscale: #BEBEBE. Windows color (decimal): -3617448 or 5819848. OLE color: 5819848.
HSL color Cylindrical-coordinate representation of color #C8CD58: hue angle of 62.56º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8CD58 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 205 | 88 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.20 |
| HSL | 62.56º | 0.54% | 0.57% | - |
| HSV(B) | 62.56º | 0.57% | 0.8% | - |
| XYZ | 47.41 | 56.65 | 17.67 | - |
| YUV | 190.17 | 70.34 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 88 | 0.02 | 0 | 0.57 | 0.20 | 62.56 | 0.54 | 0.57 |
| Hex | C8 | CD | 58 | 2 | 0 | 39 | 14 | 3F | 36 | 39 |
| Octal | 310 | 315 | 130 | 2 | 0 | 71 | 24 | 77 | 66 | 71 |
| Binary | 11001000 | 11001101 | 1011000 | 10 | 0 | 111001 | 10100 | 111111 | 110110 | 111001 |
Color Harmonies of #C8CD58
Complementary color
Monochromatic Colors of #C8CD58
Black with #C8CD58
Text Example
Text Example
White with #C8CD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CD58; }
p { color: rgb(200,205,88); }
H1.HeaderClassName
{
color: #C8CD58;
}
.AnyTagClassName
{
color: #C8CD58;
}
</style>
background-color css
<style>
a { background-color: #C8CD58; }
a { background-color: rgb(200,205,88); }
div.DivClassName
{
background-color: #C8CD58;
}
.BgClassName
{
background-color: #C8CD58;
}
</style>
border-color css
<style>
span { border-color: #C8CD58; }
span { border-color: rgb(200,205,88); }
td.TdClassName
{
border-color: #C8CD58;
}
.TagClassName
{
border-color: #C8CD58;
}
</style>