Shades of Wild Willow #C3DF6A
Tints of Wild Willow #C3DF6A
RGB
CMYK
RGB Variations
Color information
#C3DF6A (or 0xC3DF6A) is known color: Wild Willow. HEX triplet: C3, DF and 6A. RGB value is (195,223,106). Sum of RGB (Red+Green+Blue) = 195+223+106=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DF6A is #3C2095. Grayscale: #C9C9C9. Windows color (decimal): -3940502 or 7004099. OLE color: 7004099.
HSL color Cylindrical-coordinate representation of color #C3DF6A: hue angle of 74.36º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3DF6A is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 223 | 106 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.13 |
| HSL | 74.36º | 0.65% | 0.65% | - |
| HSV(B) | 74.36º | 0.52% | 0.87% | - |
| XYZ | 51.49 | 65.42 | 23.55 | - |
| YUV | 201.29 | 74.22 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 223 | 106 | 0.13 | 0 | 0.52 | 0.13 | 74.36 | 0.65 | 0.65 |
| Hex | C3 | DF | 6A | D | 0 | 34 | D | 4A | 41 | 41 |
| Octal | 303 | 337 | 152 | 15 | 0 | 64 | 15 | 112 | 101 | 101 |
| Binary | 11000011 | 11011111 | 1101010 | 1101 | 0 | 110100 | 1101 | 1001010 | 1000001 | 1000001 |
Color Harmonies of #C3DF6A
Complementary color
Monochromatic Colors of #C3DF6A
Black with #C3DF6A
Text Example
Text Example
White with #C3DF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DF6A; }
p { color: rgb(195,223,106); }
H1.HeaderClassName
{
color: #C3DF6A;
}
.AnyTagClassName
{
color: #C3DF6A;
}
</style>
background-color css
<style>
a { background-color: #C3DF6A; }
a { background-color: rgb(195,223,106); }
div.DivClassName
{
background-color: #C3DF6A;
}
.BgClassName
{
background-color: #C3DF6A;
}
</style>
border-color css
<style>
span { border-color: #C3DF6A; }
span { border-color: rgb(195,223,106); }
td.TdClassName
{
border-color: #C3DF6A;
}
.TagClassName
{
border-color: #C3DF6A;
}
</style>