Shades of Wild Willow #C7D65A
Tints of Wild Willow #C7D65A
RGB
CMYK
RGB Variations
Color information
#C7D65A (or 0xC7D65A) is known color: Wild Willow. HEX triplet: C7, D6 and 5A. RGB value is (199,214,90). Sum of RGB (Red+Green+Blue) = 199+214+90=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D65A is #3829A5. Grayscale: #C3C3C3. Windows color (decimal): -3680678 or 5953223. OLE color: 5953223.
HSL color Cylindrical-coordinate representation of color #C7D65A: hue angle of 67.26º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7D65A is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 214 | 90 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.16 |
| HSL | 67.26º | 0.6% | 0.6% | - |
| HSV(B) | 67.26º | 0.58% | 0.84% | - |
| XYZ | 49.45 | 60.97 | 18.84 | - |
| YUV | 195.38 | 68.53 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 90 | 0.07 | 0 | 0.58 | 0.16 | 67.26 | 0.6 | 0.6 |
| Hex | C7 | D6 | 5A | 7 | 0 | 3A | 10 | 43 | 3C | 3C |
| Octal | 307 | 326 | 132 | 7 | 0 | 72 | 20 | 103 | 74 | 74 |
| Binary | 11000111 | 11010110 | 1011010 | 111 | 0 | 111010 | 10000 | 1000011 | 111100 | 111100 |
Color Harmonies of #C7D65A
Complementary color
Monochromatic Colors of #C7D65A
Black with #C7D65A
Text Example
Text Example
White with #C7D65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D65A; }
p { color: rgb(199,214,90); }
H1.HeaderClassName
{
color: #C7D65A;
}
.AnyTagClassName
{
color: #C7D65A;
}
</style>
background-color css
<style>
a { background-color: #C7D65A; }
a { background-color: rgb(199,214,90); }
div.DivClassName
{
background-color: #C7D65A;
}
.BgClassName
{
background-color: #C7D65A;
}
</style>
border-color css
<style>
span { border-color: #C7D65A; }
span { border-color: rgb(199,214,90); }
td.TdClassName
{
border-color: #C7D65A;
}
.TagClassName
{
border-color: #C7D65A;
}
</style>