Shades of Sprout #C2D995
Tints of Sprout #C2D995
RGB
CMYK
RGB Variations
Color information
#C2D995 (or 0xC2D995) is known color: Sprout. HEX triplet: C2, D9 and 95. RGB value is (194,217,149). Sum of RGB (Red+Green+Blue) = 194+217+149=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D995 is #3D266A. Grayscale: #CACACA. Windows color (decimal): -4007531 or 9820610. OLE color: 9820610.
HSL color Cylindrical-coordinate representation of color #C2D995: hue angle of 80.29º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2D995 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 217 | 149 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.15 |
| HSL | 80.29º | 0.47% | 0.72% | - |
| HSV(B) | 80.29º | 0.31% | 0.85% | - |
| XYZ | 52.49 | 63.26 | 37.88 | - |
| YUV | 202.37 | 97.88 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 149 | 0.11 | 0 | 0.31 | 0.15 | 80.29 | 0.47 | 0.72 |
| Hex | C2 | D9 | 95 | B | 0 | 1F | F | 50 | 2F | 48 |
| Octal | 302 | 331 | 225 | 13 | 0 | 37 | 17 | 120 | 57 | 110 |
| Binary | 11000010 | 11011001 | 10010101 | 1011 | 0 | 11111 | 1111 | 1010000 | 101111 | 1001000 |
Color Harmonies of #C2D995
Complementary color
Monochromatic Colors of #C2D995
Black with #C2D995
Text Example
Text Example
White with #C2D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D995; }
p { color: rgb(194,217,149); }
H1.HeaderClassName
{
color: #C2D995;
}
.AnyTagClassName
{
color: #C2D995;
}
</style>
background-color css
<style>
a { background-color: #C2D995; }
a { background-color: rgb(194,217,149); }
div.DivClassName
{
background-color: #C2D995;
}
.BgClassName
{
background-color: #C2D995;
}
</style>
border-color css
<style>
span { border-color: #C2D995; }
span { border-color: rgb(194,217,149); }
td.TdClassName
{
border-color: #C2D995;
}
.TagClassName
{
border-color: #C2D995;
}
</style>