Shades of Wild Willow #C7D462
Tints of Wild Willow #C7D462
RGB
CMYK
RGB Variations
Color information
#C7D462 (or 0xC7D462) is known color: Wild Willow. HEX triplet: C7, D4 and 62. RGB value is (199,212,98). Sum of RGB (Red+Green+Blue) = 199+212+98=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 98 (38.67% from 255 or 19.25% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D462 is #382B9D. Grayscale: #C3C3C3. Windows color (decimal): -3681182 or 6476999. OLE color: 6476999.
HSL color Cylindrical-coordinate representation of color #C7D462: hue angle of 66.84º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7D462 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 98 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.17 |
| HSL | 66.84º | 0.57% | 0.61% | - |
| HSV(B) | 66.84º | 0.54% | 0.83% | - |
| XYZ | 49.3 | 60.11 | 20.56 | - |
| YUV | 195.12 | 73.19 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 98 | 0.06 | 0 | 0.54 | 0.17 | 66.84 | 0.57 | 0.61 |
| Hex | C7 | D4 | 62 | 6 | 0 | 36 | 11 | 43 | 39 | 3D |
| Octal | 307 | 324 | 142 | 6 | 0 | 66 | 21 | 103 | 71 | 75 |
| Binary | 11000111 | 11010100 | 1100010 | 110 | 0 | 110110 | 10001 | 1000011 | 111001 | 111101 |
Color Harmonies of #C7D462
Complementary color
Monochromatic Colors of #C7D462
Black with #C7D462
Text Example
Text Example
White with #C7D462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D462; }
p { color: rgb(199,212,98); }
H1.HeaderClassName
{
color: #C7D462;
}
.AnyTagClassName
{
color: #C7D462;
}
</style>
background-color css
<style>
a { background-color: #C7D462; }
a { background-color: rgb(199,212,98); }
div.DivClassName
{
background-color: #C7D462;
}
.BgClassName
{
background-color: #C7D462;
}
</style>
border-color css
<style>
span { border-color: #C7D462; }
span { border-color: rgb(199,212,98); }
td.TdClassName
{
border-color: #C7D462;
}
.TagClassName
{
border-color: #C7D462;
}
</style>