Shades of Wild Willow #C7E15F
Tints of Wild Willow #C7E15F
RGB
CMYK
RGB Variations
Color information
#C7E15F (or 0xC7E15F) is known color: Wild Willow. HEX triplet: C7, E1 and 5F. RGB value is (199,225,95). Sum of RGB (Red+Green+Blue) = 199+225+95=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 95 (37.5% from 255 or 18.30% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7E15F is #381EA0. Grayscale: #CACACA. Windows color (decimal): -3677857 or 6283719. OLE color: 6283719.
HSL color Cylindrical-coordinate representation of color #C7E15F: hue angle of 72º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7E15F is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 225 | 95 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.12 |
| HSL | 72º | 0.68% | 0.63% | - |
| HSV(B) | 72º | 0.58% | 0.88% | - |
| XYZ | 52.54 | 66.82 | 20.95 | - |
| YUV | 202.41 | 67.39 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 225 | 95 | 0.12 | 0 | 0.58 | 0.12 | 72 | 0.68 | 0.63 |
| Hex | C7 | E1 | 5F | C | 0 | 3A | C | 48 | 44 | 3F |
| Octal | 307 | 341 | 137 | 14 | 0 | 72 | 14 | 110 | 104 | 77 |
| Binary | 11000111 | 11100001 | 1011111 | 1100 | 0 | 111010 | 1100 | 1001000 | 1000100 | 111111 |
Color Harmonies of #C7E15F
Complementary color
Monochromatic Colors of #C7E15F
Black with #C7E15F
Text Example
Text Example
White with #C7E15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E15F; }
p { color: rgb(199,225,95); }
H1.HeaderClassName
{
color: #C7E15F;
}
.AnyTagClassName
{
color: #C7E15F;
}
</style>
background-color css
<style>
a { background-color: #C7E15F; }
a { background-color: rgb(199,225,95); }
div.DivClassName
{
background-color: #C7E15F;
}
.BgClassName
{
background-color: #C7E15F;
}
</style>
border-color css
<style>
span { border-color: #C7E15F; }
span { border-color: rgb(199,225,95); }
td.TdClassName
{
border-color: #C7E15F;
}
.TagClassName
{
border-color: #C7E15F;
}
</style>