Shades of Sprout #C0D78F
Tints of Sprout #C0D78F
RGB
CMYK
RGB Variations
Color information
#C0D78F (or 0xC0D78F) is known color: Sprout. HEX triplet: C0, D7 and 8F. RGB value is (192,215,143). Sum of RGB (Red+Green+Blue) = 192+215+143=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D78F is #3F2870. Grayscale: #C8C8C8. Windows color (decimal): -4139121 or 9426880. OLE color: 9426880.
HSL color Cylindrical-coordinate representation of color #C0D78F: hue angle of 79.17º 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 #C0D78F is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 143 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.16 |
| HSL | 79.17º | 0.47% | 0.7% | - |
| HSV(B) | 79.17º | 0.33% | 0.84% | - |
| XYZ | 51 | 61.79 | 35.23 | - |
| YUV | 199.92 | 95.88 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 143 | 0.11 | 0 | 0.33 | 0.16 | 79.17 | 0.47 | 0.7 |
| Hex | C0 | D7 | 8F | B | 0 | 21 | 10 | 4F | 2F | 46 |
| Octal | 300 | 327 | 217 | 13 | 0 | 41 | 20 | 117 | 57 | 106 |
| Binary | 11000000 | 11010111 | 10001111 | 1011 | 0 | 100001 | 10000 | 1001111 | 101111 | 1000110 |
Color Harmonies of #C0D78F
Complementary color
Monochromatic Colors of #C0D78F
Black with #C0D78F
Text Example
Text Example
White with #C0D78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D78F; }
p { color: rgb(192,215,143); }
H1.HeaderClassName
{
color: #C0D78F;
}
.AnyTagClassName
{
color: #C0D78F;
}
</style>
background-color css
<style>
a { background-color: #C0D78F; }
a { background-color: rgb(192,215,143); }
div.DivClassName
{
background-color: #C0D78F;
}
.BgClassName
{
background-color: #C0D78F;
}
</style>
border-color css
<style>
span { border-color: #C0D78F; }
span { border-color: rgb(192,215,143); }
td.TdClassName
{
border-color: #C0D78F;
}
.TagClassName
{
border-color: #C0D78F;
}
</style>