Shades of Wild Willow #C6D552
Tints of Wild Willow #C6D552
RGB
CMYK
RGB Variations
Color information
#C6D552 (or 0xC6D552) is known color: Wild Willow. HEX triplet: C6, D5 and 52. RGB value is (198,213,82). Sum of RGB (Red+Green+Blue) = 198+213+82=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D552 is #392AAD. Grayscale: #C2C2C2. Windows color (decimal): -3746478 or 5428678. OLE color: 5428678.
HSL color Cylindrical-coordinate representation of color #C6D552: hue angle of 66.87º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6D552 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 213 | 82 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.16 |
| HSL | 66.87º | 0.61% | 0.58% | - |
| HSV(B) | 66.87º | 0.62% | 0.84% | - |
| XYZ | 48.61 | 60.2 | 17.04 | - |
| YUV | 193.58 | 65.03 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 213 | 82 | 0.07 | 0 | 0.62 | 0.16 | 66.87 | 0.61 | 0.58 |
| Hex | C6 | D5 | 52 | 7 | 0 | 3E | 10 | 43 | 3D | 3A |
| Octal | 306 | 325 | 122 | 7 | 0 | 76 | 20 | 103 | 75 | 72 |
| Binary | 11000110 | 11010101 | 1010010 | 111 | 0 | 111110 | 10000 | 1000011 | 111101 | 111010 |
Color Harmonies of #C6D552
Complementary color
Monochromatic Colors of #C6D552
Black with #C6D552
Text Example
Text Example
White with #C6D552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D552; }
p { color: rgb(198,213,82); }
H1.HeaderClassName
{
color: #C6D552;
}
.AnyTagClassName
{
color: #C6D552;
}
</style>
background-color css
<style>
a { background-color: #C6D552; }
a { background-color: rgb(198,213,82); }
div.DivClassName
{
background-color: #C6D552;
}
.BgClassName
{
background-color: #C6D552;
}
</style>
border-color css
<style>
span { border-color: #C6D552; }
span { border-color: rgb(198,213,82); }
td.TdClassName
{
border-color: #C6D552;
}
.TagClassName
{
border-color: #C6D552;
}
</style>