Shades of Wild Willow #C3D35A
Tints of Wild Willow #C3D35A
RGB
CMYK
RGB Variations
Color information
#C3D35A (or 0xC3D35A) is known color: Wild Willow. HEX triplet: C3, D3 and 5A. RGB value is (195,211,90). Sum of RGB (Red+Green+Blue) = 195+211+90=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 211 - color contains mainly: green. Hex color #C3D35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D35A is #3C2CA5. Grayscale: #C0C0C0. Windows color (decimal): -3943590 or 5952451. OLE color: 5952451.
HSL color Cylindrical-coordinate representation of color #C3D35A: hue angle of 67.93º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3D35A is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 211 | 90 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.17 |
| HSL | 67.93º | 0.58% | 0.59% | - |
| HSV(B) | 67.93º | 0.57% | 0.83% | - |
| XYZ | 47.65 | 58.93 | 18.54 | - |
| YUV | 192.42 | 70.2 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 211 | 90 | 0.08 | 0 | 0.57 | 0.17 | 67.93 | 0.58 | 0.59 |
| Hex | C3 | D3 | 5A | 8 | 0 | 39 | 11 | 44 | 3A | 3B |
| Octal | 303 | 323 | 132 | 10 | 0 | 71 | 21 | 104 | 72 | 73 |
| Binary | 11000011 | 11010011 | 1011010 | 1000 | 0 | 111001 | 10001 | 1000100 | 111010 | 111011 |
Color Harmonies of #C3D35A
Complementary color
Monochromatic Colors of #C3D35A
Black with #C3D35A
Text Example
Text Example
White with #C3D35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D35A; }
p { color: rgb(195,211,90); }
H1.HeaderClassName
{
color: #C3D35A;
}
.AnyTagClassName
{
color: #C3D35A;
}
</style>
background-color css
<style>
a { background-color: #C3D35A; }
a { background-color: rgb(195,211,90); }
div.DivClassName
{
background-color: #C3D35A;
}
.BgClassName
{
background-color: #C3D35A;
}
</style>
border-color css
<style>
span { border-color: #C3D35A; }
span { border-color: rgb(195,211,90); }
td.TdClassName
{
border-color: #C3D35A;
}
.TagClassName
{
border-color: #C3D35A;
}
</style>