Shades of Wild Willow #C1D872
Tints of Wild Willow #C1D872
RGB
CMYK
RGB Variations
Color information
#C1D872 (or 0xC1D872) is known color: Wild Willow. HEX triplet: C1, D8 and 72. RGB value is (193,216,114). Sum of RGB (Red+Green+Blue) = 193+216+114=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 114 (44.92% from 255 or 21.80% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D872 is #3E278D. Grayscale: #C5C5C5. Windows color (decimal): -4073358 or 7526593. OLE color: 7526593.
HSL color Cylindrical-coordinate representation of color #C1D872: hue angle of 73.53º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1D872 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 216 | 114 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.15 |
| HSL | 73.53º | 0.57% | 0.65% | - |
| HSV(B) | 73.53º | 0.47% | 0.85% | - |
| XYZ | 49.59 | 61.66 | 25.21 | - |
| YUV | 197.5 | 80.88 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 216 | 114 | 0.11 | 0 | 0.47 | 0.15 | 73.53 | 0.57 | 0.65 |
| Hex | C1 | D8 | 72 | B | 0 | 2F | F | 4A | 39 | 41 |
| Octal | 301 | 330 | 162 | 13 | 0 | 57 | 17 | 112 | 71 | 101 |
| Binary | 11000001 | 11011000 | 1110010 | 1011 | 0 | 101111 | 1111 | 1001010 | 111001 | 1000001 |
Color Harmonies of #C1D872
Complementary color
Monochromatic Colors of #C1D872
Black with #C1D872
Text Example
Text Example
White with #C1D872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D872; }
p { color: rgb(193,216,114); }
H1.HeaderClassName
{
color: #C1D872;
}
.AnyTagClassName
{
color: #C1D872;
}
</style>
background-color css
<style>
a { background-color: #C1D872; }
a { background-color: rgb(193,216,114); }
div.DivClassName
{
background-color: #C1D872;
}
.BgClassName
{
background-color: #C1D872;
}
</style>
border-color css
<style>
span { border-color: #C1D872; }
span { border-color: rgb(193,216,114); }
td.TdClassName
{
border-color: #C1D872;
}
.TagClassName
{
border-color: #C1D872;
}
</style>