Shades of Wild Willow #C4DB5D
Tints of Wild Willow #C4DB5D
RGB
CMYK
RGB Variations
Color information
#C4DB5D (or 0xC4DB5D) is known color: Wild Willow. HEX triplet: C4, DB and 5D. RGB value is (196,219,93). Sum of RGB (Red+Green+Blue) = 196+219+93=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DB5D is #3B24A2. Grayscale: #C6C6C6. Windows color (decimal): -3876003 or 6151108. OLE color: 6151108.
HSL color Cylindrical-coordinate representation of color #C4DB5D: hue angle of 70.95º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4DB5D is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 219 | 93 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.14 |
| HSL | 70.95º | 0.64% | 0.61% | - |
| HSV(B) | 70.95º | 0.58% | 0.86% | - |
| XYZ | 50.07 | 63.19 | 19.91 | - |
| YUV | 197.76 | 68.88 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 93 | 0.11 | 0 | 0.58 | 0.14 | 70.95 | 0.64 | 0.61 |
| Hex | C4 | DB | 5D | B | 0 | 3A | E | 47 | 40 | 3D |
| Octal | 304 | 333 | 135 | 13 | 0 | 72 | 16 | 107 | 100 | 75 |
| Binary | 11000100 | 11011011 | 1011101 | 1011 | 0 | 111010 | 1110 | 1000111 | 1000000 | 111101 |
Color Harmonies of #C4DB5D
Complementary color
Monochromatic Colors of #C4DB5D
Black with #C4DB5D
Text Example
Text Example
White with #C4DB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DB5D; }
p { color: rgb(196,219,93); }
H1.HeaderClassName
{
color: #C4DB5D;
}
.AnyTagClassName
{
color: #C4DB5D;
}
</style>
background-color css
<style>
a { background-color: #C4DB5D; }
a { background-color: rgb(196,219,93); }
div.DivClassName
{
background-color: #C4DB5D;
}
.BgClassName
{
background-color: #C4DB5D;
}
</style>
border-color css
<style>
span { border-color: #C4DB5D; }
span { border-color: rgb(196,219,93); }
td.TdClassName
{
border-color: #C4DB5D;
}
.TagClassName
{
border-color: #C4DB5D;
}
</style>