Shades of Wild Willow #C4D053
Tints of Wild Willow #C4D053
RGB
CMYK
RGB Variations
Color information
#C4D053 (or 0xC4D053) is known color: Wild Willow. HEX triplet: C4, D0 and 53. RGB value is (196,208,83). Sum of RGB (Red+Green+Blue) = 196+208+83=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 83 (32.81% from 255 or 17.04% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D053 is #3B2FAC. Grayscale: #BEBEBE. Windows color (decimal): -3878829 or 5492932. OLE color: 5492932.
HSL color Cylindrical-coordinate representation of color #C4D053: hue angle of 65.76º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4D053 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 83 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.18 |
| HSL | 65.76º | 0.57% | 0.57% | - |
| HSV(B) | 65.76º | 0.6% | 0.82% | - |
| XYZ | 46.88 | 57.47 | 16.81 | - |
| YUV | 190.16 | 67.52 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 83 | 0.06 | 0 | 0.60 | 0.18 | 65.76 | 0.57 | 0.57 |
| Hex | C4 | D0 | 53 | 6 | 0 | 3C | 12 | 42 | 39 | 39 |
| Octal | 304 | 320 | 123 | 6 | 0 | 74 | 22 | 102 | 71 | 71 |
| Binary | 11000100 | 11010000 | 1010011 | 110 | 0 | 111100 | 10010 | 1000010 | 111001 | 111001 |
Color Harmonies of #C4D053
Complementary color
Monochromatic Colors of #C4D053
Black with #C4D053
Text Example
Text Example
White with #C4D053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D053; }
p { color: rgb(196,208,83); }
H1.HeaderClassName
{
color: #C4D053;
}
.AnyTagClassName
{
color: #C4D053;
}
</style>
background-color css
<style>
a { background-color: #C4D053; }
a { background-color: rgb(196,208,83); }
div.DivClassName
{
background-color: #C4D053;
}
.BgClassName
{
background-color: #C4D053;
}
</style>
border-color css
<style>
span { border-color: #C4D053; }
span { border-color: rgb(196,208,83); }
td.TdClassName
{
border-color: #C4D053;
}
.TagClassName
{
border-color: #C4D053;
}
</style>