Shades of Wild Willow #C7D258
Tints of Wild Willow #C7D258
RGB
CMYK
RGB Variations
Color information
#C7D258 (or 0xC7D258) is known color: Wild Willow. HEX triplet: C7, D2 and 58. RGB value is (199,210,88). Sum of RGB (Red+Green+Blue) = 199+210+88=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 88 (34.77% from 255 or 17.71% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D258 is #382DA7. Grayscale: #C1C1C1. Windows color (decimal): -3681704 or 5821127. OLE color: 5821127.
HSL color Cylindrical-coordinate representation of color #C7D258: hue angle of 65.41º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7D258 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 210 | 88 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.18 |
| HSL | 65.41º | 0.58% | 0.58% | - |
| HSV(B) | 65.41º | 0.58% | 0.82% | - |
| XYZ | 48.36 | 58.94 | 18.06 | - |
| YUV | 192.8 | 68.86 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 88 | 0.05 | 0 | 0.58 | 0.18 | 65.41 | 0.58 | 0.58 |
| Hex | C7 | D2 | 58 | 5 | 0 | 3A | 12 | 41 | 3A | 3A |
| Octal | 307 | 322 | 130 | 5 | 0 | 72 | 22 | 101 | 72 | 72 |
| Binary | 11000111 | 11010010 | 1011000 | 101 | 0 | 111010 | 10010 | 1000001 | 111010 | 111010 |
Color Harmonies of #C7D258
Complementary color
Monochromatic Colors of #C7D258
Black with #C7D258
Text Example
Text Example
White with #C7D258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D258; }
p { color: rgb(199,210,88); }
H1.HeaderClassName
{
color: #C7D258;
}
.AnyTagClassName
{
color: #C7D258;
}
</style>
background-color css
<style>
a { background-color: #C7D258; }
a { background-color: rgb(199,210,88); }
div.DivClassName
{
background-color: #C7D258;
}
.BgClassName
{
background-color: #C7D258;
}
</style>
border-color css
<style>
span { border-color: #C7D258; }
span { border-color: rgb(199,210,88); }
td.TdClassName
{
border-color: #C7D258;
}
.TagClassName
{
border-color: #C7D258;
}
</style>