Shades of Wild Willow #C2D463
Tints of Wild Willow #C2D463
RGB
CMYK
RGB Variations
Color information
#C2D463 (or 0xC2D463) is known color: Wild Willow. HEX triplet: C2, D4 and 63. RGB value is (194,212,99). Sum of RGB (Red+Green+Blue) = 194+212+99=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 99 (39.06% from 255 or 19.60% from 505); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D463 is #3D2B9C. Grayscale: #C2C2C2. Windows color (decimal): -4008861 or 6542530. OLE color: 6542530.
HSL color Cylindrical-coordinate representation of color #C2D463: hue angle of 69.56º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2D463 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 212 | 99 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.17 |
| HSL | 69.56º | 0.57% | 0.61% | - |
| HSV(B) | 69.56º | 0.53% | 0.83% | - |
| XYZ | 48.04 | 59.46 | 20.75 | - |
| YUV | 193.74 | 74.54 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 212 | 99 | 0.08 | 0 | 0.53 | 0.17 | 69.56 | 0.57 | 0.61 |
| Hex | C2 | D4 | 63 | 8 | 0 | 35 | 11 | 46 | 39 | 3D |
| Octal | 302 | 324 | 143 | 10 | 0 | 65 | 21 | 106 | 71 | 75 |
| Binary | 11000010 | 11010100 | 1100011 | 1000 | 0 | 110101 | 10001 | 1000110 | 111001 | 111101 |
Color Harmonies of #C2D463
Complementary color
Monochromatic Colors of #C2D463
Black with #C2D463
Text Example
Text Example
White with #C2D463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D463; }
p { color: rgb(194,212,99); }
H1.HeaderClassName
{
color: #C2D463;
}
.AnyTagClassName
{
color: #C2D463;
}
</style>
background-color css
<style>
a { background-color: #C2D463; }
a { background-color: rgb(194,212,99); }
div.DivClassName
{
background-color: #C2D463;
}
.BgClassName
{
background-color: #C2D463;
}
</style>
border-color css
<style>
span { border-color: #C2D463; }
span { border-color: rgb(194,212,99); }
td.TdClassName
{
border-color: #C2D463;
}
.TagClassName
{
border-color: #C2D463;
}
</style>