Shades of Wild Willow #C7D450
Tints of Wild Willow #C7D450
RGB
CMYK
RGB Variations
Color information
#C7D450 (or 0xC7D450) is known color: Wild Willow. HEX triplet: C7, D4 and 50. RGB value is (199,212,80). Sum of RGB (Red+Green+Blue) = 199+212+80=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D450 is #382BAF. Grayscale: #C1C1C1. Windows color (decimal): -3681200 or 5297351. OLE color: 5297351.
HSL color Cylindrical-coordinate representation of color #C7D450: hue angle of 65.91º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7D450 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 80 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.17 |
| HSL | 65.91º | 0.61% | 0.57% | - |
| HSV(B) | 65.91º | 0.62% | 0.83% | - |
| XYZ | 48.54 | 59.81 | 16.57 | - |
| YUV | 193.07 | 64.19 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 80 | 0.06 | 0 | 0.62 | 0.17 | 65.91 | 0.61 | 0.57 |
| Hex | C7 | D4 | 50 | 6 | 0 | 3E | 11 | 42 | 3D | 39 |
| Octal | 307 | 324 | 120 | 6 | 0 | 76 | 21 | 102 | 75 | 71 |
| Binary | 11000111 | 11010100 | 1010000 | 110 | 0 | 111110 | 10001 | 1000010 | 111101 | 111001 |
Color Harmonies of #C7D450
Complementary color
Monochromatic Colors of #C7D450
Black with #C7D450
Text Example
Text Example
White with #C7D450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D450; }
p { color: rgb(199,212,80); }
H1.HeaderClassName
{
color: #C7D450;
}
.AnyTagClassName
{
color: #C7D450;
}
</style>
background-color css
<style>
a { background-color: #C7D450; }
a { background-color: rgb(199,212,80); }
div.DivClassName
{
background-color: #C7D450;
}
.BgClassName
{
background-color: #C7D450;
}
</style>
border-color css
<style>
span { border-color: #C7D450; }
span { border-color: rgb(199,212,80); }
td.TdClassName
{
border-color: #C7D450;
}
.TagClassName
{
border-color: #C7D450;
}
</style>