Shades of Sprout #C0D790
Tints of Sprout #C0D790
RGB
CMYK
RGB Variations
Color information
#C0D790 (or 0xC0D790) is known color: Sprout. HEX triplet: C0, D7 and 90. RGB value is (192,215,144). Sum of RGB (Red+Green+Blue) = 192+215+144=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D790 is #3F286F. Grayscale: #C8C8C8. Windows color (decimal): -4139120 or 9492416. OLE color: 9492416.
HSL color Cylindrical-coordinate representation of color #C0D790: hue angle of 79.44º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0D790 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 144 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.16 |
| HSL | 79.44º | 0.47% | 0.7% | - |
| HSV(B) | 79.44º | 0.33% | 0.84% | - |
| XYZ | 51.07 | 61.82 | 35.63 | - |
| YUV | 200.03 | 96.38 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 144 | 0.11 | 0 | 0.33 | 0.16 | 79.44 | 0.47 | 0.7 |
| Hex | C0 | D7 | 90 | B | 0 | 21 | 10 | 4F | 2F | 46 |
| Octal | 300 | 327 | 220 | 13 | 0 | 41 | 20 | 117 | 57 | 106 |
| Binary | 11000000 | 11010111 | 10010000 | 1011 | 0 | 100001 | 10000 | 1001111 | 101111 | 1000110 |
Color Harmonies of #C0D790
Complementary color
Monochromatic Colors of #C0D790
Black with #C0D790
Text Example
Text Example
White with #C0D790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D790; }
p { color: rgb(192,215,144); }
H1.HeaderClassName
{
color: #C0D790;
}
.AnyTagClassName
{
color: #C0D790;
}
</style>
background-color css
<style>
a { background-color: #C0D790; }
a { background-color: rgb(192,215,144); }
div.DivClassName
{
background-color: #C0D790;
}
.BgClassName
{
background-color: #C0D790;
}
</style>
border-color css
<style>
span { border-color: #C0D790; }
span { border-color: rgb(192,215,144); }
td.TdClassName
{
border-color: #C0D790;
}
.TagClassName
{
border-color: #C0D790;
}
</style>