Shades of Sprout #C0D499
Tints of Sprout #C0D499
RGB
CMYK
RGB Variations
Color information
#C0D499 (or 0xC0D499) is known color: Sprout. HEX triplet: C0, D4 and 99. RGB value is (192,212,153). Sum of RGB (Red+Green+Blue) = 192+212+153=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D499 is #3F2B66. Grayscale: #C7C7C7. Windows color (decimal): -4139879 or 10081472. OLE color: 10081472.
HSL color Cylindrical-coordinate representation of color #C0D499: hue angle of 80.34º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0D499 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 212 | 153 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.17 |
| HSL | 80.34º | 0.41% | 0.72% | - |
| HSV(B) | 80.34º | 0.28% | 0.83% | - |
| XYZ | 51.03 | 60.59 | 39.14 | - |
| YUV | 199.29 | 101.87 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 212 | 153 | 0.09 | 0 | 0.28 | 0.17 | 80.34 | 0.41 | 0.72 |
| Hex | C0 | D4 | 99 | 9 | 0 | 1C | 11 | 50 | 29 | 48 |
| Octal | 300 | 324 | 231 | 11 | 0 | 34 | 21 | 120 | 51 | 110 |
| Binary | 11000000 | 11010100 | 10011001 | 1001 | 0 | 11100 | 10001 | 1010000 | 101001 | 1001000 |
Color Harmonies of #C0D499
Complementary color
Monochromatic Colors of #C0D499
Black with #C0D499
Text Example
Text Example
White with #C0D499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D499; }
p { color: rgb(192,212,153); }
H1.HeaderClassName
{
color: #C0D499;
}
.AnyTagClassName
{
color: #C0D499;
}
</style>
background-color css
<style>
a { background-color: #C0D499; }
a { background-color: rgb(192,212,153); }
div.DivClassName
{
background-color: #C0D499;
}
.BgClassName
{
background-color: #C0D499;
}
</style>
border-color css
<style>
span { border-color: #C0D499; }
span { border-color: rgb(192,212,153); }
td.TdClassName
{
border-color: #C0D499;
}
.TagClassName
{
border-color: #C0D499;
}
</style>