Shades of Wild Willow #C3DD5C
Tints of Wild Willow #C3DD5C
RGB
CMYK
RGB Variations
Color information
#C3DD5C (or 0xC3DD5C) is known color: Wild Willow. HEX triplet: C3, DD and 5C. RGB value is (195,221,92). Sum of RGB (Red+Green+Blue) = 195+221+92=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DD5C is #3C22A3. Grayscale: #C7C7C7. Windows color (decimal): -3941028 or 6086083. OLE color: 6086083.
HSL color Cylindrical-coordinate representation of color #C3DD5C: hue angle of 72.09º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3DD5C is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 221 | 92 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.13 |
| HSL | 72.09º | 0.65% | 0.61% | - |
| HSV(B) | 72.09º | 0.58% | 0.87% | - |
| XYZ | 50.29 | 64.09 | 19.84 | - |
| YUV | 198.52 | 67.89 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 92 | 0.12 | 0 | 0.58 | 0.13 | 72.09 | 0.65 | 0.61 |
| Hex | C3 | DD | 5C | C | 0 | 3A | D | 48 | 41 | 3D |
| Octal | 303 | 335 | 134 | 14 | 0 | 72 | 15 | 110 | 101 | 75 |
| Binary | 11000011 | 11011101 | 1011100 | 1100 | 0 | 111010 | 1101 | 1001000 | 1000001 | 111101 |
Color Harmonies of #C3DD5C
Complementary color
Monochromatic Colors of #C3DD5C
Black with #C3DD5C
Text Example
Text Example
White with #C3DD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DD5C; }
p { color: rgb(195,221,92); }
H1.HeaderClassName
{
color: #C3DD5C;
}
.AnyTagClassName
{
color: #C3DD5C;
}
</style>
background-color css
<style>
a { background-color: #C3DD5C; }
a { background-color: rgb(195,221,92); }
div.DivClassName
{
background-color: #C3DD5C;
}
.BgClassName
{
background-color: #C3DD5C;
}
</style>
border-color css
<style>
span { border-color: #C3DD5C; }
span { border-color: rgb(195,221,92); }
td.TdClassName
{
border-color: #C3DD5C;
}
.TagClassName
{
border-color: #C3DD5C;
}
</style>