Shades of Sprout #C5DC98
Tints of Sprout #C5DC98
RGB
CMYK
RGB Variations
Color information
#C5DC98 (or 0xC5DC98) is known color: Sprout. HEX triplet: C5, DC and 98. RGB value is (197,220,152). Sum of RGB (Red+Green+Blue) = 197+220+152=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 152 (59.77% from 255 or 26.71% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DC98 is #3A2367. Grayscale: #CDCDCD. Windows color (decimal): -3810152 or 10017989. OLE color: 10017989.
HSL color Cylindrical-coordinate representation of color #C5DC98: hue angle of 80.29º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5DC98 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 152 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.14 |
| HSL | 80.29º | 0.49% | 0.73% | - |
| HSV(B) | 80.29º | 0.31% | 0.86% | - |
| XYZ | 54.29 | 65.32 | 39.45 | - |
| YUV | 205.37 | 97.88 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 152 | 0.10 | 0 | 0.31 | 0.14 | 80.29 | 0.49 | 0.73 |
| Hex | C5 | DC | 98 | A | 0 | 1F | E | 50 | 31 | 49 |
| Octal | 305 | 334 | 230 | 12 | 0 | 37 | 16 | 120 | 61 | 111 |
| Binary | 11000101 | 11011100 | 10011000 | 1010 | 0 | 11111 | 1110 | 1010000 | 110001 | 1001001 |
Color Harmonies of #C5DC98
Complementary color
Monochromatic Colors of #C5DC98
Black with #C5DC98
Text Example
Text Example
White with #C5DC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC98; }
p { color: rgb(197,220,152); }
H1.HeaderClassName
{
color: #C5DC98;
}
.AnyTagClassName
{
color: #C5DC98;
}
</style>
background-color css
<style>
a { background-color: #C5DC98; }
a { background-color: rgb(197,220,152); }
div.DivClassName
{
background-color: #C5DC98;
}
.BgClassName
{
background-color: #C5DC98;
}
</style>
border-color css
<style>
span { border-color: #C5DC98; }
span { border-color: rgb(197,220,152); }
td.TdClassName
{
border-color: #C5DC98;
}
.TagClassName
{
border-color: #C5DC98;
}
</style>