Shades of Wild Willow #C2D256
Tints of Wild Willow #C2D256
RGB
CMYK
RGB Variations
Color information
#C2D256 (or 0xC2D256) is known color: Wild Willow. HEX triplet: C2, D2 and 56. RGB value is (194,210,86). Sum of RGB (Red+Green+Blue) = 194+210+86=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 86 (33.98% from 255 or 17.55% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D256 is #3D2DA9. Grayscale: #BFBFBF. Windows color (decimal): -4009386 or 5690050. OLE color: 5690050.
HSL color Cylindrical-coordinate representation of color #C2D256: hue angle of 67.74º degrees, saturation: 0.58, 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 #C2D256 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 86 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.18 |
| HSL | 67.74º | 0.58% | 0.58% | - |
| HSV(B) | 67.74º | 0.59% | 0.82% | - |
| XYZ | 46.97 | 58.23 | 17.57 | - |
| YUV | 191.08 | 68.7 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 86 | 0.08 | 0 | 0.59 | 0.18 | 67.74 | 0.58 | 0.58 |
| Hex | C2 | D2 | 56 | 8 | 0 | 3B | 12 | 44 | 3A | 3A |
| Octal | 302 | 322 | 126 | 10 | 0 | 73 | 22 | 104 | 72 | 72 |
| Binary | 11000010 | 11010010 | 1010110 | 1000 | 0 | 111011 | 10010 | 1000100 | 111010 | 111010 |
Color Harmonies of #C2D256
Complementary color
Monochromatic Colors of #C2D256
Black with #C2D256
Text Example
Text Example
White with #C2D256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D256; }
p { color: rgb(194,210,86); }
H1.HeaderClassName
{
color: #C2D256;
}
.AnyTagClassName
{
color: #C2D256;
}
</style>
background-color css
<style>
a { background-color: #C2D256; }
a { background-color: rgb(194,210,86); }
div.DivClassName
{
background-color: #C2D256;
}
.BgClassName
{
background-color: #C2D256;
}
</style>
border-color css
<style>
span { border-color: #C2D256; }
span { border-color: rgb(194,210,86); }
td.TdClassName
{
border-color: #C2D256;
}
.TagClassName
{
border-color: #C2D256;
}
</style>