Shades of Wild Willow #C8D65D
Tints of Wild Willow #C8D65D
RGB
CMYK
RGB Variations
Color information
#C8D65D (or 0xC8D65D) is known color: Wild Willow. HEX triplet: C8, D6 and 5D. RGB value is (200,214,93). Sum of RGB (Red+Green+Blue) = 200+214+93=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D65D is #3729A2. Grayscale: #C4C4C4. Windows color (decimal): -3615139 or 6149832. OLE color: 6149832.
HSL color Cylindrical-coordinate representation of color #C8D65D: hue angle of 66.94º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8D65D is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 93 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.16 |
| HSL | 66.94º | 0.6% | 0.6% | - |
| HSV(B) | 66.94º | 0.57% | 0.84% | - |
| XYZ | 49.84 | 61.16 | 19.53 | - |
| YUV | 196.02 | 69.86 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 93 | 0.07 | 0 | 0.57 | 0.16 | 66.94 | 0.6 | 0.6 |
| Hex | C8 | D6 | 5D | 7 | 0 | 39 | 10 | 43 | 3C | 3C |
| Octal | 310 | 326 | 135 | 7 | 0 | 71 | 20 | 103 | 74 | 74 |
| Binary | 11001000 | 11010110 | 1011101 | 111 | 0 | 111001 | 10000 | 1000011 | 111100 | 111100 |
Color Harmonies of #C8D65D
Complementary color
Monochromatic Colors of #C8D65D
Black with #C8D65D
Text Example
Text Example
White with #C8D65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D65D; }
p { color: rgb(200,214,93); }
H1.HeaderClassName
{
color: #C8D65D;
}
.AnyTagClassName
{
color: #C8D65D;
}
</style>
background-color css
<style>
a { background-color: #C8D65D; }
a { background-color: rgb(200,214,93); }
div.DivClassName
{
background-color: #C8D65D;
}
.BgClassName
{
background-color: #C8D65D;
}
</style>
border-color css
<style>
span { border-color: #C8D65D; }
span { border-color: rgb(200,214,93); }
td.TdClassName
{
border-color: #C8D65D;
}
.TagClassName
{
border-color: #C8D65D;
}
</style>