Shades of Wild Willow #C2D358
Tints of Wild Willow #C2D358
RGB
CMYK
RGB Variations
Color information
#C2D358 (or 0xC2D358) is known color: Wild Willow. HEX triplet: C2, D3 and 58. RGB value is (194,211,88). Sum of RGB (Red+Green+Blue) = 194+211+88=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 88 (34.77% from 255 or 17.85% from 493); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D358 is #3D2CA7. Grayscale: #C0C0C0. Windows color (decimal): -4009128 or 5821378. OLE color: 5821378.
HSL color Cylindrical-coordinate representation of color #C2D358: hue angle of 68.29º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2D358 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 211 | 88 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.17 |
| HSL | 68.29º | 0.58% | 0.59% | - |
| HSV(B) | 68.29º | 0.58% | 0.83% | - |
| XYZ | 47.3 | 58.76 | 18.08 | - |
| YUV | 191.9 | 69.37 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 211 | 88 | 0.08 | 0 | 0.58 | 0.17 | 68.29 | 0.58 | 0.59 |
| Hex | C2 | D3 | 58 | 8 | 0 | 3A | 11 | 44 | 3A | 3B |
| Octal | 302 | 323 | 130 | 10 | 0 | 72 | 21 | 104 | 72 | 73 |
| Binary | 11000010 | 11010011 | 1011000 | 1000 | 0 | 111010 | 10001 | 1000100 | 111010 | 111011 |
Color Harmonies of #C2D358
Complementary color
Monochromatic Colors of #C2D358
Black with #C2D358
Text Example
Text Example
White with #C2D358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D358; }
p { color: rgb(194,211,88); }
H1.HeaderClassName
{
color: #C2D358;
}
.AnyTagClassName
{
color: #C2D358;
}
</style>
background-color css
<style>
a { background-color: #C2D358; }
a { background-color: rgb(194,211,88); }
div.DivClassName
{
background-color: #C2D358;
}
.BgClassName
{
background-color: #C2D358;
}
</style>
border-color css
<style>
span { border-color: #C2D358; }
span { border-color: rgb(194,211,88); }
td.TdClassName
{
border-color: #C2D358;
}
.TagClassName
{
border-color: #C2D358;
}
</style>