Shades of Sprout #C0E095
Tints of Sprout #C0E095
RGB
CMYK
RGB Variations
Color information
#C0E095 (or 0xC0E095) is known color: Sprout. HEX triplet: C0, E0 and 95. RGB value is (192,224,149). Sum of RGB (Red+Green+Blue) = 192+224+149=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E095 is #3F1F6A. Grayscale: #CECECE. Windows color (decimal): -4136811 or 9822400. OLE color: 9822400.
HSL color Cylindrical-coordinate representation of color #C0E095: hue angle of 85.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0E095 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 149 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.12 |
| HSL | 85.6º | 0.55% | 0.73% | - |
| HSV(B) | 85.6º | 0.33% | 0.88% | - |
| XYZ | 53.82 | 66.69 | 38.47 | - |
| YUV | 205.88 | 95.9 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 149 | 0.14 | 0 | 0.33 | 0.12 | 85.6 | 0.55 | 0.73 |
| Hex | C0 | E0 | 95 | E | 0 | 21 | C | 56 | 37 | 49 |
| Octal | 300 | 340 | 225 | 16 | 0 | 41 | 14 | 126 | 67 | 111 |
| Binary | 11000000 | 11100000 | 10010101 | 1110 | 0 | 100001 | 1100 | 1010110 | 110111 | 1001001 |
Color Harmonies of #C0E095
Complementary color
Monochromatic Colors of #C0E095
Black with #C0E095
Text Example
Text Example
White with #C0E095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E095; }
p { color: rgb(192,224,149); }
H1.HeaderClassName
{
color: #C0E095;
}
.AnyTagClassName
{
color: #C0E095;
}
</style>
background-color css
<style>
a { background-color: #C0E095; }
a { background-color: rgb(192,224,149); }
div.DivClassName
{
background-color: #C0E095;
}
.BgClassName
{
background-color: #C0E095;
}
</style>
border-color css
<style>
span { border-color: #C0E095; }
span { border-color: rgb(192,224,149); }
td.TdClassName
{
border-color: #C0E095;
}
.TagClassName
{
border-color: #C0E095;
}
</style>