Shades of Wild Willow #C7D24C
Tints of Wild Willow #C7D24C
RGB
CMYK
RGB Variations
Color information
#C7D24C (or 0xC7D24C) is known color: Wild Willow. HEX triplet: C7, D2 and 4C. RGB value is (199,210,76). Sum of RGB (Red+Green+Blue) = 199+210+76=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D24C is #382DB3. Grayscale: #BFBFBF. Windows color (decimal): -3681716 or 5034695. OLE color: 5034695.
HSL color Cylindrical-coordinate representation of color #C7D24C: hue angle of 64.93º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7D24C is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 210 | 76 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.18 |
| HSL | 64.93º | 0.6% | 0.56% | - |
| HSV(B) | 64.93º | 0.64% | 0.82% | - |
| XYZ | 47.9 | 58.76 | 15.65 | - |
| YUV | 191.44 | 62.86 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 76 | 0.05 | 0 | 0.64 | 0.18 | 64.93 | 0.6 | 0.56 |
| Hex | C7 | D2 | 4C | 5 | 0 | 40 | 12 | 41 | 3C | 38 |
| Octal | 307 | 322 | 114 | 5 | 0 | 100 | 22 | 101 | 74 | 70 |
| Binary | 11000111 | 11010010 | 1001100 | 101 | 0 | 1000000 | 10010 | 1000001 | 111100 | 111000 |
Color Harmonies of #C7D24C
Complementary color
Monochromatic Colors of #C7D24C
Black with #C7D24C
Text Example
Text Example
White with #C7D24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D24C; }
p { color: rgb(199,210,76); }
H1.HeaderClassName
{
color: #C7D24C;
}
.AnyTagClassName
{
color: #C7D24C;
}
</style>
background-color css
<style>
a { background-color: #C7D24C; }
a { background-color: rgb(199,210,76); }
div.DivClassName
{
background-color: #C7D24C;
}
.BgClassName
{
background-color: #C7D24C;
}
</style>
border-color css
<style>
span { border-color: #C7D24C; }
span { border-color: rgb(199,210,76); }
td.TdClassName
{
border-color: #C7D24C;
}
.TagClassName
{
border-color: #C7D24C;
}
</style>