Shades of Wild Willow #C6DA5A
Tints of Wild Willow #C6DA5A
RGB
CMYK
RGB Variations
Color information
#C6DA5A (or 0xC6DA5A) is known color: Wild Willow. HEX triplet: C6, DA and 5A. RGB value is (198,218,90). Sum of RGB (Red+Green+Blue) = 198+218+90=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DA5A is #3925A5. Grayscale: #C5C5C5. Windows color (decimal): -3745190 or 5954246. OLE color: 5954246.
HSL color Cylindrical-coordinate representation of color #C6DA5A: hue angle of 69.38º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6DA5A is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 218 | 90 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.15 |
| HSL | 69.38º | 0.63% | 0.6% | - |
| HSV(B) | 69.38º | 0.59% | 0.85% | - |
| XYZ | 50.21 | 62.89 | 19.17 | - |
| YUV | 197.43 | 67.37 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 218 | 90 | 0.09 | 0 | 0.59 | 0.15 | 69.38 | 0.63 | 0.6 |
| Hex | C6 | DA | 5A | 9 | 0 | 3B | F | 45 | 3F | 3C |
| Octal | 306 | 332 | 132 | 11 | 0 | 73 | 17 | 105 | 77 | 74 |
| Binary | 11000110 | 11011010 | 1011010 | 1001 | 0 | 111011 | 1111 | 1000101 | 111111 | 111100 |
Color Harmonies of #C6DA5A
Complementary color
Monochromatic Colors of #C6DA5A
Black with #C6DA5A
Text Example
Text Example
White with #C6DA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DA5A; }
p { color: rgb(198,218,90); }
H1.HeaderClassName
{
color: #C6DA5A;
}
.AnyTagClassName
{
color: #C6DA5A;
}
</style>
background-color css
<style>
a { background-color: #C6DA5A; }
a { background-color: rgb(198,218,90); }
div.DivClassName
{
background-color: #C6DA5A;
}
.BgClassName
{
background-color: #C6DA5A;
}
</style>
border-color css
<style>
span { border-color: #C6DA5A; }
span { border-color: rgb(198,218,90); }
td.TdClassName
{
border-color: #C6DA5A;
}
.TagClassName
{
border-color: #C6DA5A;
}
</style>