Shades of Wild Willow #C8D65F
Tints of Wild Willow #C8D65F
RGB
CMYK
RGB Variations
Color information
#C8D65F (or 0xC8D65F) is known color: Wild Willow. HEX triplet: C8, D6 and 5F. RGB value is (200,214,95). Sum of RGB (Red+Green+Blue) = 200+214+95=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D65F is #3729A0. Grayscale: #C4C4C4. Windows color (decimal): -3615137 or 6280904. OLE color: 6280904.
HSL color Cylindrical-coordinate representation of color #C8D65F: hue angle of 67.06º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8D65F is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 95 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.16 |
| HSL | 67.06º | 0.59% | 0.61% | - |
| HSV(B) | 67.06º | 0.56% | 0.84% | - |
| XYZ | 49.93 | 61.2 | 20.01 | - |
| YUV | 196.25 | 70.86 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 95 | 0.07 | 0 | 0.56 | 0.16 | 67.06 | 0.59 | 0.61 |
| Hex | C8 | D6 | 5F | 7 | 0 | 38 | 10 | 43 | 3B | 3D |
| Octal | 310 | 326 | 137 | 7 | 0 | 70 | 20 | 103 | 73 | 75 |
| Binary | 11001000 | 11010110 | 1011111 | 111 | 0 | 111000 | 10000 | 1000011 | 111011 | 111101 |
Color Harmonies of #C8D65F
Complementary color
Monochromatic Colors of #C8D65F
Black with #C8D65F
Text Example
Text Example
White with #C8D65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D65F; }
p { color: rgb(200,214,95); }
H1.HeaderClassName
{
color: #C8D65F;
}
.AnyTagClassName
{
color: #C8D65F;
}
</style>
background-color css
<style>
a { background-color: #C8D65F; }
a { background-color: rgb(200,214,95); }
div.DivClassName
{
background-color: #C8D65F;
}
.BgClassName
{
background-color: #C8D65F;
}
</style>
border-color css
<style>
span { border-color: #C8D65F; }
span { border-color: rgb(200,214,95); }
td.TdClassName
{
border-color: #C8D65F;
}
.TagClassName
{
border-color: #C8D65F;
}
</style>