Shades of Wild Willow #C2D75D
Tints of Wild Willow #C2D75D
RGB
CMYK
RGB Variations
Color information
#C2D75D (or 0xC2D75D) is known color: Wild Willow. HEX triplet: C2, D7 and 5D. RGB value is (194,215,93). Sum of RGB (Red+Green+Blue) = 194+215+93=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D75D is #3D28A2. Grayscale: #C3C3C3. Windows color (decimal): -4008099 or 6150082. OLE color: 6150082.
HSL color Cylindrical-coordinate representation of color #C2D75D: hue angle of 70.33º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2D75D is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 93 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.16 |
| HSL | 70.33º | 0.6% | 0.6% | - |
| HSV(B) | 70.33º | 0.57% | 0.84% | - |
| XYZ | 48.52 | 60.86 | 19.55 | - |
| YUV | 194.81 | 70.54 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 93 | 0.10 | 0 | 0.57 | 0.16 | 70.33 | 0.6 | 0.6 |
| Hex | C2 | D7 | 5D | A | 0 | 39 | 10 | 46 | 3C | 3C |
| Octal | 302 | 327 | 135 | 12 | 0 | 71 | 20 | 106 | 74 | 74 |
| Binary | 11000010 | 11010111 | 1011101 | 1010 | 0 | 111001 | 10000 | 1000110 | 111100 | 111100 |
Color Harmonies of #C2D75D
Complementary color
Monochromatic Colors of #C2D75D
Black with #C2D75D
Text Example
Text Example
White with #C2D75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D75D; }
p { color: rgb(194,215,93); }
H1.HeaderClassName
{
color: #C2D75D;
}
.AnyTagClassName
{
color: #C2D75D;
}
</style>
background-color css
<style>
a { background-color: #C2D75D; }
a { background-color: rgb(194,215,93); }
div.DivClassName
{
background-color: #C2D75D;
}
.BgClassName
{
background-color: #C2D75D;
}
</style>
border-color css
<style>
span { border-color: #C2D75D; }
span { border-color: rgb(194,215,93); }
td.TdClassName
{
border-color: #C2D75D;
}
.TagClassName
{
border-color: #C2D75D;
}
</style>