Shades of Wild Willow #C6E061
Tints of Wild Willow #C6E061
RGB
CMYK
RGB Variations
Color information
#C6E061 (or 0xC6E061) is known color: Wild Willow. HEX triplet: C6, E0 and 61. RGB value is (198,224,97). Sum of RGB (Red+Green+Blue) = 198+224+97=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 97 (38.28% from 255 or 18.69% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #C6E061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E061 is #391F9E. Grayscale: #CACACA. Windows color (decimal): -3743647 or 6414534. OLE color: 6414534.
HSL color Cylindrical-coordinate representation of color #C6E061: hue angle of 72.28º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6E061 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 224 | 97 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.12 |
| HSL | 72.28º | 0.67% | 0.63% | - |
| HSV(B) | 72.28º | 0.57% | 0.88% | - |
| XYZ | 52.1 | 66.18 | 21.34 | - |
| YUV | 201.75 | 68.89 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 224 | 97 | 0.12 | 0 | 0.57 | 0.12 | 72.28 | 0.67 | 0.63 |
| Hex | C6 | E0 | 61 | C | 0 | 39 | C | 48 | 43 | 3F |
| Octal | 306 | 340 | 141 | 14 | 0 | 71 | 14 | 110 | 103 | 77 |
| Binary | 11000110 | 11100000 | 1100001 | 1100 | 0 | 111001 | 1100 | 1001000 | 1000011 | 111111 |
Color Harmonies of #C6E061
Complementary color
Monochromatic Colors of #C6E061
Black with #C6E061
Text Example
Text Example
White with #C6E061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E061; }
p { color: rgb(198,224,97); }
H1.HeaderClassName
{
color: #C6E061;
}
.AnyTagClassName
{
color: #C6E061;
}
</style>
background-color css
<style>
a { background-color: #C6E061; }
a { background-color: rgb(198,224,97); }
div.DivClassName
{
background-color: #C6E061;
}
.BgClassName
{
background-color: #C6E061;
}
</style>
border-color css
<style>
span { border-color: #C6E061; }
span { border-color: rgb(198,224,97); }
td.TdClassName
{
border-color: #C6E061;
}
.TagClassName
{
border-color: #C6E061;
}
</style>