Shades of Wild Willow #C2D25D
Tints of Wild Willow #C2D25D
RGB
CMYK
RGB Variations
Color information
#C2D25D (or 0xC2D25D) is known color: Wild Willow. HEX triplet: C2, D2 and 5D. RGB value is (194,210,93). Sum of RGB (Red+Green+Blue) = 194+210+93=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D25D is #3D2DA2. Grayscale: #C0C0C0. Windows color (decimal): -4009379 or 6148802. OLE color: 6148802.
HSL color Cylindrical-coordinate representation of color #C2D25D: hue angle of 68.21º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2D25D is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 93 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.18 |
| HSL | 68.21º | 0.57% | 0.59% | - |
| HSV(B) | 68.21º | 0.56% | 0.82% | - |
| XYZ | 47.27 | 58.35 | 19.13 | - |
| YUV | 191.88 | 72.2 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 93 | 0.08 | 0 | 0.56 | 0.18 | 68.21 | 0.57 | 0.59 |
| Hex | C2 | D2 | 5D | 8 | 0 | 38 | 12 | 44 | 39 | 3B |
| Octal | 302 | 322 | 135 | 10 | 0 | 70 | 22 | 104 | 71 | 73 |
| Binary | 11000010 | 11010010 | 1011101 | 1000 | 0 | 111000 | 10010 | 1000100 | 111001 | 111011 |
Color Harmonies of #C2D25D
Complementary color
Monochromatic Colors of #C2D25D
Black with #C2D25D
Text Example
Text Example
White with #C2D25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D25D; }
p { color: rgb(194,210,93); }
H1.HeaderClassName
{
color: #C2D25D;
}
.AnyTagClassName
{
color: #C2D25D;
}
</style>
background-color css
<style>
a { background-color: #C2D25D; }
a { background-color: rgb(194,210,93); }
div.DivClassName
{
background-color: #C2D25D;
}
.BgClassName
{
background-color: #C2D25D;
}
</style>
border-color css
<style>
span { border-color: #C2D25D; }
span { border-color: rgb(194,210,93); }
td.TdClassName
{
border-color: #C2D25D;
}
.TagClassName
{
border-color: #C2D25D;
}
</style>