Shades of Wild Willow #C5D757
Tints of Wild Willow #C5D757
RGB
CMYK
RGB Variations
Color information
#C5D757 (or 0xC5D757) is known color: Wild Willow. HEX triplet: C5, D7 and 57. RGB value is (197,215,87). Sum of RGB (Red+Green+Blue) = 197+215+87=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D757 is #3A28A8. Grayscale: #C3C3C3. Windows color (decimal): -3811497 or 5756869. OLE color: 5756869.
HSL color Cylindrical-coordinate representation of color #C5D757: hue angle of 68.44º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5D757 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 215 | 87 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.16 |
| HSL | 68.44º | 0.62% | 0.59% | - |
| HSV(B) | 68.44º | 0.6% | 0.84% | - |
| XYZ | 49.05 | 61.16 | 18.24 | - |
| YUV | 195.03 | 67.04 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 215 | 87 | 0.08 | 0 | 0.60 | 0.16 | 68.44 | 0.62 | 0.59 |
| Hex | C5 | D7 | 57 | 8 | 0 | 3C | 10 | 44 | 3E | 3B |
| Octal | 305 | 327 | 127 | 10 | 0 | 74 | 20 | 104 | 76 | 73 |
| Binary | 11000101 | 11010111 | 1010111 | 1000 | 0 | 111100 | 10000 | 1000100 | 111110 | 111011 |
Color Harmonies of #C5D757
Complementary color
Monochromatic Colors of #C5D757
Black with #C5D757
Text Example
Text Example
White with #C5D757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D757; }
p { color: rgb(197,215,87); }
H1.HeaderClassName
{
color: #C5D757;
}
.AnyTagClassName
{
color: #C5D757;
}
</style>
background-color css
<style>
a { background-color: #C5D757; }
a { background-color: rgb(197,215,87); }
div.DivClassName
{
background-color: #C5D757;
}
.BgClassName
{
background-color: #C5D757;
}
</style>
border-color css
<style>
span { border-color: #C5D757; }
span { border-color: rgb(197,215,87); }
td.TdClassName
{
border-color: #C5D757;
}
.TagClassName
{
border-color: #C5D757;
}
</style>