Shades of Sprout #C0DA99
Tints of Sprout #C0DA99
RGB
CMYK
RGB Variations
Color information
#C0DA99 (or 0xC0DA99) is known color: Sprout. HEX triplet: C0, DA and 99. RGB value is (192,218,153). Sum of RGB (Red+Green+Blue) = 192+218+153=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DA99 is #3F2566. Grayscale: #CBCBCB. Windows color (decimal): -4138343 or 10083008. OLE color: 10083008.
HSL color Cylindrical-coordinate representation of color #C0DA99: hue angle of 84º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0DA99 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 153 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.15 |
| HSL | 84º | 0.47% | 0.73% | - |
| HSV(B) | 84º | 0.3% | 0.85% | - |
| XYZ | 52.56 | 63.65 | 39.65 | - |
| YUV | 202.82 | 99.89 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 153 | 0.12 | 0 | 0.30 | 0.15 | 84 | 0.47 | 0.73 |
| Hex | C0 | DA | 99 | C | 0 | 1E | F | 54 | 2F | 49 |
| Octal | 300 | 332 | 231 | 14 | 0 | 36 | 17 | 124 | 57 | 111 |
| Binary | 11000000 | 11011010 | 10011001 | 1100 | 0 | 11110 | 1111 | 1010100 | 101111 | 1001001 |
Color Harmonies of #C0DA99
Complementary color
Monochromatic Colors of #C0DA99
Black with #C0DA99
Text Example
Text Example
White with #C0DA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DA99; }
p { color: rgb(192,218,153); }
H1.HeaderClassName
{
color: #C0DA99;
}
.AnyTagClassName
{
color: #C0DA99;
}
</style>
background-color css
<style>
a { background-color: #C0DA99; }
a { background-color: rgb(192,218,153); }
div.DivClassName
{
background-color: #C0DA99;
}
.BgClassName
{
background-color: #C0DA99;
}
</style>
border-color css
<style>
span { border-color: #C0DA99; }
span { border-color: rgb(192,218,153); }
td.TdClassName
{
border-color: #C0DA99;
}
.TagClassName
{
border-color: #C0DA99;
}
</style>