Shades of Sprout #C7D599
Tints of Sprout #C7D599
RGB
CMYK
RGB Variations
Color information
#C7D599 (or 0xC7D599) is known color: Sprout. HEX triplet: C7, D5 and 99. RGB value is (199,213,153). Sum of RGB (Red+Green+Blue) = 199+213+153=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D599 is #382A66. Grayscale: #CACACA. Windows color (decimal): -3680871 or 10081735. OLE color: 10081735.
HSL color Cylindrical-coordinate representation of color #C7D599: hue angle of 74º 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 #C7D599 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 153 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.16 |
| HSL | 74º | 0.42% | 0.72% | - |
| HSV(B) | 74º | 0.28% | 0.84% | - |
| XYZ | 53.1 | 62.03 | 39.31 | - |
| YUV | 201.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 153 | 0.07 | 0 | 0.28 | 0.16 | 74 | 0.42 | 0.72 |
| Hex | C7 | D5 | 99 | 7 | 0 | 1C | 10 | 4A | 2A | 48 |
| Octal | 307 | 325 | 231 | 7 | 0 | 34 | 20 | 112 | 52 | 110 |
| Binary | 11000111 | 11010101 | 10011001 | 111 | 0 | 11100 | 10000 | 1001010 | 101010 | 1001000 |
Color Harmonies of #C7D599
Complementary color
Monochromatic Colors of #C7D599
Black with #C7D599
Text Example
Text Example
White with #C7D599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D599; }
p { color: rgb(199,213,153); }
H1.HeaderClassName
{
color: #C7D599;
}
.AnyTagClassName
{
color: #C7D599;
}
</style>
background-color css
<style>
a { background-color: #C7D599; }
a { background-color: rgb(199,213,153); }
div.DivClassName
{
background-color: #C7D599;
}
.BgClassName
{
background-color: #C7D599;
}
</style>
border-color css
<style>
span { border-color: #C7D599; }
span { border-color: rgb(199,213,153); }
td.TdClassName
{
border-color: #C7D599;
}
.TagClassName
{
border-color: #C7D599;
}
</style>