Shades of Sprout #C0D78E
Tints of Sprout #C0D78E
RGB
CMYK
RGB Variations
Color information
#C0D78E (or 0xC0D78E) is known color: Sprout. HEX triplet: C0, D7 and 8E. RGB value is (192,215,142). Sum of RGB (Red+Green+Blue) = 192+215+142=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D78E is #3F2871. Grayscale: #C8C8C8. Windows color (decimal): -4139122 or 9361344. OLE color: 9361344.
HSL color Cylindrical-coordinate representation of color #C0D78E: hue angle of 78.9º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0D78E is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 142 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.16 |
| HSL | 78.9º | 0.48% | 0.7% | - |
| HSV(B) | 78.9º | 0.34% | 0.84% | - |
| XYZ | 50.92 | 61.76 | 34.83 | - |
| YUV | 199.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 142 | 0.11 | 0 | 0.34 | 0.16 | 78.9 | 0.48 | 0.7 |
| Hex | C0 | D7 | 8E | B | 0 | 22 | 10 | 4F | 30 | 46 |
| Octal | 300 | 327 | 216 | 13 | 0 | 42 | 20 | 117 | 60 | 106 |
| Binary | 11000000 | 11010111 | 10001110 | 1011 | 0 | 100010 | 10000 | 1001111 | 110000 | 1000110 |
Color Harmonies of #C0D78E
Complementary color
Monochromatic Colors of #C0D78E
Black with #C0D78E
Text Example
Text Example
White with #C0D78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D78E; }
p { color: rgb(192,215,142); }
H1.HeaderClassName
{
color: #C0D78E;
}
.AnyTagClassName
{
color: #C0D78E;
}
</style>
background-color css
<style>
a { background-color: #C0D78E; }
a { background-color: rgb(192,215,142); }
div.DivClassName
{
background-color: #C0D78E;
}
.BgClassName
{
background-color: #C0D78E;
}
</style>
border-color css
<style>
span { border-color: #C0D78E; }
span { border-color: rgb(192,215,142); }
td.TdClassName
{
border-color: #C0D78E;
}
.TagClassName
{
border-color: #C0D78E;
}
</style>