Shades of Sprout #C3DD96
Tints of Sprout #C3DD96
RGB
CMYK
RGB Variations
Color information
#C3DD96 (or 0xC3DD96) is known color: Sprout. HEX triplet: C3, DD and 96. RGB value is (195,221,150). Sum of RGB (Red+Green+Blue) = 195+221+150=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DD96 is #3C2269. Grayscale: #CDCDCD. Windows color (decimal): -3940970 or 9887171. OLE color: 9887171.
HSL color Cylindrical-coordinate representation of color #C3DD96: hue angle of 81.97º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3DD96 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 221 | 150 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.13 |
| HSL | 81.97º | 0.51% | 0.73% | - |
| HSV(B) | 81.97º | 0.32% | 0.87% | - |
| XYZ | 53.87 | 65.52 | 38.66 | - |
| YUV | 205.13 | 96.89 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 150 | 0.12 | 0 | 0.32 | 0.13 | 81.97 | 0.51 | 0.73 |
| Hex | C3 | DD | 96 | C | 0 | 20 | D | 52 | 33 | 49 |
| Octal | 303 | 335 | 226 | 14 | 0 | 40 | 15 | 122 | 63 | 111 |
| Binary | 11000011 | 11011101 | 10010110 | 1100 | 0 | 100000 | 1101 | 1010010 | 110011 | 1001001 |
Color Harmonies of #C3DD96
Complementary color
Monochromatic Colors of #C3DD96
Black with #C3DD96
Text Example
Text Example
White with #C3DD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DD96; }
p { color: rgb(195,221,150); }
H1.HeaderClassName
{
color: #C3DD96;
}
.AnyTagClassName
{
color: #C3DD96;
}
</style>
background-color css
<style>
a { background-color: #C3DD96; }
a { background-color: rgb(195,221,150); }
div.DivClassName
{
background-color: #C3DD96;
}
.BgClassName
{
background-color: #C3DD96;
}
</style>
border-color css
<style>
span { border-color: #C3DD96; }
span { border-color: rgb(195,221,150); }
td.TdClassName
{
border-color: #C3DD96;
}
.TagClassName
{
border-color: #C3DD96;
}
</style>