Shades of Wild Willow #C8D550
Tints of Wild Willow #C8D550
RGB
CMYK
RGB Variations
Color information
#C8D550 (or 0xC8D550) is known color: Wild Willow. HEX triplet: C8, D5 and 50. RGB value is (200,213,80). Sum of RGB (Red+Green+Blue) = 200+213+80=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D550 is #372AAF. Grayscale: #C2C2C2. Windows color (decimal): -3615408 or 5297608. OLE color: 5297608.
HSL color Cylindrical-coordinate representation of color #C8D550: hue angle of 65.86º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8D550 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 80 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.16 |
| HSL | 65.86º | 0.61% | 0.57% | - |
| HSV(B) | 65.86º | 0.62% | 0.84% | - |
| XYZ | 49.06 | 60.45 | 16.67 | - |
| YUV | 193.95 | 63.69 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 80 | 0.06 | 0 | 0.62 | 0.16 | 65.86 | 0.61 | 0.57 |
| Hex | C8 | D5 | 50 | 6 | 0 | 3E | 10 | 42 | 3D | 39 |
| Octal | 310 | 325 | 120 | 6 | 0 | 76 | 20 | 102 | 75 | 71 |
| Binary | 11001000 | 11010101 | 1010000 | 110 | 0 | 111110 | 10000 | 1000010 | 111101 | 111001 |
Color Harmonies of #C8D550
Complementary color
Monochromatic Colors of #C8D550
Black with #C8D550
Text Example
Text Example
White with #C8D550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D550; }
p { color: rgb(200,213,80); }
H1.HeaderClassName
{
color: #C8D550;
}
.AnyTagClassName
{
color: #C8D550;
}
</style>
background-color css
<style>
a { background-color: #C8D550; }
a { background-color: rgb(200,213,80); }
div.DivClassName
{
background-color: #C8D550;
}
.BgClassName
{
background-color: #C8D550;
}
</style>
border-color css
<style>
span { border-color: #C8D550; }
span { border-color: rgb(200,213,80); }
td.TdClassName
{
border-color: #C8D550;
}
.TagClassName
{
border-color: #C8D550;
}
</style>