Shades of Wild Willow #C6D650
Tints of Wild Willow #C6D650
RGB
CMYK
RGB Variations
Color information
#C6D650 (or 0xC6D650) is known color: Wild Willow. HEX triplet: C6, D6 and 50. RGB value is (198,214,80). Sum of RGB (Red+Green+Blue) = 198+214+80=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D650 is #3929AF. Grayscale: #C2C2C2. Windows color (decimal): -3746224 or 5297862. OLE color: 5297862.
HSL color Cylindrical-coordinate representation of color #C6D650: hue angle of 67.16º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6D650 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 214 | 80 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.16 |
| HSL | 67.16º | 0.62% | 0.58% | - |
| HSV(B) | 67.16º | 0.63% | 0.84% | - |
| XYZ | 48.78 | 60.68 | 16.73 | - |
| YUV | 193.94 | 63.7 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 214 | 80 | 0.07 | 0 | 0.63 | 0.16 | 67.16 | 0.62 | 0.58 |
| Hex | C6 | D6 | 50 | 7 | 0 | 3F | 10 | 43 | 3E | 3A |
| Octal | 306 | 326 | 120 | 7 | 0 | 77 | 20 | 103 | 76 | 72 |
| Binary | 11000110 | 11010110 | 1010000 | 111 | 0 | 111111 | 10000 | 1000011 | 111110 | 111010 |
Color Harmonies of #C6D650
Complementary color
Monochromatic Colors of #C6D650
Black with #C6D650
Text Example
Text Example
White with #C6D650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D650; }
p { color: rgb(198,214,80); }
H1.HeaderClassName
{
color: #C6D650;
}
.AnyTagClassName
{
color: #C6D650;
}
</style>
background-color css
<style>
a { background-color: #C6D650; }
a { background-color: rgb(198,214,80); }
div.DivClassName
{
background-color: #C6D650;
}
.BgClassName
{
background-color: #C6D650;
}
</style>
border-color css
<style>
span { border-color: #C6D650; }
span { border-color: rgb(198,214,80); }
td.TdClassName
{
border-color: #C6D650;
}
.TagClassName
{
border-color: #C6D650;
}
</style>