Shades of Wild Willow #C3DB67
Tints of Wild Willow #C3DB67
RGB
CMYK
RGB Variations
Color information
#C3DB67 (or 0xC3DB67) is known color: Wild Willow. HEX triplet: C3, DB and 67. RGB value is (195,219,103). Sum of RGB (Red+Green+Blue) = 195+219+103=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 103 (40.62% from 255 or 19.92% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DB67 is #3C2498. Grayscale: #C7C7C7. Windows color (decimal): -3941529 or 6806467. OLE color: 6806467.
HSL color Cylindrical-coordinate representation of color #C3DB67: hue angle of 72.41º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3DB67 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 219 | 103 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.14 |
| HSL | 72.41º | 0.62% | 0.63% | - |
| HSV(B) | 72.41º | 0.53% | 0.86% | - |
| XYZ | 50.29 | 63.24 | 22.39 | - |
| YUV | 198.6 | 74.05 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 219 | 103 | 0.11 | 0 | 0.53 | 0.14 | 72.41 | 0.62 | 0.63 |
| Hex | C3 | DB | 67 | B | 0 | 35 | E | 48 | 3E | 3F |
| Octal | 303 | 333 | 147 | 13 | 0 | 65 | 16 | 110 | 76 | 77 |
| Binary | 11000011 | 11011011 | 1100111 | 1011 | 0 | 110101 | 1110 | 1001000 | 111110 | 111111 |
Color Harmonies of #C3DB67
Complementary color
Monochromatic Colors of #C3DB67
Black with #C3DB67
Text Example
Text Example
White with #C3DB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DB67; }
p { color: rgb(195,219,103); }
H1.HeaderClassName
{
color: #C3DB67;
}
.AnyTagClassName
{
color: #C3DB67;
}
</style>
background-color css
<style>
a { background-color: #C3DB67; }
a { background-color: rgb(195,219,103); }
div.DivClassName
{
background-color: #C3DB67;
}
.BgClassName
{
background-color: #C3DB67;
}
</style>
border-color css
<style>
span { border-color: #C3DB67; }
span { border-color: rgb(195,219,103); }
td.TdClassName
{
border-color: #C3DB67;
}
.TagClassName
{
border-color: #C3DB67;
}
</style>