Shades of Sprout #C5DB99
Tints of Sprout #C5DB99
RGB
CMYK
RGB Variations
Color information
#C5DB99 (or 0xC5DB99) is known color: Sprout. HEX triplet: C5, DB and 99. RGB value is (197,219,153). Sum of RGB (Red+Green+Blue) = 197+219+153=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DB99 is #3A2466. Grayscale: #CDCDCD. Windows color (decimal): -3810407 or 10083269. OLE color: 10083269.
HSL color Cylindrical-coordinate representation of color #C5DB99: hue angle of 80º degrees, saturation: 0.48, 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 #C5DB99 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 153 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.14 |
| HSL | 80º | 0.48% | 0.73% | - |
| HSV(B) | 80º | 0.3% | 0.86% | - |
| XYZ | 54.11 | 64.83 | 39.8 | - |
| YUV | 204.9 | 98.71 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 153 | 0.10 | 0 | 0.30 | 0.14 | 80 | 0.48 | 0.73 |
| Hex | C5 | DB | 99 | A | 0 | 1E | E | 50 | 30 | 49 |
| Octal | 305 | 333 | 231 | 12 | 0 | 36 | 16 | 120 | 60 | 111 |
| Binary | 11000101 | 11011011 | 10011001 | 1010 | 0 | 11110 | 1110 | 1010000 | 110000 | 1001001 |
Color Harmonies of #C5DB99
Complementary color
Monochromatic Colors of #C5DB99
Black with #C5DB99
Text Example
Text Example
White with #C5DB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DB99; }
p { color: rgb(197,219,153); }
H1.HeaderClassName
{
color: #C5DB99;
}
.AnyTagClassName
{
color: #C5DB99;
}
</style>
background-color css
<style>
a { background-color: #C5DB99; }
a { background-color: rgb(197,219,153); }
div.DivClassName
{
background-color: #C5DB99;
}
.BgClassName
{
background-color: #C5DB99;
}
</style>
border-color css
<style>
span { border-color: #C5DB99; }
span { border-color: rgb(197,219,153); }
td.TdClassName
{
border-color: #C5DB99;
}
.TagClassName
{
border-color: #C5DB99;
}
</style>