Shades of Wild Willow #C7D25B
Tints of Wild Willow #C7D25B
RGB
CMYK
RGB Variations
Color information
#C7D25B (or 0xC7D25B) is known color: Wild Willow. HEX triplet: C7, D2 and 5B. RGB value is (199,210,91). Sum of RGB (Red+Green+Blue) = 199+210+91=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 91 (35.94% from 255 or 18.2% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D25B is #382DA4. Grayscale: #C1C1C1. Windows color (decimal): -3681701 or 6017735. OLE color: 6017735.
HSL color Cylindrical-coordinate representation of color #C7D25B: hue angle of 65.55º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7D25B is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 210 | 91 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.18 |
| HSL | 65.55º | 0.57% | 0.59% | - |
| HSV(B) | 65.55º | 0.57% | 0.82% | - |
| XYZ | 48.49 | 58.99 | 18.73 | - |
| YUV | 193.15 | 70.36 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 91 | 0.05 | 0 | 0.57 | 0.18 | 65.55 | 0.57 | 0.59 |
| Hex | C7 | D2 | 5B | 5 | 0 | 39 | 12 | 42 | 39 | 3B |
| Octal | 307 | 322 | 133 | 5 | 0 | 71 | 22 | 102 | 71 | 73 |
| Binary | 11000111 | 11010010 | 1011011 | 101 | 0 | 111001 | 10010 | 1000010 | 111001 | 111011 |
Color Harmonies of #C7D25B
Complementary color
Monochromatic Colors of #C7D25B
Black with #C7D25B
Text Example
Text Example
White with #C7D25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D25B; }
p { color: rgb(199,210,91); }
H1.HeaderClassName
{
color: #C7D25B;
}
.AnyTagClassName
{
color: #C7D25B;
}
</style>
background-color css
<style>
a { background-color: #C7D25B; }
a { background-color: rgb(199,210,91); }
div.DivClassName
{
background-color: #C7D25B;
}
.BgClassName
{
background-color: #C7D25B;
}
</style>
border-color css
<style>
span { border-color: #C7D25B; }
span { border-color: rgb(199,210,91); }
td.TdClassName
{
border-color: #C7D25B;
}
.TagClassName
{
border-color: #C7D25B;
}
</style>