Shades of Sprout #C3D395
Tints of Sprout #C3D395
RGB
CMYK
RGB Variations
Color information
#C3D395 (or 0xC3D395) is known color: Sprout. HEX triplet: C3, D3 and 95. RGB value is (195,211,149). Sum of RGB (Red+Green+Blue) = 195+211+149=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 211 - color contains mainly: green. Hex color #C3D395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D395 is #3C2C6A. Grayscale: #C7C7C7. Windows color (decimal): -3943531 or 9819075. OLE color: 9819075.
HSL color Cylindrical-coordinate representation of color #C3D395: hue angle of 75.48º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3D395 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 211 | 149 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.17 |
| HSL | 75.48º | 0.41% | 0.71% | - |
| HSV(B) | 75.48º | 0.29% | 0.83% | - |
| XYZ | 51.22 | 60.36 | 37.38 | - |
| YUV | 199.15 | 99.7 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 211 | 149 | 0.08 | 0 | 0.29 | 0.17 | 75.48 | 0.41 | 0.71 |
| Hex | C3 | D3 | 95 | 8 | 0 | 1D | 11 | 4B | 29 | 47 |
| Octal | 303 | 323 | 225 | 10 | 0 | 35 | 21 | 113 | 51 | 107 |
| Binary | 11000011 | 11010011 | 10010101 | 1000 | 0 | 11101 | 10001 | 1001011 | 101001 | 1000111 |
Color Harmonies of #C3D395
Complementary color
Monochromatic Colors of #C3D395
Black with #C3D395
Text Example
Text Example
White with #C3D395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D395; }
p { color: rgb(195,211,149); }
H1.HeaderClassName
{
color: #C3D395;
}
.AnyTagClassName
{
color: #C3D395;
}
</style>
background-color css
<style>
a { background-color: #C3D395; }
a { background-color: rgb(195,211,149); }
div.DivClassName
{
background-color: #C3D395;
}
.BgClassName
{
background-color: #C3D395;
}
</style>
border-color css
<style>
span { border-color: #C3D395; }
span { border-color: rgb(195,211,149); }
td.TdClassName
{
border-color: #C3D395;
}
.TagClassName
{
border-color: #C3D395;
}
</style>