Shades of Wild Willow #C7DB51
Tints of Wild Willow #C7DB51
RGB
CMYK
RGB Variations
Color information
#C7DB51 (or 0xC7DB51) is known color: Wild Willow. HEX triplet: C7, DB and 51. RGB value is (199,219,81). Sum of RGB (Red+Green+Blue) = 199+219+81=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 81 (32.03% from 255 or 16.23% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7DB51 is #3824AE. Grayscale: #C5C5C5. Windows color (decimal): -3679407 or 5364679. OLE color: 5364679.
HSL color Cylindrical-coordinate representation of color #C7DB51: hue angle of 68.7º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7DB51 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 81 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.14 |
| HSL | 68.7º | 0.66% | 0.59% | - |
| HSV(B) | 68.7º | 0.63% | 0.86% | - |
| XYZ | 50.37 | 63.4 | 17.37 | - |
| YUV | 197.29 | 62.37 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 81 | 0.09 | 0 | 0.63 | 0.14 | 68.7 | 0.66 | 0.59 |
| Hex | C7 | DB | 51 | 9 | 0 | 3F | E | 45 | 42 | 3B |
| Octal | 307 | 333 | 121 | 11 | 0 | 77 | 16 | 105 | 102 | 73 |
| Binary | 11000111 | 11011011 | 1010001 | 1001 | 0 | 111111 | 1110 | 1000101 | 1000010 | 111011 |
Color Harmonies of #C7DB51
Complementary color
Monochromatic Colors of #C7DB51
Black with #C7DB51
Text Example
Text Example
White with #C7DB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DB51; }
p { color: rgb(199,219,81); }
H1.HeaderClassName
{
color: #C7DB51;
}
.AnyTagClassName
{
color: #C7DB51;
}
</style>
background-color css
<style>
a { background-color: #C7DB51; }
a { background-color: rgb(199,219,81); }
div.DivClassName
{
background-color: #C7DB51;
}
.BgClassName
{
background-color: #C7DB51;
}
</style>
border-color css
<style>
span { border-color: #C7DB51; }
span { border-color: rgb(199,219,81); }
td.TdClassName
{
border-color: #C7DB51;
}
.TagClassName
{
border-color: #C7DB51;
}
</style>