Shades of Wild Willow #C3E062
Tints of Wild Willow #C3E062
RGB
CMYK
RGB Variations
Color information
#C3E062 (or 0xC3E062) is known color: Wild Willow. HEX triplet: C3, E0 and 62. RGB value is (195,224,98). Sum of RGB (Red+Green+Blue) = 195+224+98=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #C3E062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3E062 is #3C1F9D. Grayscale: #C9C9C9. Windows color (decimal): -3940254 or 6480067. OLE color: 6480067.
HSL color Cylindrical-coordinate representation of color #C3E062: hue angle of 73.81º 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 #C3E062 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 224 | 98 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.12 |
| HSL | 73.81º | 0.67% | 0.63% | - |
| HSV(B) | 73.81º | 0.56% | 0.88% | - |
| XYZ | 51.37 | 65.8 | 21.55 | - |
| YUV | 200.97 | 69.89 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 224 | 98 | 0.13 | 0 | 0.56 | 0.12 | 73.81 | 0.67 | 0.63 |
| Hex | C3 | E0 | 62 | D | 0 | 38 | C | 4A | 43 | 3F |
| Octal | 303 | 340 | 142 | 15 | 0 | 70 | 14 | 112 | 103 | 77 |
| Binary | 11000011 | 11100000 | 1100010 | 1101 | 0 | 111000 | 1100 | 1001010 | 1000011 | 111111 |
Color Harmonies of #C3E062
Complementary color
Monochromatic Colors of #C3E062
Black with #C3E062
Text Example
Text Example
White with #C3E062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E062; }
p { color: rgb(195,224,98); }
H1.HeaderClassName
{
color: #C3E062;
}
.AnyTagClassName
{
color: #C3E062;
}
</style>
background-color css
<style>
a { background-color: #C3E062; }
a { background-color: rgb(195,224,98); }
div.DivClassName
{
background-color: #C3E062;
}
.BgClassName
{
background-color: #C3E062;
}
</style>
border-color css
<style>
span { border-color: #C3E062; }
span { border-color: rgb(195,224,98); }
td.TdClassName
{
border-color: #C3E062;
}
.TagClassName
{
border-color: #C3E062;
}
</style>