Shades of Sprout #C0DA96
Tints of Sprout #C0DA96
RGB
CMYK
RGB Variations
Color information
#C0DA96 (or 0xC0DA96) is known color: Sprout. HEX triplet: C0, DA and 96. RGB value is (192,218,150). Sum of RGB (Red+Green+Blue) = 192+218+150=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DA96 is #3F2569. Grayscale: #CACACA. Windows color (decimal): -4138346 or 9886400. OLE color: 9886400.
HSL color Cylindrical-coordinate representation of color #C0DA96: hue angle of 82.94º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0DA96 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 150 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.15 |
| HSL | 82.94º | 0.48% | 0.72% | - |
| HSV(B) | 82.94º | 0.31% | 0.85% | - |
| XYZ | 52.31 | 63.55 | 38.36 | - |
| YUV | 202.47 | 98.39 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 150 | 0.12 | 0 | 0.31 | 0.15 | 82.94 | 0.48 | 0.72 |
| Hex | C0 | DA | 96 | C | 0 | 1F | F | 53 | 30 | 48 |
| Octal | 300 | 332 | 226 | 14 | 0 | 37 | 17 | 123 | 60 | 110 |
| Binary | 11000000 | 11011010 | 10010110 | 1100 | 0 | 11111 | 1111 | 1010011 | 110000 | 1001000 |
Color Harmonies of #C0DA96
Complementary color
Monochromatic Colors of #C0DA96
Black with #C0DA96
Text Example
Text Example
White with #C0DA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DA96; }
p { color: rgb(192,218,150); }
H1.HeaderClassName
{
color: #C0DA96;
}
.AnyTagClassName
{
color: #C0DA96;
}
</style>
background-color css
<style>
a { background-color: #C0DA96; }
a { background-color: rgb(192,218,150); }
div.DivClassName
{
background-color: #C0DA96;
}
.BgClassName
{
background-color: #C0DA96;
}
</style>
border-color css
<style>
span { border-color: #C0DA96; }
span { border-color: rgb(192,218,150); }
td.TdClassName
{
border-color: #C0DA96;
}
.TagClassName
{
border-color: #C0DA96;
}
</style>