Shades of Wild Willow #C8D465
Tints of Wild Willow #C8D465
RGB
CMYK
RGB Variations
Color information
#C8D465 (or 0xC8D465) is known color: Wild Willow. HEX triplet: C8, D4 and 65. RGB value is (200,212,101). Sum of RGB (Red+Green+Blue) = 200+212+101=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D465 is #372B9A. Grayscale: #C4C4C4. Windows color (decimal): -3615643 or 6673608. OLE color: 6673608.
HSL color Cylindrical-coordinate representation of color #C8D465: hue angle of 66.49º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8D465 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 212 | 101 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.17 |
| HSL | 66.49º | 0.56% | 0.61% | - |
| HSV(B) | 66.49º | 0.52% | 0.83% | - |
| XYZ | 49.71 | 60.31 | 21.33 | - |
| YUV | 195.76 | 74.52 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 212 | 101 | 0.06 | 0 | 0.52 | 0.17 | 66.49 | 0.56 | 0.61 |
| Hex | C8 | D4 | 65 | 6 | 0 | 34 | 11 | 42 | 38 | 3D |
| Octal | 310 | 324 | 145 | 6 | 0 | 64 | 21 | 102 | 70 | 75 |
| Binary | 11001000 | 11010100 | 1100101 | 110 | 0 | 110100 | 10001 | 1000010 | 111000 | 111101 |
Color Harmonies of #C8D465
Complementary color
Monochromatic Colors of #C8D465
Black with #C8D465
Text Example
Text Example
White with #C8D465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D465; }
p { color: rgb(200,212,101); }
H1.HeaderClassName
{
color: #C8D465;
}
.AnyTagClassName
{
color: #C8D465;
}
</style>
background-color css
<style>
a { background-color: #C8D465; }
a { background-color: rgb(200,212,101); }
div.DivClassName
{
background-color: #C8D465;
}
.BgClassName
{
background-color: #C8D465;
}
</style>
border-color css
<style>
span { border-color: #C8D465; }
span { border-color: rgb(200,212,101); }
td.TdClassName
{
border-color: #C8D465;
}
.TagClassName
{
border-color: #C8D465;
}
</style>