Shades of Sprout #C5D793
Tints of Sprout #C5D793
RGB
CMYK
RGB Variations
Color information
#C5D793 (or 0xC5D793) is known color: Sprout. HEX triplet: C5, D7 and 93. RGB value is (197,215,147). Sum of RGB (Red+Green+Blue) = 197+215+147=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D793 is #3A286C. Grayscale: #CACACA. Windows color (decimal): -3811437 or 9689029. OLE color: 9689029.
HSL color Cylindrical-coordinate representation of color #C5D793: hue angle of 75.88º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5D793 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 215 | 147 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.16 |
| HSL | 75.88º | 0.46% | 0.71% | - |
| HSV(B) | 75.88º | 0.32% | 0.84% | - |
| XYZ | 52.59 | 62.58 | 36.91 | - |
| YUV | 201.87 | 97.04 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 215 | 147 | 0.08 | 0 | 0.32 | 0.16 | 75.88 | 0.46 | 0.71 |
| Hex | C5 | D7 | 93 | 8 | 0 | 20 | 10 | 4C | 2E | 47 |
| Octal | 305 | 327 | 223 | 10 | 0 | 40 | 20 | 114 | 56 | 107 |
| Binary | 11000101 | 11010111 | 10010011 | 1000 | 0 | 100000 | 10000 | 1001100 | 101110 | 1000111 |
Color Harmonies of #C5D793
Complementary color
Monochromatic Colors of #C5D793
Black with #C5D793
Text Example
Text Example
White with #C5D793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D793; }
p { color: rgb(197,215,147); }
H1.HeaderClassName
{
color: #C5D793;
}
.AnyTagClassName
{
color: #C5D793;
}
</style>
background-color css
<style>
a { background-color: #C5D793; }
a { background-color: rgb(197,215,147); }
div.DivClassName
{
background-color: #C5D793;
}
.BgClassName
{
background-color: #C5D793;
}
</style>
border-color css
<style>
span { border-color: #C5D793; }
span { border-color: rgb(197,215,147); }
td.TdClassName
{
border-color: #C5D793;
}
.TagClassName
{
border-color: #C5D793;
}
</style>