Shades of Wild Willow #C5DF64
Tints of Wild Willow #C5DF64
RGB
CMYK
RGB Variations
Color information
#C5DF64 (or 0xC5DF64) is known color: Wild Willow. HEX triplet: C5, DF and 64. RGB value is (197,223,100). Sum of RGB (Red+Green+Blue) = 197+223+100=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DF64 is #3A209B. Grayscale: #C9C9C9. Windows color (decimal): -3809436 or 6610885. OLE color: 6610885.
HSL color Cylindrical-coordinate representation of color #C5DF64: hue angle of 72.68º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5DF64 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 223 | 100 | - |
CMYK | 0.12 | 0 | 0.55 | 0.13 |
HSL | 72.68º | 0.66% | 0.63% | - |
HSV(B) | 72.68º | 0.55% | 0.87% | - |
XYZ | 51.71 | 65.57 | 21.99 | - |
YUV | 201.2 | 70.89 | 125 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 223 | 100 | 0.12 | 0 | 0.55 | 0.13 | 72.68 | 0.66 | 0.63 |
Hex | C5 | DF | 64 | C | 0 | 37 | D | 49 | 42 | 3F |
Octal | 305 | 337 | 144 | 14 | 0 | 67 | 15 | 111 | 102 | 77 |
Binary | 11000101 | 11011111 | 1100100 | 1100 | 0 | 110111 | 1101 | 1001001 | 1000010 | 111111 |
Color Harmonies of #C5DF64
Complementary color
Monochromatic Colors of #C5DF64
Black with #C5DF64
Text Example
Text Example
White with #C5DF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DF64; }
p { color: rgb(197,223,100); }
H1.HeaderClassName
{
color: #C5DF64;
}
.AnyTagClassName
{
color: #C5DF64;
}
</style>
background-color css
<style>
a { background-color: #C5DF64; }
a { background-color: rgb(197,223,100); }
div.DivClassName
{
background-color: #C5DF64;
}
.BgClassName
{
background-color: #C5DF64;
}
</style>
border-color css
<style>
span { border-color: #C5DF64; }
span { border-color: rgb(197,223,100); }
td.TdClassName
{
border-color: #C5DF64;
}
.TagClassName
{
border-color: #C5DF64;
}
</style>