Shades of Sprout #C2DC93
Tints of Sprout #C2DC93
RGB
CMYK
RGB Variations
Color information
#C2DC93 (or 0xC2DC93) is known color: Sprout. HEX triplet: C2, DC and 93. RGB value is (194,220,147). Sum of RGB (Red+Green+Blue) = 194+220+147=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DC93 is #3D236C. Grayscale: #CCCCCC. Windows color (decimal): -4006765 or 9690306. OLE color: 9690306.
HSL color Cylindrical-coordinate representation of color #C2DC93: hue angle of 81.37º 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 #C2DC93 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 147 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.14 |
| HSL | 81.37º | 0.51% | 0.72% | - |
| HSV(B) | 81.37º | 0.33% | 0.86% | - |
| XYZ | 53.11 | 64.76 | 37.31 | - |
| YUV | 203.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 147 | 0.12 | 0 | 0.33 | 0.14 | 81.37 | 0.51 | 0.72 |
| Hex | C2 | DC | 93 | C | 0 | 21 | E | 51 | 33 | 48 |
| Octal | 302 | 334 | 223 | 14 | 0 | 41 | 16 | 121 | 63 | 110 |
| Binary | 11000010 | 11011100 | 10010011 | 1100 | 0 | 100001 | 1110 | 1010001 | 110011 | 1001000 |
Color Harmonies of #C2DC93
Complementary color
Monochromatic Colors of #C2DC93
Black with #C2DC93
Text Example
Text Example
White with #C2DC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DC93; }
p { color: rgb(194,220,147); }
H1.HeaderClassName
{
color: #C2DC93;
}
.AnyTagClassName
{
color: #C2DC93;
}
</style>
background-color css
<style>
a { background-color: #C2DC93; }
a { background-color: rgb(194,220,147); }
div.DivClassName
{
background-color: #C2DC93;
}
.BgClassName
{
background-color: #C2DC93;
}
</style>
border-color css
<style>
span { border-color: #C2DC93; }
span { border-color: rgb(194,220,147); }
td.TdClassName
{
border-color: #C2DC93;
}
.TagClassName
{
border-color: #C2DC93;
}
</style>