Shades of Wild Willow #C4D752
Tints of Wild Willow #C4D752
RGB
CMYK
RGB Variations
Color information
#C4D752 (or 0xC4D752) is known color: Wild Willow. HEX triplet: C4, D7 and 52. RGB value is (196,215,82). Sum of RGB (Red+Green+Blue) = 196+215+82=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D752 is #3B28AD. Grayscale: #C2C2C2. Windows color (decimal): -3877038 or 5429188. OLE color: 5429188.
HSL color Cylindrical-coordinate representation of color #C4D752: hue angle of 68.57º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4D752 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 215 | 82 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.16 |
| HSL | 68.57º | 0.62% | 0.58% | - |
| HSV(B) | 68.57º | 0.62% | 0.84% | - |
| XYZ | 48.59 | 60.95 | 17.19 | - |
| YUV | 194.16 | 64.71 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 215 | 82 | 0.09 | 0 | 0.62 | 0.16 | 68.57 | 0.62 | 0.58 |
| Hex | C4 | D7 | 52 | 9 | 0 | 3E | 10 | 45 | 3E | 3A |
| Octal | 304 | 327 | 122 | 11 | 0 | 76 | 20 | 105 | 76 | 72 |
| Binary | 11000100 | 11010111 | 1010010 | 1001 | 0 | 111110 | 10000 | 1000101 | 111110 | 111010 |
Color Harmonies of #C4D752
Complementary color
Monochromatic Colors of #C4D752
Black with #C4D752
Text Example
Text Example
White with #C4D752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D752; }
p { color: rgb(196,215,82); }
H1.HeaderClassName
{
color: #C4D752;
}
.AnyTagClassName
{
color: #C4D752;
}
</style>
background-color css
<style>
a { background-color: #C4D752; }
a { background-color: rgb(196,215,82); }
div.DivClassName
{
background-color: #C4D752;
}
.BgClassName
{
background-color: #C4D752;
}
</style>
border-color css
<style>
span { border-color: #C4D752; }
span { border-color: rgb(196,215,82); }
td.TdClassName
{
border-color: #C4D752;
}
.TagClassName
{
border-color: #C4D752;
}
</style>