Shades of Sprout #C5D791
Tints of Sprout #C5D791
RGB
CMYK
RGB Variations
Color information
#C5D791 (or 0xC5D791) is known color: Sprout. HEX triplet: C5, D7 and 91. RGB value is (197,215,145). Sum of RGB (Red+Green+Blue) = 197+215+145=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 215 (84.38% from 255 or 38.60% from 557); Blue value is 145 (57.03% from 255 or 26.03% from 557); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D791 is #3A286E. Grayscale: #C9C9C9. Windows color (decimal): -3811439 or 9557957. OLE color: 9557957.
HSL color Cylindrical-coordinate representation of color #C5D791: hue angle of 75.43º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5D791 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 215 | 145 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.16 |
| HSL | 75.43º | 0.47% | 0.71% | - |
| HSV(B) | 75.43º | 0.33% | 0.84% | - |
| XYZ | 52.44 | 62.52 | 36.09 | - |
| YUV | 201.64 | 96.04 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 215 | 145 | 0.08 | 0 | 0.33 | 0.16 | 75.43 | 0.47 | 0.71 |
| Hex | C5 | D7 | 91 | 8 | 0 | 21 | 10 | 4B | 2F | 47 |
| Octal | 305 | 327 | 221 | 10 | 0 | 41 | 20 | 113 | 57 | 107 |
| Binary | 11000101 | 11010111 | 10010001 | 1000 | 0 | 100001 | 10000 | 1001011 | 101111 | 1000111 |
Color Harmonies of #C5D791
Complementary color
Monochromatic Colors of #C5D791
Black with #C5D791
Text Example
Text Example
White with #C5D791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D791; }
p { color: rgb(197,215,145); }
H1.HeaderClassName
{
color: #C5D791;
}
.AnyTagClassName
{
color: #C5D791;
}
</style>
background-color css
<style>
a { background-color: #C5D791; }
a { background-color: rgb(197,215,145); }
div.DivClassName
{
background-color: #C5D791;
}
.BgClassName
{
background-color: #C5D791;
}
</style>
border-color css
<style>
span { border-color: #C5D791; }
span { border-color: rgb(197,215,145); }
td.TdClassName
{
border-color: #C5D791;
}
.TagClassName
{
border-color: #C5D791;
}
</style>