Shades of Sprout #C5D598
Tints of Sprout #C5D598
RGB
CMYK
RGB Variations
Color information
#C5D598 (or 0xC5D598) is known color: Sprout. HEX triplet: C5, D5 and 98. RGB value is (197,213,152). Sum of RGB (Red+Green+Blue) = 197+213+152=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 152 (59.77% from 255 or 27.05% from 562); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D598 is #3A2A67. Grayscale: #C9C9C9. Windows color (decimal): -3811944 or 10016197. OLE color: 10016197.
HSL color Cylindrical-coordinate representation of color #C5D598: hue angle of 75.74º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5D598 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 152 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.16 |
| HSL | 75.74º | 0.42% | 0.72% | - |
| HSV(B) | 75.74º | 0.29% | 0.84% | - |
| XYZ | 52.49 | 61.73 | 38.85 | - |
| YUV | 201.26 | 100.2 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 152 | 0.08 | 0 | 0.29 | 0.16 | 75.74 | 0.42 | 0.72 |
| Hex | C5 | D5 | 98 | 8 | 0 | 1D | 10 | 4C | 2A | 48 |
| Octal | 305 | 325 | 230 | 10 | 0 | 35 | 20 | 114 | 52 | 110 |
| Binary | 11000101 | 11010101 | 10011000 | 1000 | 0 | 11101 | 10000 | 1001100 | 101010 | 1001000 |
Color Harmonies of #C5D598
Complementary color
Monochromatic Colors of #C5D598
Black with #C5D598
Text Example
Text Example
White with #C5D598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D598; }
p { color: rgb(197,213,152); }
H1.HeaderClassName
{
color: #C5D598;
}
.AnyTagClassName
{
color: #C5D598;
}
</style>
background-color css
<style>
a { background-color: #C5D598; }
a { background-color: rgb(197,213,152); }
div.DivClassName
{
background-color: #C5D598;
}
.BgClassName
{
background-color: #C5D598;
}
</style>
border-color css
<style>
span { border-color: #C5D598; }
span { border-color: rgb(197,213,152); }
td.TdClassName
{
border-color: #C5D598;
}
.TagClassName
{
border-color: #C5D598;
}
</style>