Shades of Wild Willow #C2D155
Tints of Wild Willow #C2D155
RGB
CMYK
RGB Variations
Color information
#C2D155 (or 0xC2D155) is known color: Wild Willow. HEX triplet: C2, D1 and 55. RGB value is (194,209,85). Sum of RGB (Red+Green+Blue) = 194+209+85=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D155 is #3D2EAA. Grayscale: #BEBEBE. Windows color (decimal): -4009643 or 5624258. OLE color: 5624258.
HSL color Cylindrical-coordinate representation of color #C2D155: hue angle of 67.26º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2D155 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 85 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.18 |
| HSL | 67.26º | 0.57% | 0.58% | - |
| HSV(B) | 67.26º | 0.59% | 0.82% | - |
| XYZ | 46.69 | 57.73 | 17.28 | - |
| YUV | 190.38 | 68.53 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 85 | 0.07 | 0 | 0.59 | 0.18 | 67.26 | 0.57 | 0.58 |
| Hex | C2 | D1 | 55 | 7 | 0 | 3B | 12 | 43 | 39 | 3A |
| Octal | 302 | 321 | 125 | 7 | 0 | 73 | 22 | 103 | 71 | 72 |
| Binary | 11000010 | 11010001 | 1010101 | 111 | 0 | 111011 | 10010 | 1000011 | 111001 | 111010 |
Color Harmonies of #C2D155
Complementary color
Monochromatic Colors of #C2D155
Black with #C2D155
Text Example
Text Example
White with #C2D155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D155; }
p { color: rgb(194,209,85); }
H1.HeaderClassName
{
color: #C2D155;
}
.AnyTagClassName
{
color: #C2D155;
}
</style>
background-color css
<style>
a { background-color: #C2D155; }
a { background-color: rgb(194,209,85); }
div.DivClassName
{
background-color: #C2D155;
}
.BgClassName
{
background-color: #C2D155;
}
</style>
border-color css
<style>
span { border-color: #C2D155; }
span { border-color: rgb(194,209,85); }
td.TdClassName
{
border-color: #C2D155;
}
.TagClassName
{
border-color: #C2D155;
}
</style>