Shades of Sprout #C5DB94
Tints of Sprout #C5DB94
RGB
CMYK
RGB Variations
Color information
#C5DB94 (or 0xC5DB94) is known color: Sprout. HEX triplet: C5, DB and 94. RGB value is (197,219,148). Sum of RGB (Red+Green+Blue) = 197+219+148=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DB94 is #3A246B. Grayscale: #CCCCCC. Windows color (decimal): -3810412 or 9755589. OLE color: 9755589.
HSL color Cylindrical-coordinate representation of color #C5DB94: hue angle of 78.59º 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 #C5DB94 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 148 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.14 |
| HSL | 78.59º | 0.5% | 0.72% | - |
| HSV(B) | 78.59º | 0.32% | 0.86% | - |
| XYZ | 53.7 | 64.67 | 37.67 | - |
| YUV | 204.33 | 96.21 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 148 | 0.10 | 0 | 0.32 | 0.14 | 78.59 | 0.5 | 0.72 |
| Hex | C5 | DB | 94 | A | 0 | 20 | E | 4F | 32 | 48 |
| Octal | 305 | 333 | 224 | 12 | 0 | 40 | 16 | 117 | 62 | 110 |
| Binary | 11000101 | 11011011 | 10010100 | 1010 | 0 | 100000 | 1110 | 1001111 | 110010 | 1001000 |
Color Harmonies of #C5DB94
Complementary color
Monochromatic Colors of #C5DB94
Black with #C5DB94
Text Example
Text Example
White with #C5DB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DB94; }
p { color: rgb(197,219,148); }
H1.HeaderClassName
{
color: #C5DB94;
}
.AnyTagClassName
{
color: #C5DB94;
}
</style>
background-color css
<style>
a { background-color: #C5DB94; }
a { background-color: rgb(197,219,148); }
div.DivClassName
{
background-color: #C5DB94;
}
.BgClassName
{
background-color: #C5DB94;
}
</style>
border-color css
<style>
span { border-color: #C5DB94; }
span { border-color: rgb(197,219,148); }
td.TdClassName
{
border-color: #C5DB94;
}
.TagClassName
{
border-color: #C5DB94;
}
</style>