Shades of Sprout #C2D994
Tints of Sprout #C2D994
RGB
CMYK
RGB Variations
Color information
#C2D994 (or 0xC2D994) is known color: Sprout. HEX triplet: C2, D9 and 94. RGB value is (194,217,148). Sum of RGB (Red+Green+Blue) = 194+217+148=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D994 is #3D266B. Grayscale: #CACACA. Windows color (decimal): -4007532 or 9755074. OLE color: 9755074.
HSL color Cylindrical-coordinate representation of color #C2D994: hue angle of 80º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2D994 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 217 | 148 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.15 |
| HSL | 80º | 0.48% | 0.72% | - |
| HSV(B) | 80º | 0.32% | 0.85% | - |
| XYZ | 52.41 | 63.23 | 37.46 | - |
| YUV | 202.26 | 97.38 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 148 | 0.11 | 0 | 0.32 | 0.15 | 80 | 0.48 | 0.72 |
| Hex | C2 | D9 | 94 | B | 0 | 20 | F | 50 | 30 | 48 |
| Octal | 302 | 331 | 224 | 13 | 0 | 40 | 17 | 120 | 60 | 110 |
| Binary | 11000010 | 11011001 | 10010100 | 1011 | 0 | 100000 | 1111 | 1010000 | 110000 | 1001000 |
Color Harmonies of #C2D994
Complementary color
Monochromatic Colors of #C2D994
Black with #C2D994
Text Example
Text Example
White with #C2D994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D994; }
p { color: rgb(194,217,148); }
H1.HeaderClassName
{
color: #C2D994;
}
.AnyTagClassName
{
color: #C2D994;
}
</style>
background-color css
<style>
a { background-color: #C2D994; }
a { background-color: rgb(194,217,148); }
div.DivClassName
{
background-color: #C2D994;
}
.BgClassName
{
background-color: #C2D994;
}
</style>
border-color css
<style>
span { border-color: #C2D994; }
span { border-color: rgb(194,217,148); }
td.TdClassName
{
border-color: #C2D994;
}
.TagClassName
{
border-color: #C2D994;
}
</style>