Shades of Sprout #C5D599
Tints of Sprout #C5D599
RGB
CMYK
RGB Variations
Color information
#C5D599 (or 0xC5D599) is known color: Sprout. HEX triplet: C5, D5 and 99. RGB value is (197,213,153). Sum of RGB (Red+Green+Blue) = 197+213+153=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D599 is #3A2A66. Grayscale: #C9C9C9. Windows color (decimal): -3811943 or 10081733. OLE color: 10081733.
HSL color Cylindrical-coordinate representation of color #C5D599: hue angle of 76º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5D599 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 153 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.16 |
| HSL | 76º | 0.42% | 0.72% | - |
| HSV(B) | 76º | 0.28% | 0.84% | - |
| XYZ | 52.57 | 61.76 | 39.29 | - |
| YUV | 201.38 | 100.7 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 153 | 0.08 | 0 | 0.28 | 0.16 | 76 | 0.42 | 0.72 |
| Hex | C5 | D5 | 99 | 8 | 0 | 1C | 10 | 4C | 2A | 48 |
| Octal | 305 | 325 | 231 | 10 | 0 | 34 | 20 | 114 | 52 | 110 |
| Binary | 11000101 | 11010101 | 10011001 | 1000 | 0 | 11100 | 10000 | 1001100 | 101010 | 1001000 |
Color Harmonies of #C5D599
Complementary color
Monochromatic Colors of #C5D599
Black with #C5D599
Text Example
Text Example
White with #C5D599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D599; }
p { color: rgb(197,213,153); }
H1.HeaderClassName
{
color: #C5D599;
}
.AnyTagClassName
{
color: #C5D599;
}
</style>
background-color css
<style>
a { background-color: #C5D599; }
a { background-color: rgb(197,213,153); }
div.DivClassName
{
background-color: #C5D599;
}
.BgClassName
{
background-color: #C5D599;
}
</style>
border-color css
<style>
span { border-color: #C5D599; }
span { border-color: rgb(197,213,153); }
td.TdClassName
{
border-color: #C5D599;
}
.TagClassName
{
border-color: #C5D599;
}
</style>