Shades of Sprout #C4DC95
Tints of Sprout #C4DC95
RGB
CMYK
RGB Variations
Color information
#C4DC95 (or 0xC4DC95) is known color: Sprout. HEX triplet: C4, DC and 95. RGB value is (196,220,149). Sum of RGB (Red+Green+Blue) = 196+220+149=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DC95 is #3B236A. Grayscale: #CCCCCC. Windows color (decimal): -3875691 or 9821380. OLE color: 9821380.
HSL color Cylindrical-coordinate representation of color #C4DC95: hue angle of 80.28º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4DC95 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 220 | 149 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.14 |
| HSL | 80.28º | 0.5% | 0.72% | - |
| HSV(B) | 80.28º | 0.32% | 0.86% | - |
| XYZ | 53.78 | 65.09 | 38.16 | - |
| YUV | 204.73 | 96.55 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 149 | 0.11 | 0 | 0.32 | 0.14 | 80.28 | 0.5 | 0.72 |
| Hex | C4 | DC | 95 | B | 0 | 20 | E | 50 | 32 | 48 |
| Octal | 304 | 334 | 225 | 13 | 0 | 40 | 16 | 120 | 62 | 110 |
| Binary | 11000100 | 11011100 | 10010101 | 1011 | 0 | 100000 | 1110 | 1010000 | 110010 | 1001000 |
Color Harmonies of #C4DC95
Complementary color
Monochromatic Colors of #C4DC95
Black with #C4DC95
Text Example
Text Example
White with #C4DC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DC95; }
p { color: rgb(196,220,149); }
H1.HeaderClassName
{
color: #C4DC95;
}
.AnyTagClassName
{
color: #C4DC95;
}
</style>
background-color css
<style>
a { background-color: #C4DC95; }
a { background-color: rgb(196,220,149); }
div.DivClassName
{
background-color: #C4DC95;
}
.BgClassName
{
background-color: #C4DC95;
}
</style>
border-color css
<style>
span { border-color: #C4DC95; }
span { border-color: rgb(196,220,149); }
td.TdClassName
{
border-color: #C4DC95;
}
.TagClassName
{
border-color: #C4DC95;
}
</style>