Shades of Wild Willow #C2D15C
Tints of Wild Willow #C2D15C
RGB
CMYK
RGB Variations
Color information
#C2D15C (or 0xC2D15C) is known color: Wild Willow. HEX triplet: C2, D1 and 5C. RGB value is (194,209,92). Sum of RGB (Red+Green+Blue) = 194+209+92=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D15C is #3D2EA3. Grayscale: #BFBFBF. Windows color (decimal): -4009636 or 6083010. OLE color: 6083010.
HSL color Cylindrical-coordinate representation of color #C2D15C: hue angle of 67.69º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2D15C is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 92 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.18 |
| HSL | 67.69º | 0.56% | 0.59% | - |
| HSV(B) | 67.69º | 0.56% | 0.82% | - |
| XYZ | 46.98 | 57.84 | 18.81 | - |
| YUV | 191.18 | 72.03 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 92 | 0.07 | 0 | 0.56 | 0.18 | 67.69 | 0.56 | 0.59 |
| Hex | C2 | D1 | 5C | 7 | 0 | 38 | 12 | 44 | 38 | 3B |
| Octal | 302 | 321 | 134 | 7 | 0 | 70 | 22 | 104 | 70 | 73 |
| Binary | 11000010 | 11010001 | 1011100 | 111 | 0 | 111000 | 10010 | 1000100 | 111000 | 111011 |
Color Harmonies of #C2D15C
Complementary color
Monochromatic Colors of #C2D15C
Black with #C2D15C
Text Example
Text Example
White with #C2D15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D15C; }
p { color: rgb(194,209,92); }
H1.HeaderClassName
{
color: #C2D15C;
}
.AnyTagClassName
{
color: #C2D15C;
}
</style>
background-color css
<style>
a { background-color: #C2D15C; }
a { background-color: rgb(194,209,92); }
div.DivClassName
{
background-color: #C2D15C;
}
.BgClassName
{
background-color: #C2D15C;
}
</style>
border-color css
<style>
span { border-color: #C2D15C; }
span { border-color: rgb(194,209,92); }
td.TdClassName
{
border-color: #C2D15C;
}
.TagClassName
{
border-color: #C2D15C;
}
</style>