Shades of Sprout #C0DA95
Tints of Sprout #C0DA95
RGB
CMYK
RGB Variations
Color information
#C0DA95 (or 0xC0DA95) is known color: Sprout. HEX triplet: C0, DA and 95. RGB value is (192,218,149). Sum of RGB (Red+Green+Blue) = 192+218+149=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DA95 is #3F256A. Grayscale: #CACACA. Windows color (decimal): -4138347 or 9820864. OLE color: 9820864.
HSL color Cylindrical-coordinate representation of color #C0DA95: hue angle of 82.61º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0DA95 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 149 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.15 |
| HSL | 82.61º | 0.48% | 0.72% | - |
| HSV(B) | 82.61º | 0.32% | 0.85% | - |
| XYZ | 52.23 | 63.52 | 37.94 | - |
| YUV | 202.36 | 97.89 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 149 | 0.12 | 0 | 0.32 | 0.15 | 82.61 | 0.48 | 0.72 |
| Hex | C0 | DA | 95 | C | 0 | 20 | F | 53 | 30 | 48 |
| Octal | 300 | 332 | 225 | 14 | 0 | 40 | 17 | 123 | 60 | 110 |
| Binary | 11000000 | 11011010 | 10010101 | 1100 | 0 | 100000 | 1111 | 1010011 | 110000 | 1001000 |
Color Harmonies of #C0DA95
Complementary color
Monochromatic Colors of #C0DA95
Black with #C0DA95
Text Example
Text Example
White with #C0DA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DA95; }
p { color: rgb(192,218,149); }
H1.HeaderClassName
{
color: #C0DA95;
}
.AnyTagClassName
{
color: #C0DA95;
}
</style>
background-color css
<style>
a { background-color: #C0DA95; }
a { background-color: rgb(192,218,149); }
div.DivClassName
{
background-color: #C0DA95;
}
.BgClassName
{
background-color: #C0DA95;
}
</style>
border-color css
<style>
span { border-color: #C0DA95; }
span { border-color: rgb(192,218,149); }
td.TdClassName
{
border-color: #C0DA95;
}
.TagClassName
{
border-color: #C0DA95;
}
</style>