Shades of Wild Willow #C2D855
Tints of Wild Willow #C2D855
RGB
CMYK
RGB Variations
Color information
#C2D855 (or 0xC2D855) is known color: Wild Willow. HEX triplet: C2, D8 and 55. RGB value is (194,216,85). Sum of RGB (Red+Green+Blue) = 194+216+85=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D855 is #3D27AA. Grayscale: #C2C2C2. Windows color (decimal): -4007851 or 5626050. OLE color: 5626050.
HSL color Cylindrical-coordinate representation of color #C2D855: hue angle of 70.08º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2D855 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 85 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.15 |
| HSL | 70.08º | 0.63% | 0.59% | - |
| HSV(B) | 70.08º | 0.61% | 0.85% | - |
| XYZ | 48.44 | 61.24 | 17.86 | - |
| YUV | 194.49 | 66.21 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 85 | 0.10 | 0 | 0.61 | 0.15 | 70.08 | 0.63 | 0.59 |
| Hex | C2 | D8 | 55 | A | 0 | 3D | F | 46 | 3F | 3B |
| Octal | 302 | 330 | 125 | 12 | 0 | 75 | 17 | 106 | 77 | 73 |
| Binary | 11000010 | 11011000 | 1010101 | 1010 | 0 | 111101 | 1111 | 1000110 | 111111 | 111011 |
Color Harmonies of #C2D855
Complementary color
Monochromatic Colors of #C2D855
Black with #C2D855
Text Example
Text Example
White with #C2D855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D855; }
p { color: rgb(194,216,85); }
H1.HeaderClassName
{
color: #C2D855;
}
.AnyTagClassName
{
color: #C2D855;
}
</style>
background-color css
<style>
a { background-color: #C2D855; }
a { background-color: rgb(194,216,85); }
div.DivClassName
{
background-color: #C2D855;
}
.BgClassName
{
background-color: #C2D855;
}
</style>
border-color css
<style>
span { border-color: #C2D855; }
span { border-color: rgb(194,216,85); }
td.TdClassName
{
border-color: #C2D855;
}
.TagClassName
{
border-color: #C2D855;
}
</style>