Shades of Sprout #C5D496
Tints of Sprout #C5D496
RGB
CMYK
RGB Variations
Color information
#C5D496 (or 0xC5D496) is known color: Sprout. HEX triplet: C5, D4 and 96. RGB value is (197,212,150). Sum of RGB (Red+Green+Blue) = 197+212+150=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 150 (58.98% from 255 or 26.83% from 559); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D496 is #3A2B69. Grayscale: #C8C8C8. Windows color (decimal): -3812202 or 9884869. OLE color: 9884869.
HSL color Cylindrical-coordinate representation of color #C5D496: hue angle of 74.52º degrees, saturation: 0.42, 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 #C5D496 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 212 | 150 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.17 |
| HSL | 74.52º | 0.42% | 0.71% | - |
| HSV(B) | 74.52º | 0.29% | 0.83% | - |
| XYZ | 52.07 | 61.16 | 37.91 | - |
| YUV | 200.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 212 | 150 | 0.07 | 0 | 0.29 | 0.17 | 74.52 | 0.42 | 0.71 |
| Hex | C5 | D4 | 96 | 7 | 0 | 1D | 11 | 4B | 2A | 47 |
| Octal | 305 | 324 | 226 | 7 | 0 | 35 | 21 | 113 | 52 | 107 |
| Binary | 11000101 | 11010100 | 10010110 | 111 | 0 | 11101 | 10001 | 1001011 | 101010 | 1000111 |
Color Harmonies of #C5D496
Complementary color
Monochromatic Colors of #C5D496
Black with #C5D496
Text Example
Text Example
White with #C5D496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D496; }
p { color: rgb(197,212,150); }
H1.HeaderClassName
{
color: #C5D496;
}
.AnyTagClassName
{
color: #C5D496;
}
</style>
background-color css
<style>
a { background-color: #C5D496; }
a { background-color: rgb(197,212,150); }
div.DivClassName
{
background-color: #C5D496;
}
.BgClassName
{
background-color: #C5D496;
}
</style>
border-color css
<style>
span { border-color: #C5D496; }
span { border-color: rgb(197,212,150); }
td.TdClassName
{
border-color: #C5D496;
}
.TagClassName
{
border-color: #C5D496;
}
</style>