Shades of Sprout #C7D998
Tints of Sprout #C7D998
RGB
CMYK
RGB Variations
Color information
#C7D998 (or 0xC7D998) is known color: Sprout. HEX triplet: C7, D9 and 98. RGB value is (199,217,152). Sum of RGB (Red+Green+Blue) = 199+217+152=568 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.04% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D998 is #382667. Grayscale: #CCCCCC. Windows color (decimal): -3679848 or 10017223. OLE color: 10017223.
HSL color Cylindrical-coordinate representation of color #C7D998: hue angle of 76.62º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7D998 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 217 | 152 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.15 |
| HSL | 76.62º | 0.46% | 0.72% | - |
| HSV(B) | 76.62º | 0.3% | 0.85% | - |
| XYZ | 54.03 | 64.03 | 39.22 | - |
| YUV | 204.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 217 | 152 | 0.08 | 0 | 0.30 | 0.15 | 76.62 | 0.46 | 0.72 |
| Hex | C7 | D9 | 98 | 8 | 0 | 1E | F | 4D | 2E | 48 |
| Octal | 307 | 331 | 230 | 10 | 0 | 36 | 17 | 115 | 56 | 110 |
| Binary | 11000111 | 11011001 | 10011000 | 1000 | 0 | 11110 | 1111 | 1001101 | 101110 | 1001000 |
Color Harmonies of #C7D998
Complementary color
Monochromatic Colors of #C7D998
Black with #C7D998
Text Example
Text Example
White with #C7D998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D998; }
p { color: rgb(199,217,152); }
H1.HeaderClassName
{
color: #C7D998;
}
.AnyTagClassName
{
color: #C7D998;
}
</style>
background-color css
<style>
a { background-color: #C7D998; }
a { background-color: rgb(199,217,152); }
div.DivClassName
{
background-color: #C7D998;
}
.BgClassName
{
background-color: #C7D998;
}
</style>
border-color css
<style>
span { border-color: #C7D998; }
span { border-color: rgb(199,217,152); }
td.TdClassName
{
border-color: #C7D998;
}
.TagClassName
{
border-color: #C7D998;
}
</style>