Shades of Wild Willow #C2D258
Tints of Wild Willow #C2D258
RGB
CMYK
RGB Variations
Color information
#C2D258 (or 0xC2D258) is known color: Wild Willow. HEX triplet: C2, D2 and 58. RGB value is (194,210,88). Sum of RGB (Red+Green+Blue) = 194+210+88=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 88 (34.77% from 255 or 17.89% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D258 is #3D2DA7. Grayscale: #BFBFBF. Windows color (decimal): -4009384 or 5821122. OLE color: 5821122.
HSL color Cylindrical-coordinate representation of color #C2D258: hue angle of 67.87º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2D258 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 88 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.18 |
| HSL | 67.87º | 0.58% | 0.58% | - |
| HSV(B) | 67.87º | 0.58% | 0.82% | - |
| XYZ | 47.06 | 58.27 | 18 | - |
| YUV | 191.31 | 69.7 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 88 | 0.08 | 0 | 0.58 | 0.18 | 67.87 | 0.58 | 0.58 |
| Hex | C2 | D2 | 58 | 8 | 0 | 3A | 12 | 44 | 3A | 3A |
| Octal | 302 | 322 | 130 | 10 | 0 | 72 | 22 | 104 | 72 | 72 |
| Binary | 11000010 | 11010010 | 1011000 | 1000 | 0 | 111010 | 10010 | 1000100 | 111010 | 111010 |
Color Harmonies of #C2D258
Complementary color
Monochromatic Colors of #C2D258
Black with #C2D258
Text Example
Text Example
White with #C2D258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D258; }
p { color: rgb(194,210,88); }
H1.HeaderClassName
{
color: #C2D258;
}
.AnyTagClassName
{
color: #C2D258;
}
</style>
background-color css
<style>
a { background-color: #C2D258; }
a { background-color: rgb(194,210,88); }
div.DivClassName
{
background-color: #C2D258;
}
.BgClassName
{
background-color: #C2D258;
}
</style>
border-color css
<style>
span { border-color: #C2D258; }
span { border-color: rgb(194,210,88); }
td.TdClassName
{
border-color: #C2D258;
}
.TagClassName
{
border-color: #C2D258;
}
</style>