Shades of Sprout #C5DC99
Tints of Sprout #C5DC99
RGB
CMYK
RGB Variations
Color information
#C5DC99 (or 0xC5DC99) is known color: Sprout. HEX triplet: C5, DC and 99. RGB value is (197,220,153). Sum of RGB (Red+Green+Blue) = 197+220+153=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DC99 is #3A2366. Grayscale: #CDCDCD. Windows color (decimal): -3810151 or 10083525. OLE color: 10083525.
HSL color Cylindrical-coordinate representation of color #C5DC99: hue angle of 80.6º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5DC99 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 153 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.14 |
| HSL | 80.6º | 0.49% | 0.73% | - |
| HSV(B) | 80.6º | 0.3% | 0.86% | - |
| XYZ | 54.37 | 65.36 | 39.89 | - |
| YUV | 205.49 | 98.38 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 153 | 0.10 | 0 | 0.30 | 0.14 | 80.6 | 0.49 | 0.73 |
| Hex | C5 | DC | 99 | A | 0 | 1E | E | 51 | 31 | 49 |
| Octal | 305 | 334 | 231 | 12 | 0 | 36 | 16 | 121 | 61 | 111 |
| Binary | 11000101 | 11011100 | 10011001 | 1010 | 0 | 11110 | 1110 | 1010001 | 110001 | 1001001 |
Color Harmonies of #C5DC99
Complementary color
Monochromatic Colors of #C5DC99
Black with #C5DC99
Text Example
Text Example
White with #C5DC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC99; }
p { color: rgb(197,220,153); }
H1.HeaderClassName
{
color: #C5DC99;
}
.AnyTagClassName
{
color: #C5DC99;
}
</style>
background-color css
<style>
a { background-color: #C5DC99; }
a { background-color: rgb(197,220,153); }
div.DivClassName
{
background-color: #C5DC99;
}
.BgClassName
{
background-color: #C5DC99;
}
</style>
border-color css
<style>
span { border-color: #C5DC99; }
span { border-color: rgb(197,220,153); }
td.TdClassName
{
border-color: #C5DC99;
}
.TagClassName
{
border-color: #C5DC99;
}
</style>