Shades of Wild Willow #C2D365
Tints of Wild Willow #C2D365
RGB
CMYK
RGB Variations
Color information
#C2D365 (or 0xC2D365) is known color: Wild Willow. HEX triplet: C2, D3 and 65. RGB value is (194,211,101). Sum of RGB (Red+Green+Blue) = 194+211+101=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D365 is #3D2C9A. Grayscale: #C1C1C1. Windows color (decimal): -4009115 or 6673346. OLE color: 6673346.
HSL color Cylindrical-coordinate representation of color #C2D365: hue angle of 69.27º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2D365 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 211 | 101 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.17 |
| HSL | 69.27º | 0.56% | 0.61% | - |
| HSV(B) | 69.27º | 0.52% | 0.83% | - |
| XYZ | 47.89 | 59 | 21.18 | - |
| YUV | 193.38 | 75.87 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 211 | 101 | 0.08 | 0 | 0.52 | 0.17 | 69.27 | 0.56 | 0.61 |
| Hex | C2 | D3 | 65 | 8 | 0 | 34 | 11 | 45 | 38 | 3D |
| Octal | 302 | 323 | 145 | 10 | 0 | 64 | 21 | 105 | 70 | 75 |
| Binary | 11000010 | 11010011 | 1100101 | 1000 | 0 | 110100 | 10001 | 1000101 | 111000 | 111101 |
Color Harmonies of #C2D365
Complementary color
Monochromatic Colors of #C2D365
Black with #C2D365
Text Example
Text Example
White with #C2D365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D365; }
p { color: rgb(194,211,101); }
H1.HeaderClassName
{
color: #C2D365;
}
.AnyTagClassName
{
color: #C2D365;
}
</style>
background-color css
<style>
a { background-color: #C2D365; }
a { background-color: rgb(194,211,101); }
div.DivClassName
{
background-color: #C2D365;
}
.BgClassName
{
background-color: #C2D365;
}
</style>
border-color css
<style>
span { border-color: #C2D365; }
span { border-color: rgb(194,211,101); }
td.TdClassName
{
border-color: #C2D365;
}
.TagClassName
{
border-color: #C2D365;
}
</style>