Shades of Sprout #C0D48E
Tints of Sprout #C0D48E
RGB
CMYK
RGB Variations
Color information
#C0D48E (or 0xC0D48E) is known color: Sprout. HEX triplet: C0, D4 and 8E. RGB value is (192,212,142). Sum of RGB (Red+Green+Blue) = 192+212+142=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D48E is #3F2B71. Grayscale: #C6C6C6. Windows color (decimal): -4139890 or 9360576. OLE color: 9360576.
HSL color Cylindrical-coordinate representation of color #C0D48E: hue angle of 77.14º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0D48E is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 212 | 142 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.17 |
| HSL | 77.14º | 0.45% | 0.69% | - |
| HSV(B) | 77.14º | 0.33% | 0.83% | - |
| XYZ | 50.16 | 60.25 | 34.58 | - |
| YUV | 198.04 | 96.37 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 212 | 142 | 0.09 | 0 | 0.33 | 0.17 | 77.14 | 0.45 | 0.69 |
| Hex | C0 | D4 | 8E | 9 | 0 | 21 | 11 | 4D | 2D | 45 |
| Octal | 300 | 324 | 216 | 11 | 0 | 41 | 21 | 115 | 55 | 105 |
| Binary | 11000000 | 11010100 | 10001110 | 1001 | 0 | 100001 | 10001 | 1001101 | 101101 | 1000101 |
Color Harmonies of #C0D48E
Complementary color
Monochromatic Colors of #C0D48E
Black with #C0D48E
Text Example
Text Example
White with #C0D48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D48E; }
p { color: rgb(192,212,142); }
H1.HeaderClassName
{
color: #C0D48E;
}
.AnyTagClassName
{
color: #C0D48E;
}
</style>
background-color css
<style>
a { background-color: #C0D48E; }
a { background-color: rgb(192,212,142); }
div.DivClassName
{
background-color: #C0D48E;
}
.BgClassName
{
background-color: #C0D48E;
}
</style>
border-color css
<style>
span { border-color: #C0D48E; }
span { border-color: rgb(192,212,142); }
td.TdClassName
{
border-color: #C0D48E;
}
.TagClassName
{
border-color: #C0D48E;
}
</style>