Shades of Wild Willow #C6E062
Tints of Wild Willow #C6E062
RGB
CMYK
RGB Variations
Color information
#C6E062 (or 0xC6E062) is known color: Wild Willow. HEX triplet: C6, E0 and 62. RGB value is (198,224,98). Sum of RGB (Red+Green+Blue) = 198+224+98=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #C6E062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E062 is #391F9D. Grayscale: #CACACA. Windows color (decimal): -3743646 or 6480070. OLE color: 6480070.
HSL color Cylindrical-coordinate representation of color #C6E062: hue angle of 72.38º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6E062 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 224 | 98 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.12 |
| HSL | 72.38º | 0.67% | 0.63% | - |
| HSV(B) | 72.38º | 0.56% | 0.88% | - |
| XYZ | 52.15 | 66.2 | 21.58 | - |
| YUV | 201.86 | 69.39 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 224 | 98 | 0.12 | 0 | 0.56 | 0.12 | 72.38 | 0.67 | 0.63 |
| Hex | C6 | E0 | 62 | C | 0 | 38 | C | 48 | 43 | 3F |
| Octal | 306 | 340 | 142 | 14 | 0 | 70 | 14 | 110 | 103 | 77 |
| Binary | 11000110 | 11100000 | 1100010 | 1100 | 0 | 111000 | 1100 | 1001000 | 1000011 | 111111 |
Color Harmonies of #C6E062
Complementary color
Monochromatic Colors of #C6E062
Black with #C6E062
Text Example
Text Example
White with #C6E062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E062; }
p { color: rgb(198,224,98); }
H1.HeaderClassName
{
color: #C6E062;
}
.AnyTagClassName
{
color: #C6E062;
}
</style>
background-color css
<style>
a { background-color: #C6E062; }
a { background-color: rgb(198,224,98); }
div.DivClassName
{
background-color: #C6E062;
}
.BgClassName
{
background-color: #C6E062;
}
</style>
border-color css
<style>
span { border-color: #C6E062; }
span { border-color: rgb(198,224,98); }
td.TdClassName
{
border-color: #C6E062;
}
.TagClassName
{
border-color: #C6E062;
}
</style>