Shades of Sprout #C1DD95
Tints of Sprout #C1DD95
RGB
CMYK
RGB Variations
Color information
#C1DD95 (or 0xC1DD95) is known color: Sprout. HEX triplet: C1, DD and 95. RGB value is (193,221,149). Sum of RGB (Red+Green+Blue) = 193+221+149=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DD95 is #3E226A. Grayscale: #CCCCCC. Windows color (decimal): -4072043 or 9821633. OLE color: 9821633.
HSL color Cylindrical-coordinate representation of color #C1DD95: hue angle of 83.33º degrees, saturation: 0.51, 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 #C1DD95 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 149 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.13 |
| HSL | 83.33º | 0.51% | 0.73% | - |
| HSV(B) | 83.33º | 0.33% | 0.87% | - |
| XYZ | 53.27 | 65.22 | 38.21 | - |
| YUV | 204.42 | 96.72 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 149 | 0.13 | 0 | 0.33 | 0.13 | 83.33 | 0.51 | 0.73 |
| Hex | C1 | DD | 95 | D | 0 | 21 | D | 53 | 33 | 49 |
| Octal | 301 | 335 | 225 | 15 | 0 | 41 | 15 | 123 | 63 | 111 |
| Binary | 11000001 | 11011101 | 10010101 | 1101 | 0 | 100001 | 1101 | 1010011 | 110011 | 1001001 |
Color Harmonies of #C1DD95
Complementary color
Monochromatic Colors of #C1DD95
Black with #C1DD95
Text Example
Text Example
White with #C1DD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DD95; }
p { color: rgb(193,221,149); }
H1.HeaderClassName
{
color: #C1DD95;
}
.AnyTagClassName
{
color: #C1DD95;
}
</style>
background-color css
<style>
a { background-color: #C1DD95; }
a { background-color: rgb(193,221,149); }
div.DivClassName
{
background-color: #C1DD95;
}
.BgClassName
{
background-color: #C1DD95;
}
</style>
border-color css
<style>
span { border-color: #C1DD95; }
span { border-color: rgb(193,221,149); }
td.TdClassName
{
border-color: #C1DD95;
}
.TagClassName
{
border-color: #C1DD95;
}
</style>