Shades of Sprout #C0D59D
Tints of Sprout #C0D59D
RGB
CMYK
RGB Variations
Color information
#C0D59D (or 0xC0D59D) is known color: Sprout. HEX triplet: C0, D5 and 9D. RGB value is (192,213,157). Sum of RGB (Red+Green+Blue) = 192+213+157=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D59D is #3F2A62. Grayscale: #C8C8C8. Windows color (decimal): -4139619 or 10343872. OLE color: 10343872.
HSL color Cylindrical-coordinate representation of color #C0D59D: hue angle of 82.5º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0D59D is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 213 | 157 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.16 |
| HSL | 82.5º | 0.4% | 0.73% | - |
| HSV(B) | 82.5º | 0.26% | 0.84% | - |
| XYZ | 51.62 | 61.23 | 41 | - |
| YUV | 200.34 | 103.54 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 213 | 157 | 0.10 | 0 | 0.26 | 0.16 | 82.5 | 0.4 | 0.73 |
| Hex | C0 | D5 | 9D | A | 0 | 1A | 10 | 52 | 28 | 49 |
| Octal | 300 | 325 | 235 | 12 | 0 | 32 | 20 | 122 | 50 | 111 |
| Binary | 11000000 | 11010101 | 10011101 | 1010 | 0 | 11010 | 10000 | 1010010 | 101000 | 1001001 |
Color Harmonies of #C0D59D
Complementary color
Monochromatic Colors of #C0D59D
Black with #C0D59D
Text Example
Text Example
White with #C0D59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D59D; }
p { color: rgb(192,213,157); }
H1.HeaderClassName
{
color: #C0D59D;
}
.AnyTagClassName
{
color: #C0D59D;
}
</style>
background-color css
<style>
a { background-color: #C0D59D; }
a { background-color: rgb(192,213,157); }
div.DivClassName
{
background-color: #C0D59D;
}
.BgClassName
{
background-color: #C0D59D;
}
</style>
border-color css
<style>
span { border-color: #C0D59D; }
span { border-color: rgb(192,213,157); }
td.TdClassName
{
border-color: #C0D59D;
}
.TagClassName
{
border-color: #C0D59D;
}
</style>