Shades of Sprout #C5D396
Tints of Sprout #C5D396
RGB
CMYK
RGB Variations
Color information
#C5D396 (or 0xC5D396) is known color: Sprout. HEX triplet: C5, D3 and 96. RGB value is (197,211,150). Sum of RGB (Red+Green+Blue) = 197+211+150=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D396 is #3A2C69. Grayscale: #C8C8C8. Windows color (decimal): -3812458 or 9884613. OLE color: 9884613.
HSL color Cylindrical-coordinate representation of color #C5D396: hue angle of 73.77º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5D396 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 211 | 150 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.17 |
| HSL | 73.77º | 0.41% | 0.71% | - |
| HSV(B) | 73.77º | 0.29% | 0.83% | - |
| XYZ | 51.83 | 60.66 | 37.83 | - |
| YUV | 199.86 | 99.86 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 211 | 150 | 0.07 | 0 | 0.29 | 0.17 | 73.77 | 0.41 | 0.71 |
| Hex | C5 | D3 | 96 | 7 | 0 | 1D | 11 | 4A | 29 | 47 |
| Octal | 305 | 323 | 226 | 7 | 0 | 35 | 21 | 112 | 51 | 107 |
| Binary | 11000101 | 11010011 | 10010110 | 111 | 0 | 11101 | 10001 | 1001010 | 101001 | 1000111 |
Color Harmonies of #C5D396
Complementary color
Monochromatic Colors of #C5D396
Black with #C5D396
Text Example
Text Example
White with #C5D396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D396; }
p { color: rgb(197,211,150); }
H1.HeaderClassName
{
color: #C5D396;
}
.AnyTagClassName
{
color: #C5D396;
}
</style>
background-color css
<style>
a { background-color: #C5D396; }
a { background-color: rgb(197,211,150); }
div.DivClassName
{
background-color: #C5D396;
}
.BgClassName
{
background-color: #C5D396;
}
</style>
border-color css
<style>
span { border-color: #C5D396; }
span { border-color: rgb(197,211,150); }
td.TdClassName
{
border-color: #C5D396;
}
.TagClassName
{
border-color: #C5D396;
}
</style>