Shades of Wild Willow #C3D25C
Tints of Wild Willow #C3D25C
RGB
CMYK
RGB Variations
Color information
#C3D25C (or 0xC3D25C) is known color: Wild Willow. HEX triplet: C3, D2 and 5C. RGB value is (195,210,92). Sum of RGB (Red+Green+Blue) = 195+210+92=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D25C is #3C2DA3. Grayscale: #C0C0C0. Windows color (decimal): -3943844 or 6083267. OLE color: 6083267.
HSL color Cylindrical-coordinate representation of color #C3D25C: hue angle of 67.63º 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 #C3D25C is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 210 | 92 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.18 |
| HSL | 67.63º | 0.57% | 0.59% | - |
| HSV(B) | 67.63º | 0.56% | 0.82% | - |
| XYZ | 47.48 | 58.47 | 18.91 | - |
| YUV | 192.06 | 71.53 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 210 | 92 | 0.07 | 0 | 0.56 | 0.18 | 67.63 | 0.57 | 0.59 |
| Hex | C3 | D2 | 5C | 7 | 0 | 38 | 12 | 44 | 39 | 3B |
| Octal | 303 | 322 | 134 | 7 | 0 | 70 | 22 | 104 | 71 | 73 |
| Binary | 11000011 | 11010010 | 1011100 | 111 | 0 | 111000 | 10010 | 1000100 | 111001 | 111011 |
Color Harmonies of #C3D25C
Complementary color
Monochromatic Colors of #C3D25C
Black with #C3D25C
Text Example
Text Example
White with #C3D25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D25C; }
p { color: rgb(195,210,92); }
H1.HeaderClassName
{
color: #C3D25C;
}
.AnyTagClassName
{
color: #C3D25C;
}
</style>
background-color css
<style>
a { background-color: #C3D25C; }
a { background-color: rgb(195,210,92); }
div.DivClassName
{
background-color: #C3D25C;
}
.BgClassName
{
background-color: #C3D25C;
}
</style>
border-color css
<style>
span { border-color: #C3D25C; }
span { border-color: rgb(195,210,92); }
td.TdClassName
{
border-color: #C3D25C;
}
.TagClassName
{
border-color: #C3D25C;
}
</style>