Shades of Wild Willow #C2D269
Tints of Wild Willow #C2D269
RGB
CMYK
RGB Variations
Color information
#C2D269 (or 0xC2D269) is known color: Wild Willow. HEX triplet: C2, D2 and 69. RGB value is (194,210,105). Sum of RGB (Red+Green+Blue) = 194+210+105=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 105 (41.41% from 255 or 20.63% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D269 is #3D2D96. Grayscale: #C1C1C1. Windows color (decimal): -4009367 or 6935234. OLE color: 6935234.
HSL color Cylindrical-coordinate representation of color #C2D269: hue angle of 69.14º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2D269 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 105 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.18 |
| HSL | 69.14º | 0.54% | 0.62% | - |
| HSV(B) | 69.14º | 0.5% | 0.82% | - |
| XYZ | 47.84 | 58.58 | 22.15 | - |
| YUV | 193.25 | 78.2 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 105 | 0.08 | 0 | 0.50 | 0.18 | 69.14 | 0.54 | 0.62 |
| Hex | C2 | D2 | 69 | 8 | 0 | 32 | 12 | 45 | 36 | 3E |
| Octal | 302 | 322 | 151 | 10 | 0 | 62 | 22 | 105 | 66 | 76 |
| Binary | 11000010 | 11010010 | 1101001 | 1000 | 0 | 110010 | 10010 | 1000101 | 110110 | 111110 |
Color Harmonies of #C2D269
Complementary color
Monochromatic Colors of #C2D269
Black with #C2D269
Text Example
Text Example
White with #C2D269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D269; }
p { color: rgb(194,210,105); }
H1.HeaderClassName
{
color: #C2D269;
}
.AnyTagClassName
{
color: #C2D269;
}
</style>
background-color css
<style>
a { background-color: #C2D269; }
a { background-color: rgb(194,210,105); }
div.DivClassName
{
background-color: #C2D269;
}
.BgClassName
{
background-color: #C2D269;
}
</style>
border-color css
<style>
span { border-color: #C2D269; }
span { border-color: rgb(194,210,105); }
td.TdClassName
{
border-color: #C2D269;
}
.TagClassName
{
border-color: #C2D269;
}
</style>