Shades of Wild Willow #C5D264
Tints of Wild Willow #C5D264
RGB
CMYK
RGB Variations
Color information
#C5D264 (or 0xC5D264) is known color: Wild Willow. HEX triplet: C5, D2 and 64. RGB value is (197,210,100). Sum of RGB (Red+Green+Blue) = 197+210+100=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D264 is #3A2D9B. Grayscale: #C2C2C2. Windows color (decimal): -3812764 or 6607557. OLE color: 6607557.
HSL color Cylindrical-coordinate representation of color #C5D264: hue angle of 67.09º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5D264 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 210 | 100 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.18 |
| HSL | 67.09º | 0.55% | 0.61% | - |
| HSV(B) | 67.09º | 0.52% | 0.82% | - |
| XYZ | 48.37 | 58.88 | 20.87 | - |
| YUV | 193.57 | 75.19 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 100 | 0.06 | 0 | 0.52 | 0.18 | 67.09 | 0.55 | 0.61 |
| Hex | C5 | D2 | 64 | 6 | 0 | 34 | 12 | 43 | 37 | 3D |
| Octal | 305 | 322 | 144 | 6 | 0 | 64 | 22 | 103 | 67 | 75 |
| Binary | 11000101 | 11010010 | 1100100 | 110 | 0 | 110100 | 10010 | 1000011 | 110111 | 111101 |
Color Harmonies of #C5D264
Complementary color
Monochromatic Colors of #C5D264
Black with #C5D264
Text Example
Text Example
White with #C5D264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D264; }
p { color: rgb(197,210,100); }
H1.HeaderClassName
{
color: #C5D264;
}
.AnyTagClassName
{
color: #C5D264;
}
</style>
background-color css
<style>
a { background-color: #C5D264; }
a { background-color: rgb(197,210,100); }
div.DivClassName
{
background-color: #C5D264;
}
.BgClassName
{
background-color: #C5D264;
}
</style>
border-color css
<style>
span { border-color: #C5D264; }
span { border-color: rgb(197,210,100); }
td.TdClassName
{
border-color: #C5D264;
}
.TagClassName
{
border-color: #C5D264;
}
</style>