Shades of Wild Willow #C7D361
Tints of Wild Willow #C7D361
RGB
CMYK
RGB Variations
Color information
#C7D361 (or 0xC7D361) is known color: Wild Willow. HEX triplet: C7, D3 and 61. RGB value is (199,211,97). Sum of RGB (Red+Green+Blue) = 199+211+97=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D361 is #382C9E. Grayscale: #C2C2C2. Windows color (decimal): -3681439 or 6411207. OLE color: 6411207.
HSL color Cylindrical-coordinate representation of color #C7D361: hue angle of 66.32º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7D361 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 211 | 97 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.17 |
| HSL | 66.32º | 0.56% | 0.6% | - |
| HSV(B) | 66.32º | 0.54% | 0.83% | - |
| XYZ | 49.01 | 59.59 | 20.23 | - |
| YUV | 194.42 | 73.02 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 211 | 97 | 0.06 | 0 | 0.54 | 0.17 | 66.32 | 0.56 | 0.6 |
| Hex | C7 | D3 | 61 | 6 | 0 | 36 | 11 | 42 | 38 | 3C |
| Octal | 307 | 323 | 141 | 6 | 0 | 66 | 21 | 102 | 70 | 74 |
| Binary | 11000111 | 11010011 | 1100001 | 110 | 0 | 110110 | 10001 | 1000010 | 111000 | 111100 |
Color Harmonies of #C7D361
Complementary color
Monochromatic Colors of #C7D361
Black with #C7D361
Text Example
Text Example
White with #C7D361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D361; }
p { color: rgb(199,211,97); }
H1.HeaderClassName
{
color: #C7D361;
}
.AnyTagClassName
{
color: #C7D361;
}
</style>
background-color css
<style>
a { background-color: #C7D361; }
a { background-color: rgb(199,211,97); }
div.DivClassName
{
background-color: #C7D361;
}
.BgClassName
{
background-color: #C7D361;
}
</style>
border-color css
<style>
span { border-color: #C7D361; }
span { border-color: rgb(199,211,97); }
td.TdClassName
{
border-color: #C7D361;
}
.TagClassName
{
border-color: #C7D361;
}
</style>