Shades of Wild Willow #C2D85F
Tints of Wild Willow #C2D85F
RGB
CMYK
RGB Variations
Color information
#C2D85F (or 0xC2D85F) is known color: Wild Willow. HEX triplet: C2, D8 and 5F. RGB value is (194,216,95). Sum of RGB (Red+Green+Blue) = 194+216+95=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D85F is #3D27A0. Grayscale: #C4C4C4. Windows color (decimal): -4007841 or 6281410. OLE color: 6281410.
HSL color Cylindrical-coordinate representation of color #C2D85F: hue angle of 70.91º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2D85F is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 95 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.15 |
| HSL | 70.91º | 0.61% | 0.61% | - |
| HSV(B) | 70.91º | 0.56% | 0.85% | - |
| XYZ | 48.87 | 61.41 | 20.1 | - |
| YUV | 195.63 | 71.21 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 95 | 0.10 | 0 | 0.56 | 0.15 | 70.91 | 0.61 | 0.61 |
| Hex | C2 | D8 | 5F | A | 0 | 38 | F | 47 | 3D | 3D |
| Octal | 302 | 330 | 137 | 12 | 0 | 70 | 17 | 107 | 75 | 75 |
| Binary | 11000010 | 11011000 | 1011111 | 1010 | 0 | 111000 | 1111 | 1000111 | 111101 | 111101 |
Color Harmonies of #C2D85F
Complementary color
Monochromatic Colors of #C2D85F
Black with #C2D85F
Text Example
Text Example
White with #C2D85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D85F; }
p { color: rgb(194,216,95); }
H1.HeaderClassName
{
color: #C2D85F;
}
.AnyTagClassName
{
color: #C2D85F;
}
</style>
background-color css
<style>
a { background-color: #C2D85F; }
a { background-color: rgb(194,216,95); }
div.DivClassName
{
background-color: #C2D85F;
}
.BgClassName
{
background-color: #C2D85F;
}
</style>
border-color css
<style>
span { border-color: #C2D85F; }
span { border-color: rgb(194,216,95); }
td.TdClassName
{
border-color: #C2D85F;
}
.TagClassName
{
border-color: #C2D85F;
}
</style>