Shades of Sprout #C1DF96
Tints of Sprout #C1DF96
RGB
CMYK
RGB Variations
Color information
#C1DF96 (or 0xC1DF96) is known color: Sprout. HEX triplet: C1, DF and 96. RGB value is (193,223,150). Sum of RGB (Red+Green+Blue) = 193+223+150=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DF96 is #3E2069. Grayscale: #CDCDCD. Windows color (decimal): -4071530 or 9887681. OLE color: 9887681.
HSL color Cylindrical-coordinate representation of color #C1DF96: hue angle of 84.66º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C1DF96 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 223 | 150 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.13 |
| HSL | 84.66º | 0.53% | 0.73% | - |
| HSV(B) | 84.66º | 0.33% | 0.87% | - |
| XYZ | 53.89 | 66.31 | 38.81 | - |
| YUV | 205.71 | 96.56 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 223 | 150 | 0.13 | 0 | 0.33 | 0.13 | 84.66 | 0.53 | 0.73 |
| Hex | C1 | DF | 96 | D | 0 | 21 | D | 55 | 35 | 49 |
| Octal | 301 | 337 | 226 | 15 | 0 | 41 | 15 | 125 | 65 | 111 |
| Binary | 11000001 | 11011111 | 10010110 | 1101 | 0 | 100001 | 1101 | 1010101 | 110101 | 1001001 |
Color Harmonies of #C1DF96
Complementary color
Monochromatic Colors of #C1DF96
Black with #C1DF96
Text Example
Text Example
White with #C1DF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DF96; }
p { color: rgb(193,223,150); }
H1.HeaderClassName
{
color: #C1DF96;
}
.AnyTagClassName
{
color: #C1DF96;
}
</style>
background-color css
<style>
a { background-color: #C1DF96; }
a { background-color: rgb(193,223,150); }
div.DivClassName
{
background-color: #C1DF96;
}
.BgClassName
{
background-color: #C1DF96;
}
</style>
border-color css
<style>
span { border-color: #C1DF96; }
span { border-color: rgb(193,223,150); }
td.TdClassName
{
border-color: #C1DF96;
}
.TagClassName
{
border-color: #C1DF96;
}
</style>