Shades of Wild Willow #C4D75D
Tints of Wild Willow #C4D75D
RGB
CMYK
RGB Variations
Color information
#C4D75D (or 0xC4D75D) is known color: Wild Willow. HEX triplet: C4, D7 and 5D. RGB value is (196,215,93). Sum of RGB (Red+Green+Blue) = 196+215+93=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D75D is #3B28A2. Grayscale: #C3C3C3. Windows color (decimal): -3877027 or 6150084. OLE color: 6150084.
HSL color Cylindrical-coordinate representation of color #C4D75D: hue angle of 69.34º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4D75D is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 215 | 93 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.16 |
| HSL | 69.34º | 0.6% | 0.6% | - |
| HSV(B) | 69.34º | 0.57% | 0.84% | - |
| XYZ | 49.04 | 61.13 | 19.57 | - |
| YUV | 195.41 | 70.21 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 215 | 93 | 0.09 | 0 | 0.57 | 0.16 | 69.34 | 0.6 | 0.6 |
| Hex | C4 | D7 | 5D | 9 | 0 | 39 | 10 | 45 | 3C | 3C |
| Octal | 304 | 327 | 135 | 11 | 0 | 71 | 20 | 105 | 74 | 74 |
| Binary | 11000100 | 11010111 | 1011101 | 1001 | 0 | 111001 | 10000 | 1000101 | 111100 | 111100 |
Color Harmonies of #C4D75D
Complementary color
Monochromatic Colors of #C4D75D
Black with #C4D75D
Text Example
Text Example
White with #C4D75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D75D; }
p { color: rgb(196,215,93); }
H1.HeaderClassName
{
color: #C4D75D;
}
.AnyTagClassName
{
color: #C4D75D;
}
</style>
background-color css
<style>
a { background-color: #C4D75D; }
a { background-color: rgb(196,215,93); }
div.DivClassName
{
background-color: #C4D75D;
}
.BgClassName
{
background-color: #C4D75D;
}
</style>
border-color css
<style>
span { border-color: #C4D75D; }
span { border-color: rgb(196,215,93); }
td.TdClassName
{
border-color: #C4D75D;
}
.TagClassName
{
border-color: #C4D75D;
}
</style>