Shades of Wild Willow #C2D85C
Tints of Wild Willow #C2D85C
RGB
CMYK
RGB Variations
Color information
#C2D85C (or 0xC2D85C) is known color: Wild Willow. HEX triplet: C2, D8 and 5C. RGB value is (194,216,92). Sum of RGB (Red+Green+Blue) = 194+216+92=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D85C is #3D27A3. Grayscale: #C3C3C3. Windows color (decimal): -4007844 or 6084802. OLE color: 6084802.
HSL color Cylindrical-coordinate representation of color #C2D85C: hue angle of 70.65º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2D85C is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 92 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.15 |
| HSL | 70.65º | 0.61% | 0.6% | - |
| HSV(B) | 70.65º | 0.57% | 0.85% | - |
| XYZ | 48.74 | 61.35 | 19.4 | - |
| YUV | 195.29 | 69.71 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 92 | 0.10 | 0 | 0.57 | 0.15 | 70.65 | 0.61 | 0.6 |
| Hex | C2 | D8 | 5C | A | 0 | 39 | F | 47 | 3D | 3C |
| Octal | 302 | 330 | 134 | 12 | 0 | 71 | 17 | 107 | 75 | 74 |
| Binary | 11000010 | 11011000 | 1011100 | 1010 | 0 | 111001 | 1111 | 1000111 | 111101 | 111100 |
Color Harmonies of #C2D85C
Complementary color
Monochromatic Colors of #C2D85C
Black with #C2D85C
Text Example
Text Example
White with #C2D85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D85C; }
p { color: rgb(194,216,92); }
H1.HeaderClassName
{
color: #C2D85C;
}
.AnyTagClassName
{
color: #C2D85C;
}
</style>
background-color css
<style>
a { background-color: #C2D85C; }
a { background-color: rgb(194,216,92); }
div.DivClassName
{
background-color: #C2D85C;
}
.BgClassName
{
background-color: #C2D85C;
}
</style>
border-color css
<style>
span { border-color: #C2D85C; }
span { border-color: rgb(194,216,92); }
td.TdClassName
{
border-color: #C2D85C;
}
.TagClassName
{
border-color: #C2D85C;
}
</style>