Shades of Sprout #C4DD95
Tints of Sprout #C4DD95
RGB
CMYK
RGB Variations
Color information
#C4DD95 (or 0xC4DD95) is known color: Sprout. HEX triplet: C4, DD and 95. RGB value is (196,221,149). Sum of RGB (Red+Green+Blue) = 196+221+149=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DD95 is #3B226A. Grayscale: #CDCDCD. Windows color (decimal): -3875435 or 9821636. OLE color: 9821636.
HSL color Cylindrical-coordinate representation of color #C4DD95: hue angle of 80.83º 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 #C4DD95 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 221 | 149 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.13 |
| HSL | 80.83º | 0.51% | 0.73% | - |
| HSV(B) | 80.83º | 0.33% | 0.87% | - |
| XYZ | 54.05 | 65.62 | 38.25 | - |
| YUV | 205.32 | 96.22 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 221 | 149 | 0.11 | 0 | 0.33 | 0.13 | 80.83 | 0.51 | 0.73 |
| Hex | C4 | DD | 95 | B | 0 | 21 | D | 51 | 33 | 49 |
| Octal | 304 | 335 | 225 | 13 | 0 | 41 | 15 | 121 | 63 | 111 |
| Binary | 11000100 | 11011101 | 10010101 | 1011 | 0 | 100001 | 1101 | 1010001 | 110011 | 1001001 |
Color Harmonies of #C4DD95
Complementary color
Monochromatic Colors of #C4DD95
Black with #C4DD95
Text Example
Text Example
White with #C4DD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DD95; }
p { color: rgb(196,221,149); }
H1.HeaderClassName
{
color: #C4DD95;
}
.AnyTagClassName
{
color: #C4DD95;
}
</style>
background-color css
<style>
a { background-color: #C4DD95; }
a { background-color: rgb(196,221,149); }
div.DivClassName
{
background-color: #C4DD95;
}
.BgClassName
{
background-color: #C4DD95;
}
</style>
border-color css
<style>
span { border-color: #C4DD95; }
span { border-color: rgb(196,221,149); }
td.TdClassName
{
border-color: #C4DD95;
}
.TagClassName
{
border-color: #C4DD95;
}
</style>