Shades of Sprout #C0DC93
Tints of Sprout #C0DC93
RGB
CMYK
RGB Variations
Color information
#C0DC93 (or 0xC0DC93) is known color: Sprout. HEX triplet: C0, DC and 93. RGB value is (192,220,147). Sum of RGB (Red+Green+Blue) = 192+220+147=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DC93 is #3F236C. Grayscale: #CBCBCB. Windows color (decimal): -4137837 or 9690304. OLE color: 9690304.
HSL color Cylindrical-coordinate representation of color #C0DC93: hue angle of 83.01º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0DC93 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 147 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.14 |
| HSL | 83.01º | 0.51% | 0.72% | - |
| HSV(B) | 83.01º | 0.33% | 0.86% | - |
| XYZ | 52.6 | 64.5 | 37.28 | - |
| YUV | 203.31 | 96.22 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 147 | 0.13 | 0 | 0.33 | 0.14 | 83.01 | 0.51 | 0.72 |
| Hex | C0 | DC | 93 | D | 0 | 21 | E | 53 | 33 | 48 |
| Octal | 300 | 334 | 223 | 15 | 0 | 41 | 16 | 123 | 63 | 110 |
| Binary | 11000000 | 11011100 | 10010011 | 1101 | 0 | 100001 | 1110 | 1010011 | 110011 | 1001000 |
Color Harmonies of #C0DC93
Complementary color
Monochromatic Colors of #C0DC93
Black with #C0DC93
Text Example
Text Example
White with #C0DC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC93; }
p { color: rgb(192,220,147); }
H1.HeaderClassName
{
color: #C0DC93;
}
.AnyTagClassName
{
color: #C0DC93;
}
</style>
background-color css
<style>
a { background-color: #C0DC93; }
a { background-color: rgb(192,220,147); }
div.DivClassName
{
background-color: #C0DC93;
}
.BgClassName
{
background-color: #C0DC93;
}
</style>
border-color css
<style>
span { border-color: #C0DC93; }
span { border-color: rgb(192,220,147); }
td.TdClassName
{
border-color: #C0DC93;
}
.TagClassName
{
border-color: #C0DC93;
}
</style>